Skip to content

Commit

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

Update 63 dependencies from npm
  • Loading branch information
danielduan committed Apr 16, 2018
2 parents d21e479 + bdd3257 commit 3affc30
Show file tree
Hide file tree
Showing 27 changed files with 306 additions and 260 deletions.
2 changes: 1 addition & 1 deletion addons/a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"axe-core": "^3.0.1",
"babel-runtime": "^6.26.0",
"glamor": "^2.20.40",
"glamorous": "^4.12.1",
"glamorous": "^4.12.3",
"prop-types": "^15.6.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions addons/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"babel-runtime": "^6.26.0",
"deep-equal": "^1.0.1",
"glamor": "^2.20.40",
"glamorous": "^4.12.1",
"glamorous": "^4.12.3",
"global": "^4.3.2",
"make-error": "^1.3.4",
"prop-types": "^15.6.1",
"react-inspector": "^2.2.2",
"react-inspector": "^2.3.0",
"uuid": "^3.2.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion addons/background/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"babel-runtime": "^6.26.0",
"global": "^4.3.2",
"prop-types": "^15.6.1",
"react-lifecycles-compat": "^3.0.0"
"react-lifecycles-compat": "^3.0.2"
},
"peerDependencies": {
"react": "*"
Expand Down
2 changes: 1 addition & 1 deletion addons/centered/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"global": "^4.3.2"
},
"devDependencies": {
"react-dom": "^16.3.1"
"react-dom": "^16.3.2"
},
"peerDependencies": {
"react": "*"
Expand Down
2 changes: 1 addition & 1 deletion addons/events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"format-json": "^1.0.3",
"prop-types": "^15.6.1",
"react-lifecycles-compat": "^3.0.0",
"react-lifecycles-compat": "^3.0.2",
"react-textarea-autosize": "^6.1.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions addons/info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
"@storybook/components": "4.0.0-alpha.2",
"babel-runtime": "^6.26.0",
"glamor": "^2.20.40",
"glamorous": "^4.12.1",
"glamorous": "^4.12.3",
"global": "^4.3.2",
"marksy": "^6.0.3",
"nested-object-assign": "^1.0.1",
"prop-types": "^15.6.1",
"react-addons-create-fragment": "^15.5.3",
"react-lifecycles-compat": "^3.0.0",
"react-lifecycles-compat": "^3.0.2",
"util-deprecate": "^1.0.2"
},
"devDependencies": {
"@storybook/addon-actions": "4.0.0-alpha.2",
"@storybook/react": "4.0.0-alpha.2",
"react-test-renderer": "^16.3.1"
"react-test-renderer": "^16.3.2"
},
"peerDependencies": {
"react": "*",
Expand Down
2 changes: 1 addition & 1 deletion addons/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@storybook/components": "4.0.0-alpha.2",
"babel-runtime": "^6.26.0",
"glamor": "^2.20.40",
"glamorous": "^4.12.1",
"glamorous": "^4.12.3",
"global": "^4.3.2",
"prop-types": "^15.6.1"
},
Expand Down
6 changes: 3 additions & 3 deletions addons/knobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"global": "^4.3.2",
"insert-css": "^2.0.0",
"lodash.debounce": "^4.0.8",
"moment": "^2.22.0",
"moment": "^2.22.1",
"prop-types": "^15.6.1",
"react-color": "^2.14.0",
"react-color": "^2.14.1",
"react-datetime": "^2.14.0",
"react-lifecycles-compat": "^3.0.0",
"react-lifecycles-compat": "^3.0.2",
"react-textarea-autosize": "^6.1.0",
"util-deprecate": "^1.0.2"
},
Expand Down
8 changes: 4 additions & 4 deletions addons/links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"devDependencies": {
"@storybook/react": "4.0.0-alpha.2",
"enzyme": "^3.3.0",
"react": "^16.3.1",
"react-dom": "^16.3.1"
"react": "^16.3.2",
"react-dom": "^16.3.2"
},
"peerDependencies": {
"react": "16.3.1",
"react-dom": "16.3.1"
"react": "16.3.2",
"react-dom": "16.3.2"
}
}
2 changes: 1 addition & 1 deletion addons/notes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@storybook/react": "4.0.0-alpha.2",
"@types/react": "^16.3.5"
"@types/react": "^16.3.11"
},
"peerDependencies": {
"react": "*"
Expand Down
6 changes: 3 additions & 3 deletions addons/storyshots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"global": "^4.3.2",
"jest-image-snapshot": "^2.4.0",
"jest-specific-snapshot": "^0.5.0",
"puppeteer": "^1.2.0",
"puppeteer": "^1.3.0",
"read-pkg-up": "^3.0.0"
},
"devDependencies": {
Expand All @@ -33,8 +33,8 @@
"@storybook/addons": "4.0.0-alpha.2",
"@storybook/react": "4.0.0-alpha.2",
"enzyme-to-json": "^3.3.3",
"react": "^16.3.1",
"react-dom": "^16.3.1"
"react": "^16.3.2",
"react-dom": "^16.3.2"
},
"peerDependencies": {
"babel-core": "^6.26.0 || ^7.0.0-0"
Expand Down
2 changes: 1 addition & 1 deletion addons/storysource/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"estraverse": "^4.2.0",
"loader-utils": "^1.1.0",
"prettier": "^1.11.1",
"prettier": "^1.12.0",
"prop-types": "^15.6.1",
"react-syntax-highlighter": "^7.0.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 @@ -46,8 +46,8 @@
"markdown-loader": "^2.0.2",
"node-sass": "^4.8.3",
"raw-loader": "^0.5.1",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"sass-loader": "^6.0.7",
"ts-loader": "^4.2.0",
"webpack": "^4.5.0",
Expand Down
4 changes: 2 additions & 2 deletions app/mithril/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"markdown-loader": "^2.0.2",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"webpack": "^4.5.0",
"webpack-hot-middleware": "^2.22.0"
},
Expand Down
4 changes: 2 additions & 2 deletions app/polymer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"dotenv-webpack": "^1.5.5",
"global": "^4.3.2",
"html-webpack-plugin": "^3.2.0",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"webpack": "^4.5.0",
"webpack-hot-middleware": "^2.22.0"
},
Expand Down
2 changes: 1 addition & 1 deletion app/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"core-js": "^2.5.5",
"dotenv-webpack": "^1.5.5",
"glamor": "^2.20.40",
"glamorous": "^4.12.1",
"glamorous": "^4.12.3",
"global": "^4.3.2",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
Expand Down
4 changes: 2 additions & 2 deletions app/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"markdown-loader": "^2.0.2",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"webpack": "^4.5.0",
"webpack-hot-middleware": "^2.22.0"
},
Expand Down
18 changes: 9 additions & 9 deletions examples/angular-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
"test": "ng test"
},
"dependencies": {
"@angular/common": "^5.2.9",
"@angular/compiler": "^5.2.9",
"@angular/core": "^5.2.9",
"@angular/forms": "^5.2.9",
"@angular/platform-browser": "^5.2.9",
"@angular/platform-browser-dynamic": "^5.2.9",
"@angular/common": "^5.2.10",
"@angular/compiler": "^5.2.10",
"@angular/core": "^5.2.10",
"@angular/forms": "^5.2.10",
"@angular/platform-browser": "^5.2.10",
"@angular/platform-browser-dynamic": "^5.2.10",
"@ngrx/store": "^5.2.0",
"core-js": "^2.5.5",
"rxjs": "^5.5.8",
"rxjs": "^5.5.10",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular/cli": "1.7.4",
"@angular/compiler-cli": "^5.2.9",
"@angular/compiler-cli": "^5.2.10",
"@storybook/addon-actions": "4.0.0-alpha.2",
"@storybook/addon-knobs": "4.0.0-alpha.2",
"@storybook/addon-links": "4.0.0-alpha.2",
Expand All @@ -37,7 +37,7 @@
"@storybook/addons": "4.0.0-alpha.2",
"@storybook/angular": "4.0.0-alpha.2",
"@types/jasmine": "~2.8.6",
"@types/node": "~9.6.2",
"@types/node": "~9.6.5",
"babel-core": "^6.26.0",
"global": "^4.3.2",
"jasmine-core": "~3.1.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/cra-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"dependencies": {
"global": "^4.3.2",
"prop-types": "^15.6.1",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-lifecycles-compat": "^3.0.0"
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-lifecycles-compat": "^3.0.2"
},
"devDependencies": {
"@storybook/addon-a11y": "4.0.0-alpha.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/official-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"global": "^4.3.2",
"paths.macro": "^2.0.2",
"prop-types": "^15.6.1",
"react": "^16.3.1",
"react": "^16.3.2",
"react-chromatic": "^0.8.1",
"react-dom": "^16.3.1",
"react-dom": "^16.3.2",
"uuid": "^3.2.1"
}
}
4 changes: 2 additions & 2 deletions lib/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"merge-dirs": "^0.2.1",
"semver": "^5.5.0",
"shelljs": "^0.8.1",
"update-notifier": "^2.4.0"
"update-notifier": "^2.5.0"
},
"devDependencies": {
"@storybook/addon-actions": "4.0.0-alpha.2",
Expand All @@ -63,6 +63,6 @@
"@storybook/ui": "4.0.0-alpha.2",
"@storybook/vue": "4.0.0-alpha.2",
"check-node-version": "3.2.0",
"npx": "10.0.1"
"npx": "10.2.0"
}
}
4 changes: 2 additions & 2 deletions lib/cli/test/snapshots/meteor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"dependencies": {
"babel-runtime": "^6.20.0",
"meteor-node-stubs": "~0.2.4",
"react": "^16.3.1",
"react-dom": "^16.3.1"
"react": "^16.3.2",
"react-dom": "^16.3.2"
},
"devDependencies": {
"babel-core": "^6.26.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"glamor": "^2.20.40",
"glamorous": "^4.12.1",
"glamorous": "^4.12.3",
"prop-types": "^15.6.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions lib/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@storybook/client-logger": "4.0.0-alpha.2",
"@storybook/node-logger": "4.0.0-alpha.2",
"@storybook/ui": "4.0.0-alpha.2",
"autoprefixer": "^8.2.0",
"autoprefixer": "^8.3.0",
"babel-runtime": "^6.26.0",
"chalk": "^2.3.2",
"commander": "^2.15.1",
Expand All @@ -36,7 +36,7 @@
"json-loader": "^0.5.7",
"json5": "^0.5.1",
"postcss-flexbugs-fixes": "^3.2.0",
"postcss-loader": "^2.1.3",
"postcss-loader": "^2.1.4",
"prop-types": "^15.6.1",
"qs": "^6.5.1",
"redux": "^3.7.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": "^3.0.0",
"react-lifecycles-compat": "^3.0.2",
"react-modal": "^3.3.2",
"react-split-pane": "^0.1.77",
"react-treebeard": "^2.1.0"
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"chromatic": "npm --prefix examples/official-storybook run chromatic"
},
"devDependencies": {
"@angular/common": "^5.2.9",
"@angular/compiler": "^5.2.9",
"@angular/core": "^5.2.9",
"@angular/forms": "^5.2.9",
"@angular/platform-browser": "^5.2.9",
"@angular/platform-browser-dynamic": "^5.2.9",
"@angular/common": "^5.2.10",
"@angular/compiler": "^5.2.10",
"@angular/core": "^5.2.10",
"@angular/forms": "^5.2.10",
"@angular/platform-browser": "^5.2.10",
"@angular/platform-browser-dynamic": "^5.2.10",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-eslint": "^8.2.3",
"babel-plugin-macros": "^2.2.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
Expand All @@ -58,13 +58,13 @@
"commander": "^2.15.1",
"concurrently": "^3.5.1",
"cross-env": "^5.1.4",
"danger": "^3.4.5",
"danger": "^3.4.7",
"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.10.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jest": "^21.15.0",
"eslint-plugin-json": "^1.2.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
Expand All @@ -86,16 +86,16 @@
"jest-preset-angular": "^5.2.1",
"jest-teamcity-reporter": "^0.9.0",
"jest-vue-preprocessor": "^1.4.0",
"lerna": "2.10.0",
"lerna": "2.10.1",
"lint-staged": "^7.0.4",
"lodash": "^4.17.5",
"npmlog": "^4.1.2",
"polymer-webpack-loader": "^2.0.2",
"prettier": "^1.11.1",
"prettier": "^1.12.0",
"raf": "^3.4.0",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-test-renderer": "^16.3.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-test-renderer": "^16.3.2",
"remark-cli": "^5.0.0",
"remark-lint": "^6.0.1",
"remark-preset-lint-recommended": "^3.0.1",
Expand Down
Loading

0 comments on commit 3affc30

Please sign in to comment.