Skip to content

Commit

Permalink
UPGRADE dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jan 3, 2019
1 parent a00419b commit 4022285
Show file tree
Hide file tree
Showing 52 changed files with 1,063 additions and 1,252 deletions.
8 changes: 4 additions & 4 deletions addons/a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@emotion/styled": "^10.0.2",
"@emotion/styled": "^10.0.5",
"@storybook/addons": "4.2.0-alpha.8",
"@storybook/client-logger": "4.2.0-alpha.8",
"@storybook/components": "4.2.0-alpha.8",
"@storybook/core-events": "4.2.0-alpha.8",
"axe-core": "^3.1.2",
"core-js": "^2.5.7",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2",
"core-js": "^2.6.1",
"global": "^4.3.2",
"memoizerific": "^1.11.3",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"util-deprecate": "^1.0.2"
},
"publishConfig": {
Expand Down
10 changes: 5 additions & 5 deletions addons/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@emotion/core": "^10.0.2",
"@emotion/styled": "^10.0.2",
"@emotion/core": "^10.0.5",
"@emotion/styled": "^10.0.5",
"@storybook/addons": "4.2.0-alpha.8",
"@storybook/components": "4.2.0-alpha.8",
"@storybook/core-events": "4.2.0-alpha.8",
"core-js": "^2.5.7",
"emotion-theming": "^10.0.2",
"core-js": "^2.6.1",
"emotion-theming": "^10.0.5",
"fast-deep-equal": "^2.0.1",
"global": "^4.3.2",
"lodash": "^4.17.11",
"make-error": "^1.3.5",
"prop-types": "^15.6.2",
"react": "^16.7.0-alpha.2",
"react": "^16.7.0",
"react-inspector": "^2.3.0",
"uuid": "^3.3.2"
},
Expand Down
10 changes: 5 additions & 5 deletions addons/backgrounds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@emotion/core": "^10.0.2",
"@emotion/styled": "^10.0.2",
"@emotion/core": "^10.0.5",
"@emotion/styled": "^10.0.5",
"@storybook/addons": "4.2.0-alpha.8",
"@storybook/components": "4.2.0-alpha.8",
"@storybook/client-logger": "4.2.0-alpha.8",
"@storybook/components": "4.2.0-alpha.8",
"@storybook/core-events": "4.2.0-alpha.8",
"core-js": "^2.5.7",
"core-js": "^2.6.1",
"eventemitter3": "^3.1.0",
"global": "^4.3.2",
"memoizerific": "^1.11.3",
"prop-types": "^15.6.2",
"react": "^16.7.0-alpha.2",
"react": "^16.7.0",
"util-deprecate": "^1.0.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion addons/centered/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"core-js": "^2.5.7",
"core-js": "^2.6.1",
"global": "^4.3.2"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions addons/cssresources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@emotion/styled": "10.0.2",
"@emotion/styled": "10.0.5",
"@storybook/addons": "4.2.0-alpha.8",
"@storybook/components": "4.2.0-alpha.8",
"@storybook/core-events": "4.2.0-alpha.8",
"core-js": "^2.5.7",
"core-js": "^2.6.1",
"global": "^4.3.2",
"prop-types": "^15.6.2",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-syntax-highlighter": "^10.0.0",
"util-deprecate": "^1.0.2"
},
Expand Down
6 changes: 3 additions & 3 deletions addons/events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@emotion/styled": "^10.0.2",
"@emotion/styled": "^10.0.5",
"@storybook/addons": "4.2.0-alpha.8",
"@storybook/core-events": "4.2.0-alpha.8",
"core-js": "^2.5.7",
"core-js": "^2.6.1",
"format-json": "^1.0.3",
"prop-types": "^15.6.2",
"react": "^16.7.0-alpha.2",
"react": "^16.7.0",
"react-lifecycles-compat": "^3.0.4",
"react-textarea-autosize": "^7.0.4",
"util-deprecate": "^1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion addons/google-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@storybook/addons": "4.2.0-alpha.8",
"@storybook/core-events": "4.2.0-alpha.8",
"core-js": "^2.5.7",
"core-js": "^2.6.1",
"global": "^4.3.2",
"react-ga": "^2.5.3"
},
Expand Down
2 changes: 1 addition & 1 deletion addons/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"core-js": "^2.5.7",
"core-js": "^2.6.1",
"global": "^4.3.2",
"graphiql": "^0.12.0",
"graphql": "^14.0.2",
Expand Down
8 changes: 4 additions & 4 deletions addons/info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@emotion/styled": "^10.0.2",
"@emotion/styled": "^10.0.5",
"@storybook/addons": "4.2.0-alpha.8",
"@storybook/client-logger": "4.2.0-alpha.8",
"@storybook/components": "4.2.0-alpha.8",
"core-js": "^2.5.7",
"core-js": "^2.6.1",
"global": "^4.3.2",
"marksy": "^6.1.0",
"nested-object-assign": "^1.0.1",
"prop-types": "^15.6.2",
"react": "^16.7.0-alpha.2",
"react": "^16.7.0",
"react-addons-create-fragment": "^15.5.3",
"react-element-to-jsx-string": "^14.0.2",
"react-is": "^16.6.1",
"react-is": "^16.7.0",
"react-lifecycles-compat": "^3.0.4",
"util-deprecate": "^1.0.2"
},
Expand Down
6 changes: 3 additions & 3 deletions addons/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@emotion/styled": "^10.0.2",
"@emotion/styled": "^10.0.5",
"@storybook/addons": "4.2.0-alpha.8",
"@storybook/components": "4.2.0-alpha.8",
"core-js": "^2.5.7",
"core-js": "^2.6.1",
"global": "^4.3.2",
"prop-types": "^15.6.2",
"react": "^16.7.0-alpha.2",
"react": "^16.7.0",
"upath": "^1.1.0",
"util-deprecate": "^1.0.2"
},
Expand Down
8 changes: 4 additions & 4 deletions addons/knobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@emotion/core": "^10.0.2",
"@emotion/styled": "^10.0.2",
"@emotion/core": "^10.0.5",
"@emotion/styled": "^10.0.5",
"@storybook/addons": "4.2.0-alpha.8",
"@storybook/components": "4.2.0-alpha.8",
"@storybook/core-events": "4.2.0-alpha.8",
"copy-to-clipboard": "^3.0.8",
"core-js": "^2.5.7",
"core-js": "^2.6.1",
"escape-html": "^1.0.3",
"fast-deep-equal": "^2.0.1",
"global": "^4.3.2",
"prop-types": "^15.6.2",
"qs": "^6.5.2",
"react-color": "^2.17.0",
"react-lifecycles-compat": "^3.0.4",
"react-select": "^2.1.2",
"react-select": "^2.2.0",
"util-deprecate": "^1.0.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion addons/links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@storybook/components": "4.2.0-alpha.8",
"@storybook/core-events": "4.2.0-alpha.8",
"common-tags": "^1.8.0",
"core-js": "^2.5.7",
"core-js": "^2.6.1",
"global": "^4.3.2",
"prop-types": "^15.6.2",
"qs": "^6.5.2"
Expand Down
4 changes: 2 additions & 2 deletions addons/notes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@emotion/styled": "^10.0.2",
"@emotion/styled": "^10.0.5",
"@storybook/addons": "4.2.0-alpha.8",
"@storybook/components": "4.2.0-alpha.8",
"@storybook/core-events": "4.2.0-alpha.8",
"markdown-to-jsx": "^6.7.4",
"markdown-to-jsx": "^6.9.0",
"prop-types": "^15.6.2",
"util-deprecate": "^1.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion addons/ondevice-backgrounds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@storybook/addons": "4.2.0-alpha.8",
"core-js": "^2.5.7",
"core-js": "^2.6.1",
"prop-types": "^15.6.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion addons/ondevice-knobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@storybook/addons": "4.2.0-alpha.8",
"core-js": "^2.5.7",
"core-js": "^2.6.1",
"deep-equal": "^1.0.1",
"prop-types": "^15.6.2",
"react-native-color-picker": "^0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion addons/ondevice-notes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@storybook/addons": "4.2.0-alpha.8",
"core-js": "^2.5.7",
"core-js": "^2.6.1",
"prop-types": "^15.6.2",
"react-native-simple-markdown": "^1.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion addons/options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@storybook/addons": "4.2.0-alpha.8",
"core-js": "^2.5.7",
"core-js": "^2.6.1",
"util-deprecate": "^1.0.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions addons/storyshots/storyshots-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@storybook/addons": "4.2.0-alpha.8",
"core-js": "^2.5.7",
"core-js": "^2.6.1",
"glob": "^7.1.3",
"global": "^4.3.2",
"jest-specific-snapshot": "^1.0.0",
Expand All @@ -34,7 +34,7 @@
},
"devDependencies": {
"enzyme-to-json": "^3.3.4",
"react": "^16.7.0-alpha.2"
"react": "^16.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion addons/storyshots/storyshots-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@storybook/node-logger": "4.2.0-alpha.8",
"core-js": "^2.5.7",
"core-js": "^2.6.1",
"jest-image-snapshot": "^2.6.0",
"puppeteer": "^1.9.0",
"regenerator-runtime": "^0.12.1"
Expand Down
4 changes: 2 additions & 2 deletions addons/storysource/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"dependencies": {
"@storybook/addons": "4.2.0-alpha.8",
"@storybook/components": "4.2.0-alpha.8",
"core-js": "^2.5.7",
"core-js": "^2.6.1",
"estraverse": "^4.2.0",
"loader-utils": "^1.2.1",
"loader-utils": "^1.2.3",
"prettier": "^1.14.3",
"prop-types": "^15.6.2",
"react-syntax-highlighter": "^8.0.1",
Expand Down
8 changes: 4 additions & 4 deletions addons/viewport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@emotion/core": "^10.0.2",
"@emotion/styled": "^10.0.2",
"@emotion/core": "^10.0.5",
"@emotion/styled": "^10.0.5",
"@storybook/addons": "4.2.0-alpha.8",
"@storybook/components": "4.2.0-alpha.8",
"@storybook/client-logger": "4.2.0-alpha.8",
"@storybook/components": "4.2.0-alpha.8",
"@storybook/core-events": "4.2.0-alpha.8",
"core-js": "^2.5.7",
"core-js": "^2.6.1",
"global": "^4.3.2",
"memoizerific": "^1.11.3",
"prop-types": "^15.6.2",
Expand Down
8 changes: 4 additions & 4 deletions app/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@
"@storybook/core": "4.2.0-alpha.8",
"@storybook/node-logger": "4.2.0-alpha.8",
"angular2-template-loader": "^0.6.2",
"core-js": "^2.5.7",
"core-js": "^2.6.1",
"fork-ts-checker-webpack-plugin": "^0.5.2",
"global": "^4.3.2",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"regenerator-runtime": "^0.12.1",
"sass-loader": "^7.1.0",
"ts-loader": "^5.3.2",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"webpack": "^4.23.1"
"webpack": "^4.28.3"
},
"devDependencies": {
"zone.js": "^0.8.26"
Expand Down
6 changes: 3 additions & 3 deletions app/ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"@ember/test-helpers": "^1.0.0",
"@storybook/core": "4.2.0-alpha.8",
"common-tags": "^1.8.0",
"core-js": "^2.5.7",
"core-js": "^2.6.1",
"global": "^4.3.2",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"regenerator-runtime": "^0.12.1"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions app/html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"dependencies": {
"@storybook/core": "4.2.0-alpha.8",
"common-tags": "^1.8.0",
"core-js": "^2.5.7",
"core-js": "^2.6.1",
"global": "^4.3.2",
"html-loader": "^0.5.5",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"regenerator-runtime": "^0.12.1"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions app/marko/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"dependencies": {
"@storybook/core": "4.2.0-alpha.8",
"common-tags": "^1.8.0",
"core-js": "^2.5.7",
"core-js": "^2.6.1",
"global": "^4.3.2",
"marko-loader": "^1.3.3",
"raw-loader": "^0.5.1",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2",
"raw-loader": "^1.0.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"regenerator-runtime": "^0.12.1"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions app/mithril/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"@babel/plugin-transform-react-jsx": "^7.2.0",
"@storybook/core": "4.2.0-alpha.8",
"common-tags": "^1.8.0",
"core-js": "^2.5.7",
"core-js": "^2.6.1",
"global": "^4.3.2",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"regenerator-runtime": "^0.12.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 4022285

Please sign in to comment.