mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Migrate
This commit is contained in:
parent
59be92a8af
commit
e3ffa28de7
|
@ -1,14 +1,13 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
core: {
|
|
||||||
builder: 'webpack5',
|
|
||||||
},
|
|
||||||
stories: ['../src/**/*.stories.mdx', '../src/**/*.stories.@(js|jsx|ts|tsx)'],
|
stories: ['../src/**/*.stories.mdx', '../src/**/*.stories.@(js|jsx|ts|tsx)'],
|
||||||
addons: [
|
addons: [{
|
||||||
{
|
|
||||||
name: '@storybook/addon-essentials',
|
name: '@storybook/addon-essentials',
|
||||||
options: {
|
options: {
|
||||||
backgrounds: false,
|
backgrounds: false
|
||||||
},
|
}
|
||||||
},
|
}],
|
||||||
],
|
framework: {
|
||||||
|
name: "@storybook/react-webpack5",
|
||||||
|
options: {}
|
||||||
|
}
|
||||||
};
|
};
|
|
@ -25,8 +25,8 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "pnpm run storybook",
|
"start": "pnpm run storybook",
|
||||||
"storybook": "start-storybook --port 6006 --static-dir ./fonts",
|
"storybook": "storybook dev --port 6006 --static-dir ./fonts",
|
||||||
"build:storybook": "build-storybook --static-dir ./fonts --quiet",
|
"build:storybook": "storybook build --static-dir ./fonts --quiet",
|
||||||
"build": "pnpm run build:lib && pnpm run build:storybook",
|
"build": "pnpm run build:lib && pnpm run build:storybook",
|
||||||
"build:lib": "pnpm run build:cjs && pnpm run build:esm && pnpm run build:types && pnpm run build:css",
|
"build:lib": "pnpm run build:cjs && pnpm run build:esm && pnpm run build:types && pnpm run build:css",
|
||||||
"build:cjs": "babel src --extensions \".ts,.tsx\" --out-dir lib/cjs",
|
"build:cjs": "babel src --extensions \".ts,.tsx\" --out-dir lib/cjs",
|
||||||
|
@ -67,10 +67,9 @@
|
||||||
"@babel/preset-env": "^7.20.2",
|
"@babel/preset-env": "^7.20.2",
|
||||||
"@babel/preset-react": "^7.18.6",
|
"@babel/preset-react": "^7.18.6",
|
||||||
"@babel/preset-typescript": "^7.21.0",
|
"@babel/preset-typescript": "^7.21.0",
|
||||||
"@storybook/addon-essentials": "^6.5.16",
|
"@storybook/addon-essentials": "^7.0.2",
|
||||||
"@storybook/builder-webpack5": "^6.5.16",
|
"@storybook/react": "^7.0.2",
|
||||||
"@storybook/manager-webpack5": "^6.5.16",
|
"@storybook/react-webpack5": "7.0.2",
|
||||||
"@storybook/react": "^6.5.16",
|
|
||||||
"@testing-library/dom": "^9.2.0",
|
"@testing-library/dom": "^9.2.0",
|
||||||
"@testing-library/react": "^14.0.0",
|
"@testing-library/react": "^14.0.0",
|
||||||
"@testing-library/user-event": "^14.4.3",
|
"@testing-library/user-event": "^14.4.3",
|
||||||
|
@ -95,6 +94,7 @@
|
||||||
"react-is": "^18.2.0",
|
"react-is": "^18.2.0",
|
||||||
"require-from-string": "^2.0.2",
|
"require-from-string": "^2.0.2",
|
||||||
"rimraf": "^4.4.1",
|
"rimraf": "^4.4.1",
|
||||||
|
"storybook": "7.0.2",
|
||||||
"styled-components": "^5.3.9",
|
"styled-components": "^5.3.9",
|
||||||
"stylelint": "^15.3.0",
|
"stylelint": "^15.3.0",
|
||||||
"stylelint-config-prettier": "^9.0.5",
|
"stylelint-config-prettier": "^9.0.5",
|
||||||
|
|
6120
pnpm-lock.yaml
6120
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user