Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrades #9688

Merged
merged 27 commits into from
Feb 3, 2020
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions addons/a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
"react-redux": "^7.0.2",
"react-sizeme": "^2.5.2",
"redux": "^4.0.1",
"ts-dedent": "^1.1.0",
"ts-dedent": "^1.1.1",
"util-deprecate": "^1.0.2"
},
"devDependencies": {
"@types/react-redux": "^7.0.6",
"@types/webpack-env": "^1.15.0"
"@types/webpack-env": "^1.15.1"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions addons/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"@storybook/core-events": "6.0.0-alpha.2",
"@storybook/theming": "6.0.0-alpha.2",
"core-js": "^3.0.1",
"fast-deep-equal": "^2.0.1",
"fast-deep-equal": "^3.1.1",
"global": "^4.3.2",
"polished": "^3.3.1",
"polished": "^3.4.4",
"prop-types": "^15.7.2",
"react": "^16.8.3",
"react-inspector": "^4.0.0",
Expand All @@ -45,7 +45,7 @@
"devDependencies": {
"@types/lodash": "^4.14.149",
"@types/uuid": "^3.4.4",
"@types/webpack-env": "^1.15.0"
"@types/webpack-env": "^1.15.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion addons/backgrounds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@types/util-deprecate": "^1.0.0",
"@types/webpack-env": "^1.15.0"
"@types/webpack-env": "^1.15.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion addons/centered/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@types/mithril": "^1.1.16",
"@types/webpack-env": "^1.15.0",
"@types/webpack-env": "^1.15.1",
"mithril": "*",
"preact": "*",
"react": "*"
Expand Down
2 changes: 1 addition & 1 deletion addons/cssresources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"react": "^16.8.3"
},
"devDependencies": {
"@types/webpack-env": "^1.15.0"
"@types/webpack-env": "^1.15.1"
},
"peerDependencies": {
"react": "*"
Expand Down
2 changes: 1 addition & 1 deletion addons/design-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"core-js": "^3.0.1",
"global": "^4.3.2",
"react": "^16.8.3",
"ts-dedent": "^1.1.0",
"ts-dedent": "^1.1.1",
"use-image": "^1.0.3"
},
"publishConfig": {
Expand Down
10 changes: 5 additions & 5 deletions addons/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@babel/generator": "^7.4.0",
"@babel/parser": "^7.4.2",
"@babel/generator": "^7.8.4",
"@babel/parser": "^7.8.4",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@egoist/vue-to-react": "^1.1.0",
"@jest/transform": "^24.9.0",
"@jest/transform": "^25.1.0",
"@mdx-js/loader": "^1.5.1",
"@mdx-js/mdx": "^1.5.1",
"@mdx-js/react": "^1.5.1",
Expand All @@ -67,15 +67,15 @@
"react-element-to-jsx-string": "^14.1.0",
"remark-external-links": "^5.0.0",
"remark-slug": "^5.1.2",
"ts-dedent": "^1.1.0",
"ts-dedent": "^1.1.1",
"util-deprecate": "^1.0.2",
"vue-docgen-api": "^4.1.0",
"vue-docgen-loader": "^1.3.0-beta.0"
},
"devDependencies": {
"@types/doctrine": "^0.0.3",
"@types/enzyme": "^3.10.3",
"@types/jest": "^24.0.11",
"@types/jest": "^25.1.1",
"@types/prop-types": "^15.5.9",
"@types/util-deprecate": "^1.0.0",
"jest-specific-snapshot": "^2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions addons/essentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"@storybook/addons": "6.0.0-alpha.2",
"@storybook/api": "6.0.0-alpha.2",
"@storybook/node-logger": "6.0.0-alpha.2",
"ts-dedent": "^1.1.0"
"ts-dedent": "^1.1.1"
},
"devDependencies": {
"@types/jest": "^24.0.11"
"@types/jest": "^25.1.1"
},
"peerDependencies": {
"babel-loader": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion addons/events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"util-deprecate": "^1.0.2"
},
"devDependencies": {
"@types/webpack-env": "^1.15.0"
"@types/webpack-env": "^1.15.1"
},
"peerDependencies": {
"react": "*"
Expand Down
4 changes: 2 additions & 2 deletions addons/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"@storybook/api": "6.0.0-alpha.2",
"core-js": "^3.0.1",
"global": "^4.3.2",
"graphiql": "^0.16.0",
"graphql": "^14.2.1",
"graphiql": "^0.17.5",
"graphql": "^14.6.0",
"prop-types": "^15.7.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion addons/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"util-deprecate": "^1.0.2"
},
"devDependencies": {
"@types/webpack-env": "^1.15.0"
"@types/webpack-env": "^1.15.1"
},
"peerDependencies": {
"react": "*"
Expand Down
4 changes: 2 additions & 2 deletions addons/knobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"copy-to-clipboard": "^3.0.8",
"core-js": "^3.0.1",
"escape-html": "^1.0.3",
"fast-deep-equal": "^2.0.1",
"fast-deep-equal": "^3.1.1",
"global": "^4.3.2",
"lodash": "^4.17.15",
"prop-types": "^15.7.2",
Expand All @@ -51,7 +51,7 @@
"@types/escape-html": "0.0.20",
"@types/react-lifecycles-compat": "^3.0.1",
"@types/react-select": "^2.0.19",
"@types/webpack-env": "^1.15.0"
"@types/webpack-env": "^1.15.1"
},
"peerDependencies": {
"react": "*"
Expand Down
4 changes: 2 additions & 2 deletions addons/links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"global": "^4.3.2",
"prop-types": "^15.7.2",
"qs": "^6.6.0",
"ts-dedent": "^1.1.0"
"ts-dedent": "^1.1.1"
},
"devDependencies": {
"@types/webpack-env": "^1.15.0"
"@types/webpack-env": "^1.15.1"
},
"peerDependencies": {
"react": "*"
Expand Down
2 changes: 1 addition & 1 deletion addons/notes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@types/prop-types": "^15.5.9",
"@types/util-deprecate": "^1.0.0",
"@types/webpack-env": "^1.15.0"
"@types/webpack-env": "^1.15.1"
},
"peerDependencies": {
"react": "*"
Expand Down
2 changes: 1 addition & 1 deletion addons/options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"util-deprecate": "^1.0.2"
},
"devDependencies": {
"@types/webpack-env": "^1.15.0"
"@types/webpack-env": "^1.15.1"
},
"peerDependencies": {
"react": "*"
Expand Down
4 changes: 2 additions & 2 deletions addons/queryparams/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"global": "^4.3.2",
"qs": "^6.6.0",
"react": "^16.8.3",
"ts-dedent": "^1.1.0"
"ts-dedent": "^1.1.1"
},
"devDependencies": {
"@types/webpack-env": "^1.15.0"
"@types/webpack-env": "^1.15.1"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions addons/storyshots/storyshots-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"storybook": "start-storybook -p 6006"
},
"dependencies": {
"@jest/transform": "^24.9.0",
"@jest/transform": "^25.1.0",
"@storybook/addons": "6.0.0-alpha.2",
"@storybook/client-api": "6.0.0-alpha.2",
"@storybook/core": "6.0.0-alpha.2",
"@types/glob": "^7.1.1",
"@types/jest": "^24.0.16",
"@types/jest": "^25.1.1",
"@types/jest-specific-snapshot": "^0.5.3",
"babel-plugin-require-context-hook": "^1.0.0",
"core-js": "^3.0.1",
Expand All @@ -45,7 +45,7 @@
"jest-specific-snapshot": "^2.0.0",
"read-pkg-up": "^7.0.0",
"regenerator-runtime": "^0.13.3",
"ts-dedent": "^1.1.0"
"ts-dedent": "^1.1.1"
},
"devDependencies": {
"@storybook/addon-docs": "6.0.0-alpha.2",
Expand Down
4 changes: 2 additions & 2 deletions app/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"@storybook/addons": "6.0.0-alpha.2",
"@storybook/core": "6.0.0-alpha.2",
"@storybook/node-logger": "6.0.0-alpha.2",
"@types/webpack-env": "^1.15.0",
"@types/webpack-env": "^1.15.1",
"core-js": "^3.0.1",
"fork-ts-checker-webpack-plugin": "^3.0.1",
"fork-ts-checker-webpack-plugin": "^4.0.3",
"global": "^4.3.2",
"regenerator-runtime": "^0.13.3",
"sass-loader": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion app/ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"core-js": "^3.0.1",
"global": "^4.3.2",
"regenerator-runtime": "^0.13.3",
"ts-dedent": "^1.1.0"
"ts-dedent": "^1.1.1"
},
"peerDependencies": {
"babel-loader": "^7.0.0 || ^8.0.0",
Expand Down
4 changes: 2 additions & 2 deletions app/html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"dependencies": {
"@storybook/addons": "6.0.0-alpha.2",
"@storybook/core": "6.0.0-alpha.2",
"@types/webpack-env": "^1.15.0",
"@types/webpack-env": "^1.15.1",
"core-js": "^3.0.1",
"global": "^4.3.2",
"html-loader": "^0.5.5",
"regenerator-runtime": "^0.13.3",
"ts-dedent": "^1.1.0"
"ts-dedent": "^1.1.1"
},
"peerDependencies": {
"babel-loader": "^7.0.0 || ^8.0.0"
Expand Down
2 changes: 1 addition & 1 deletion app/marko/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"core-js": "^3.0.1",
"global": "^4.3.2",
"regenerator-runtime": "^0.13.3",
"ts-dedent": "^1.1.0"
"ts-dedent": "^1.1.1"
},
"peerDependencies": {
"babel-loader": "^7.0.0 || ^8.0.0",
Expand Down
6 changes: 3 additions & 3 deletions app/mithril/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@babel/core": "^7.6.2",
"@babel/core": "^7.8.4",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@storybook/addons": "6.0.0-alpha.2",
"@storybook/core": "6.0.0-alpha.2",
"@types/mithril": "^2.0.0",
"@types/webpack-env": "^1.15.0",
"@types/webpack-env": "^1.15.1",
"core-js": "^3.0.1",
"global": "^4.3.2",
"regenerator-runtime": "^0.13.3",
"ts-dedent": "^1.1.0"
"ts-dedent": "^1.1.1"
},
"devDependencies": {
"mithril": "^1.1.6"
Expand Down
4 changes: 2 additions & 2 deletions app/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@storybook/addons": "6.0.0-alpha.2",
"@storybook/core": "6.0.0-alpha.2",
"@types/webpack-env": "^1.15.0",
"@types/webpack-env": "^1.15.1",
"core-js": "^3.0.1",
"global": "^4.3.2",
"regenerator-runtime": "^0.13.3",
"ts-dedent": "^1.1.0"
"ts-dedent": "^1.1.1"
},
"devDependencies": {
"preact": "^8.4.2"
Expand Down
2 changes: 1 addition & 1 deletion app/rax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"driver-dom": "^2.0.0",
"global": "^4.3.2",
"regenerator-runtime": "^0.13.3",
"ts-dedent": "^1.1.0"
"ts-dedent": "^1.1.1"
},
"devDependencies": {
"rax": "^1.1.0"
Expand Down
8 changes: 4 additions & 4 deletions app/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"@storybook/addons": "6.0.0-alpha.2",
"@storybook/core": "6.0.0-alpha.2",
"@storybook/node-logger": "6.0.0-alpha.2",
"@svgr/webpack": "^4.0.3",
"@types/webpack-env": "^1.15.0",
"@svgr/webpack": "^5.1.0",
"@types/webpack-env": "^1.15.1",
"babel-plugin-add-react-displayname": "^0.0.5",
"babel-plugin-named-asset-import": "^0.3.1",
"babel-plugin-react-docgen": "^4.0.0",
Expand All @@ -52,12 +52,12 @@
"react-dev-utils": "^10.0.0",
"regenerator-runtime": "^0.13.3",
"semver": "^6.0.0",
"ts-dedent": "^1.1.0",
"ts-dedent": "^1.1.1",
"webpack": "^4.33.0"
},
"devDependencies": {
"@types/mini-css-extract-plugin": "^0.9.0",
"@types/node": "^13.1.5",
"@types/node": "^13.5.2",
"@types/webpack": "^4.41.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions app/riot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
"@storybook/core": "6.0.0-alpha.2",
"core-js": "^3.0.1",
"global": "^4.3.2",
"raw-loader": "^3.1.0",
"raw-loader": "^4.0.0",
"regenerator-runtime": "^0.13.3",
"ts-dedent": "^1.1.0"
"ts-dedent": "^1.1.1"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.7.0",
"@babel/preset-env": "^7.7.1",
"@babel/preset-env": "^7.8.4",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.7.0"
},
Expand Down
4 changes: 2 additions & 2 deletions app/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"core-js": "^3.0.1",
"global": "^4.3.2",
"regenerator-runtime": "^0.13.3",
"ts-dedent": "^1.1.0"
"ts-dedent": "^1.1.1"
},
"devDependencies": {
"@types/webpack-env": "^1.15.0",
"@types/webpack-env": "^1.15.1",
"svelte": "^3.4.1",
"svelte-loader": "^2.13.4"
},
Expand Down
8 changes: 4 additions & 4 deletions app/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@
"dependencies": {
"@storybook/addons": "6.0.0-alpha.2",
"@storybook/core": "6.0.0-alpha.2",
"@types/webpack-env": "^1.15.0",
"@types/webpack-env": "^1.15.1",
"core-js": "^3.0.1",
"global": "^4.3.2",
"regenerator-runtime": "^0.13.3",
"ts-dedent": "^1.1.0",
"ts-dedent": "^1.1.1",
"webpack": "^4.33.0"
},
"devDependencies": {
"@types/mini-css-extract-plugin": "^0.8.0",
"@types/node": "^12.12.11",
"@types/mini-css-extract-plugin": "^0.9.0",
"@types/node": "^13.5.2",
"@types/webpack": "^4.41.0",
"babel-preset-vue": "^2.0.2",
"vue": "^2.6.8",
Expand Down
Loading