Skip to content

Commit

Permalink
Update storybook v6 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
heavenshell authored Aug 15, 2020
1 parent 2ab7f2e commit 20c651e
Show file tree
Hide file tree
Showing 2 changed files with 2,433 additions and 3,826 deletions.
45 changes: 23 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"license": "BSD-3-Clause",
"private": true,
"dependencies": {
"@emotion/core": "10.0.28",
"@emotion/core": "10.0.34",
"@emotion/styled": "10.0.27",
"antd": "4.5.2",
"antd": "4.5.4",
"axios": "0.19.2",
"date-fns": "2.15.0",
"emotion": "10.0.27",
Expand All @@ -30,58 +30,59 @@
},
"devDependencies": {
"@babel/core": "7.11.1",
"@storybook/addon-actions": "5.3.19",
"@storybook/addon-knobs": "5.3.19",
"@storybook/addon-links": "5.3.19",
"@storybook/addon-viewport": "5.3.19",
"@storybook/addons": "5.3.19",
"@storybook/cli": "5.3.19",
"@storybook/react": "5.3.19",
"@storybook/addon-actions": "6.0.7",
"@storybook/addon-knobs": "6.0.7",
"@storybook/addon-links": "6.0.7",
"@storybook/addon-viewport": "6.0.7",
"@storybook/addons": "6.0.7",
"@storybook/cli": "6.0.7",
"@storybook/react": "6.0.7",
"@storybook/theming": "6.0.7",
"@testing-library/react-hooks": "3.4.1",
"@types/enzyme": "3.10.5",
"@types/enzyme-adapter-react-16": "1.0.6",
"@types/faker": "4.1.12",
"@types/html-webpack-plugin": "3.2.3",
"@types/jest": "26.0.9",
"@types/jest": "26.0.10",
"@types/mini-css-extract-plugin": "0.9.1",
"@types/optimize-css-assets-webpack-plugin": "5.0.1",
"@types/query-string": "5.1.0",
"@types/react": "16.9.45",
"@types/react": "16.9.46",
"@types/react-color": "3.0.4",
"@types/react-dom": "16.9.8",
"@types/react-lifecycles-compat": "3.0.1",
"@types/react-redux": "7.1.9",
"@types/react-router-dom": "5.1.5",
"@types/storybook__react": "5.2.1",
"@types/styled-system": "5.1.10",
"@types/terser-webpack-plugin": "4.0.0",
"@types/terser-webpack-plugin": "4.1.0",
"@types/webpack": "4.41.21",
"@types/webpack-dev-server": "3.11.0",
"@types/yup": "0.29.4",
"@typescript-eslint/eslint-plugin": "3.8.0",
"@typescript-eslint/parser": "3.8.0",
"@types/yup": "0.29.5",
"@typescript-eslint/eslint-plugin": "3.9.0",
"@typescript-eslint/parser": "3.9.0",
"axios-mock-adapter": "1.18.2",
"babel-loader": "8.1.0",
"cpx": "1.5.0",
"css-loader": "4.2.1",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.3",
"eslint": "7.6.0",
"eslint": "7.7.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.20.5",
"eslint-plugin-react": "7.20.6",
"eslint-plugin-react-hooks": "4.0.8",
"faker": "4.1.0",
"html-webpack-plugin": "4.3.0",
"husky": "4.2.5",
"jest": "26.2.2",
"jest": "26.4.0",
"jest-enzyme": "7.1.2",
"less": "3.12.2",
"less-loader": "6.2.0",
"lint-staged": "10.2.11",
"markdownlint-cli": "0.23.2",
"mini-css-extract-plugin": "0.9.0",
"mini-css-extract-plugin": "0.10.0",
"npm-run-all": "4.1.5",
"optimize-css-assets-webpack-plugin": "5.0.3",
"prettier": "2.0.5",
Expand All @@ -91,17 +92,17 @@
"shipjs": "0.20.1",
"storycap": "2.3.5",
"style-loader": "1.2.1",
"terser-webpack-plugin": "4.0.0",
"terser-webpack-plugin": "4.1.0",
"ts-config-webpack-plugin": "2.0.0",
"ts-jest": "26.1.4",
"ts-jest": "26.2.0",
"ts-node": "8.10.2",
"typescript": "3.9.7",
"webpack": "4.44.1",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0"
},
"resolutions": {
"@types/react": "16.9.45",
"@types/react": "16.9.46",
"@types/react-dom": "16.9.8",
"@types/hoist-non-react-statics": "3.3.1",
"@babel/preset-env": "7.11.0",
Expand Down
Loading

0 comments on commit 20c651e

Please sign in to comment.