Skip to content

Commit

Permalink
Merge pull request #3343 from storybooks/dependencies.io-update-build…
Browse files Browse the repository at this point in the history
…-325.0.0

Update 24 dependencies from npm
  • Loading branch information
Hypnosphi authored Apr 3, 2018
2 parents 9d8a173 + 89cd57d commit 9dfe244
Show file tree
Hide file tree
Showing 17 changed files with 238 additions and 187 deletions.
2 changes: 1 addition & 1 deletion addons/background/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"babel-runtime": "^6.26.0",
"global": "^4.3.2",
"prop-types": "^15.6.1",
"react-lifecycles-compat": "^1.1.0"
"react-lifecycles-compat": "^1.1.1"
},
"peerDependencies": {
"@storybook/addons": "^3.3.0",
Expand Down
4 changes: 2 additions & 2 deletions addons/events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"babel-runtime": "^6.26.0",
"format-json": "^1.0.3",
"prop-types": "^15.6.1",
"react-lifecycles-compat": "^1.1.0",
"react-textarea-autosize": "^6.1.0-0"
"react-lifecycles-compat": "^1.1.1",
"react-textarea-autosize": "^6.1.0"
},
"peerDependencies": {
"@storybook/addons": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion addons/info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"nested-object-assign": "^1.0.1",
"prop-types": "^15.6.1",
"react-addons-create-fragment": "^15.5.3",
"react-lifecycles-compat": "^1.1.0",
"react-lifecycles-compat": "^1.1.1",
"util-deprecate": "^1.0.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions addons/knobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"global": "^4.3.2",
"insert-css": "^2.0.0",
"lodash.debounce": "^4.0.8",
"moment": "^2.21.0",
"moment": "^2.22.0",
"prop-types": "^15.6.1",
"react-color": "^2.14.0",
"react-datetime": "^2.14.0",
"react-lifecycles-compat": "^1.1.0",
"react-textarea-autosize": "^6.1.0-0",
"react-lifecycles-compat": "^1.1.1",
"react-textarea-autosize": "^6.1.0",
"util-deprecate": "^1.0.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion addons/notes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@storybook/react": "4.0.0-alpha.1",
"@types/react": "^16.1.0"
"@types/react": "^16.3.1"
},
"peerDependencies": {
"@storybook/addons": "^3.3.0",
Expand Down
4 changes: 2 additions & 2 deletions app/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
"util-deprecate": "^1.0.2",
"webpack": "^4.4.1",
"webpack-hot-middleware": "^2.21.2",
"zone.js": "^0.8.20"
"zone.js": "^0.8.24"
},
"devDependencies": {
"mock-fs": "^4.3.0",
"nodemon": "^1.17.2"
"nodemon": "^1.17.3"
},
"peerDependencies": {
"@angular/common": ">=4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion app/mithril/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"devDependencies": {
"mithril": "^1.1.6",
"nodemon": "^1.17.2"
"nodemon": "^1.17.3"
},
"peerDependencies": {
"babel-core": "^6.26.0 || ^7.0.0-0",
Expand Down
2 changes: 1 addition & 1 deletion app/polymer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"webpack-hot-middleware": "^2.21.2"
},
"devDependencies": {
"nodemon": "^1.17.2",
"nodemon": "^1.17.3",
"polymer-webpack-loader": "^2.0.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion app/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"webpack": "^4.4.1",
"webpack-dev-middleware": "^3.1.0",
"webpack-hot-middleware": "^2.21.2",
"ws": "^5.1.0"
"ws": "^5.1.1"
},
"devDependencies": {
"react-native": "^0.52.2"
Expand Down
4 changes: 2 additions & 2 deletions app/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"airbnb-js-shims": "^1.4.1",
"babel-loader": "^7.1.4",
"babel-plugin-macros": "^2.2.0",
"babel-plugin-react-docgen": "^1.8.3",
"babel-plugin-react-docgen": "^1.9.0",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
Expand All @@ -62,7 +62,7 @@
"webpack-hot-middleware": "^2.21.2"
},
"devDependencies": {
"nodemon": "^1.17.2"
"nodemon": "^1.17.3"
},
"peerDependencies": {
"babel-core": "^6.26.0 || ^7.0.0-0",
Expand Down
2 changes: 1 addition & 1 deletion app/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"webpack-hot-middleware": "^2.21.2"
},
"devDependencies": {
"nodemon": "^1.17.2",
"nodemon": "^1.17.3",
"vue": "^2.5.16",
"vue-loader": "^14.2.2",
"vue-template-compiler": "^2.5.16"
Expand Down
2 changes: 1 addition & 1 deletion examples/angular-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@ngrx/store": "^5.2.0",
"core-js": "^2.5.4",
"rxjs": "^5.5.8",
"zone.js": "^0.8.20"
"zone.js": "^0.8.24"
},
"devDependencies": {
"@angular/cli": "1.7.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/cra-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prop-types": "^15.6.1",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-lifecycles-compat": "^1.1.0"
"react-lifecycles-compat": "^1.1.1"
},
"devDependencies": {
"@storybook/addon-a11y": "4.0.0-alpha.1",
Expand Down
2 changes: 1 addition & 1 deletion lib/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"prop-types": "^15.6.1",
"qs": "^6.5.1",
"redux": "^3.7.2",
"serve-favicon": "^2.4.5",
"serve-favicon": "^2.5.0",
"shelljs": "^0.8.1",
"style-loader": "^0.20.3",
"svg-url-loader": "^2.3.2",
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"qs": "^6.5.1",
"react-fuzzy": "^0.5.2",
"react-icons": "^2.2.7",
"react-lifecycles-compat": "^1.1.0",
"react-lifecycles-compat": "^1.1.1",
"react-modal": "^3.3.2",
"react-split-pane": "^0.1.77",
"react-treebeard": "^2.1.0"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
"commander": "^2.15.1",
"concurrently": "^3.5.1",
"cross-env": "^5.1.4",
"danger": "^3.3.2",
"danger": "^3.4.4",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-jest": "^21.15.0",
"eslint-plugin-json": "^1.2.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
Expand All @@ -82,8 +82,8 @@
"jest-jasmine2": "^22.4.3",
"jest-preset-angular": "^5.2.1",
"jest-vue-preprocessor": "^1.4.0",
"lerna": "2.5.1",
"lint-staged": "^7.0.0",
"lerna": "2.9.1",
"lint-staged": "^7.0.2",
"lodash": "^4.17.5",
"npmlog": "^4.1.2",
"polymer-webpack-loader": "^2.0.2",
Expand Down
Loading

0 comments on commit 9dfe244

Please sign in to comment.