Skip to content

Commit

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

Update 29 dependencies from npm
  • Loading branch information
Hypnosphi authored Mar 1, 2018
2 parents 40d1c37 + ec05c1a commit 4da021e
Show file tree
Hide file tree
Showing 12 changed files with 77 additions and 76 deletions.
2 changes: 1 addition & 1 deletion addons/knobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lodash.debounce": "^4.0.8",
"moment": "^2.20.1",
"prop-types": "^15.6.1",
"react-color": "^2.11.4",
"react-color": "^2.14.0",
"react-datetime": "^2.14.0",
"react-textarea-autosize": "^5.2.1",
"util-deprecate": "^1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion addons/storyshots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"glob": "^7.1.2",
"global": "^4.3.2",
"jest-image-snapshot": "^2.3.0",
"jest-specific-snapshot": "^0.3.0",
"jest-specific-snapshot": "^0.4.0",
"puppeteer": "^1.1.1",
"read-pkg-up": "^3.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 @@ -27,7 +27,7 @@
"babel-runtime": "^6.26.0",
"estraverse": "^4.2.0",
"loader-utils": "^1.1.0",
"prettier": "^1.11.0",
"prettier": "^1.11.1",
"prop-types": "^15.6.1",
"react-syntax-highlighter": "^7.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions app/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
"uglifyjs-webpack-plugin": "^1.2.2",
"util-deprecate": "^1.0.2",
"webpack": "^3.11.0",
"webpack-hot-middleware": "^2.21.0",
"webpack-hot-middleware": "^2.21.1",
"zone.js": "^0.8.20"
},
"devDependencies": {
"mock-fs": "^4.3.0",
"nodemon": "^1.15.1"
"nodemon": "^1.17.1"
},
"peerDependencies": {
"@angular/common": ">=4.0.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 @@ -56,10 +56,10 @@
"uglifyjs-webpack-plugin": "^1.2.2",
"util-deprecate": "^1.0.2",
"webpack": "^3.11.0",
"webpack-hot-middleware": "^2.21.0"
"webpack-hot-middleware": "^2.21.1"
},
"devDependencies": {
"nodemon": "^1.15.1"
"nodemon": "^1.17.1"
},
"peerDependencies": {
"babel-core": "^6.26.0 || ^7.0.0-0",
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 @@ -62,7 +62,7 @@
"uuid": "^3.2.1",
"webpack": "^3.11.0",
"webpack-dev-middleware": "^1.12.2",
"webpack-hot-middleware": "^2.21.0",
"webpack-hot-middleware": "^2.21.1",
"ws": "^4.1.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions app/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"airbnb-js-shims": "^1.4.1",
"babel-loader": "^7.1.3",
"babel-plugin-macros": "^2.1.0",
"babel-plugin-react-docgen": "^1.8.2",
"babel-plugin-react-docgen": "^1.8.3",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
Expand All @@ -61,10 +61,10 @@
"uglifyjs-webpack-plugin": "^1.2.2",
"util-deprecate": "^1.0.2",
"webpack": "^3.11.0",
"webpack-hot-middleware": "^2.21.0"
"webpack-hot-middleware": "^2.21.1"
},
"devDependencies": {
"nodemon": "^1.15.1"
"nodemon": "^1.17.1"
},
"peerDependencies": {
"babel-core": "^6.26.0 || ^7.0.0-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 @@ -53,10 +53,10 @@
"uglifyjs-webpack-plugin": "^1.2.2",
"util-deprecate": "^1.0.2",
"webpack": "^3.11.0",
"webpack-hot-middleware": "^2.21.0"
"webpack-hot-middleware": "^2.21.1"
},
"devDependencies": {
"nodemon": "^1.15.1",
"nodemon": "^1.17.1",
"vue": "^2.5.13",
"vue-loader": "^14.1.1",
"vue-template-compiler": "^2.5.13"
Expand Down
16 changes: 8 additions & 8 deletions examples/angular-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
"test": "ng test"
},
"dependencies": {
"@angular/common": "^5.2.6",
"@angular/compiler": "^5.2.6",
"@angular/core": "^5.2.6",
"@angular/forms": "^5.2.6",
"@angular/platform-browser": "^5.2.6",
"@angular/platform-browser-dynamic": "^5.2.6",
"@angular/common": "^5.2.7",
"@angular/compiler": "^5.2.7",
"@angular/core": "^5.2.7",
"@angular/forms": "^5.2.7",
"@angular/platform-browser": "^5.2.7",
"@angular/platform-browser-dynamic": "^5.2.7",
"core-js": "^2.4.1",
"rxjs": "^5.4.2",
"zone.js": "^0.8.20"
},
"devDependencies": {
"@angular/cli": "1.7.1",
"@angular/compiler-cli": "^5.2.6",
"@angular/cli": "1.7.2",
"@angular/compiler-cli": "^5.2.7",
"@storybook/addon-actions": "^3.4.0-alpha.9",
"@storybook/addon-knobs": "^3.4.0-alpha.9",
"@storybook/addon-links": "^3.4.0-alpha.9",
Expand Down
2 changes: 1 addition & 1 deletion lib/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"url-loader": "^0.6.2",
"webpack": "^3.11.0",
"webpack-dev-middleware": "^1.12.2",
"webpack-hot-middleware": "^2.21.0"
"webpack-hot-middleware": "^2.21.1"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"chromatic": "npm --prefix examples/official-storybook run chromatic"
},
"devDependencies": {
"@angular/common": "^5.2.6",
"@angular/compiler": "^5.2.6",
"@angular/core": "^5.2.6",
"@angular/forms": "^5.2.6",
"@angular/platform-browser": "^5.2.6",
"@angular/platform-browser-dynamic": "^5.2.6",
"@angular/common": "^5.2.7",
"@angular/compiler": "^5.2.7",
"@angular/core": "^5.2.7",
"@angular/forms": "^5.2.7",
"@angular/platform-browser": "^5.2.7",
"@angular/platform-browser-dynamic": "^5.2.7",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
Expand Down Expand Up @@ -86,7 +86,7 @@
"lint-staged": "^7.0.0",
"lodash": "^4.17.5",
"npmlog": "^4.1.2",
"prettier": "^1.11.0",
"prettier": "^1.11.1",
"raf": "^3.4.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
Expand Down
95 changes: 48 additions & 47 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"@ngtools/json-schema" "^1.1.0"
rxjs "^5.5.6"

"@angular/cli@1.7.1":
version "1.7.1"
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-1.7.1.tgz#3a9d0b8314d4c54226f941beeb53071385c294e0"
"@angular/cli@1.7.2":
version "1.7.2"
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-1.7.2.tgz#7539285cb83f33cc1b34aec47a5ef6e8656c8450"
dependencies:
"@angular-devkit/build-optimizer" "0.3.2"
"@angular-devkit/core" "0.3.2"
Expand Down Expand Up @@ -92,48 +92,48 @@
optionalDependencies:
node-sass "^4.7.2"

"@angular/common@^5.2.6":
version "5.2.6"
resolved "https://registry.yarnpkg.com/@angular/common/-/common-5.2.6.tgz#0c6771739f1407eae0533e82c3ee42425badd489"
"@angular/common@^5.2.7":
version "5.2.7"
resolved "https://registry.yarnpkg.com/@angular/common/-/common-5.2.7.tgz#11bb9f00afe91af8d772ecdff83c2e179f9a67a0"
dependencies:
tslib "^1.7.1"

"@angular/compiler-cli@^5.2.6":
version "5.2.6"
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-5.2.6.tgz#f60fccabaf8d09641aada8c112a6e4f336f8412d"
"@angular/compiler-cli@^5.2.7":
version "5.2.7"
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-5.2.7.tgz#3bad9d5e4c25ebc51e1bb67b71b26a97d6d3bbc5"
dependencies:
chokidar "^1.4.2"
minimist "^1.2.0"
reflect-metadata "^0.1.2"
tsickle "^0.27.2"

"@angular/compiler@^5.2.6":
version "5.2.6"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-5.2.6.tgz#0abf72b46c401688342057e3fb7cd59fef0a5ab1"
"@angular/compiler@^5.2.7":
version "5.2.7"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-5.2.7.tgz#31dcc7ac18cc23cb115e76c541b982737ff93ec9"
dependencies:
tslib "^1.7.1"

"@angular/core@^5.2.6":
version "5.2.6"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-5.2.6.tgz#483fb0b720d563d3ec4d1895878249beafa39b9b"
"@angular/core@^5.2.7":
version "5.2.7"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-5.2.7.tgz#e5607fc39d90f9fe4fbaaeeeb6cdb9371966bfe3"
dependencies:
tslib "^1.7.1"

"@angular/forms@^5.2.6":
version "5.2.6"
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-5.2.6.tgz#fa3e37a9e97fa3e2b24d8564a66a11d430379bfe"
"@angular/forms@^5.2.7":
version "5.2.7"
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-5.2.7.tgz#a0c41fdb6b8ba2c32653cc3058d5fa47db91fbf8"
dependencies:
tslib "^1.7.1"

"@angular/platform-browser-dynamic@^5.2.6":
version "5.2.6"
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-5.2.6.tgz#8795cca57306b7bdc2bc166d3928bc8eb145125c"
"@angular/platform-browser-dynamic@^5.2.7":
version "5.2.7"
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-5.2.7.tgz#91f903c1f73de2fba1004bc31ed1c3117c7f0406"
dependencies:
tslib "^1.7.1"

"@angular/platform-browser@^5.2.6":
version "5.2.6"
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-5.2.6.tgz#ecb8a6d37506ffb3f181ea10696a3c7feaf1674c"
"@angular/platform-browser@^5.2.7":
version "5.2.7"
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-5.2.7.tgz#cfd86040c25380aabf0322ef47aecc61f23cc532"
dependencies:
tslib "^1.7.1"

Expand Down Expand Up @@ -1490,9 +1490,9 @@ babel-plugin-minify-type-constructors@^0.3.0:
dependencies:
babel-helper-is-void-0 "^0.3.0"

babel-plugin-react-docgen@^1.8.2:
version "1.8.2"
resolved "https://registry.yarnpkg.com/babel-plugin-react-docgen/-/babel-plugin-react-docgen-1.8.2.tgz#4615da43588c8cf5bdcae028f217954c70e6770b"
babel-plugin-react-docgen@^1.8.3:
version "1.8.3"
resolved "https://registry.yarnpkg.com/babel-plugin-react-docgen/-/babel-plugin-react-docgen-1.8.3.tgz#bdb0fe41f72eaa9444fe7872866d2f372afd72bb"
dependencies:
babel-types "^6.24.1"
lodash "^4.17.0"
Expand Down Expand Up @@ -8635,9 +8635,9 @@ jest-snapshot@^22.4.0:
natural-compare "^1.4.0"
pretty-format "^22.4.0"

jest-specific-snapshot@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/jest-specific-snapshot/-/jest-specific-snapshot-0.3.0.tgz#89d37c7c2e94180c7b58bfedf9d9dc172ebd19e3"
jest-specific-snapshot@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/jest-specific-snapshot/-/jest-specific-snapshot-0.4.0.tgz#31d1a644a3d86e481aa3cb8fd62eddc1ff4ea676"
dependencies:
jest-snapshot ">=20.0.3"

Expand Down Expand Up @@ -10683,18 +10683,19 @@ nodemailer@^2.5.0:
nodemailer-smtp-transport "2.7.2"
socks "1.1.9"

nodemon@^1.15.1:
version "1.15.1"
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.15.1.tgz#54daa72443d8d5a548f130866b92e65cded0ed58"
nodemon@^1.17.1:
version "1.17.1"
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.17.1.tgz#cdb4bc53d7a86d6162143a1a44d7adf927d8652f"
dependencies:
chokidar "^2.0.2"
debug "^3.1.0"
ignore-by-default "^1.0.1"
minimatch "^3.0.4"
pstree.remy "^1.1.0"
semver "^5.4.1"
semver "^5.5.0"
supports-color "^5.2.0"
touch "^3.1.0"
undefsafe "^2.0.1"
undefsafe "^2.0.2"
update-notifier "^2.3.0"

nomnom@^1.8.1:
Expand Down Expand Up @@ -12032,9 +12033,9 @@ preserve@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"

prettier@^1.11.0:
version "1.11.0"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.11.0.tgz#c024f70cab158c993f50fc0c25ffe738cb8b0f85"
prettier@^1.11.1:
version "1.11.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.11.1.tgz#61e43fc4cd44e68f2b0dfc2c38cd4bb0fccdcc75"

prettier@^1.7.0:
version "1.10.2"
Expand Down Expand Up @@ -12477,9 +12478,9 @@ react-clone-referenced-element@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/react-clone-referenced-element/-/react-clone-referenced-element-1.0.1.tgz#2bba8c69404c5e4a944398600bcc4c941f860682"

react-color@^2.11.4:
version "2.13.8"
resolved "https://registry.yarnpkg.com/react-color/-/react-color-2.13.8.tgz#bcc58f79a722b9bfc37c402e68cd18f26970aee4"
react-color@^2.14.0:
version "2.14.0"
resolved "https://registry.yarnpkg.com/react-color/-/react-color-2.14.0.tgz#5828a11c034aa0939befbd888a066ee37d8c3cc2"
dependencies:
lodash "^4.0.1"
material-colors "^1.2.1"
Expand Down Expand Up @@ -15534,9 +15535,9 @@ umd@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/umd/-/umd-3.0.1.tgz#8ae556e11011f63c2596708a8837259f01b3d60e"

undefsafe@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.1.tgz#03b2f2a16c94556e14b2edef326cd66aaf82707a"
undefsafe@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.2.tgz#225f6b9e0337663e0d8e7cfd686fc2836ccace76"
dependencies:
debug "^2.2.0"

Expand Down Expand Up @@ -16279,9 +16280,9 @@ webpack-dev-server@~2.11.0:
webpack-dev-middleware "1.12.2"
yargs "6.6.0"

webpack-hot-middleware@^2.21.0:
version "2.21.0"
resolved "https://registry.yarnpkg.com/webpack-hot-middleware/-/webpack-hot-middleware-2.21.0.tgz#7b3c113a7a4b301c91e0749573c7aab28b414b52"
webpack-hot-middleware@^2.21.1:
version "2.21.1"
resolved "https://registry.yarnpkg.com/webpack-hot-middleware/-/webpack-hot-middleware-2.21.1.tgz#1b03b20a1a65a2e2ea0ea987476a5d23370ff176"
dependencies:
ansi-html "0.0.7"
html-entities "^1.2.0"
Expand Down

0 comments on commit 4da021e

Please sign in to comment.