Skip to content

Commit

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

Update 19 dependencies from npm
  • Loading branch information
Hypnosphi authored Feb 10, 2018
2 parents 6ef96c0 + 9a8530d commit fad8936
Show file tree
Hide file tree
Showing 12 changed files with 97 additions and 28 deletions.
4 changes: 2 additions & 2 deletions app/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@storybook/ui": "^3.4.0-alpha.7",
"airbnb-js-shims": "^1.4.1",
"angular2-template-loader": "^0.6.2",
"autoprefixer": "^7.2.5",
"autoprefixer": "^7.2.6",
"babel-core": "^6.26.0",
"babel-loader": "^7.0.0",
"babel-plugin-macros": "^2.1.0",
Expand Down Expand Up @@ -79,7 +79,7 @@
"uglifyjs-webpack-plugin": "^1.1.7",
"url-loader": "^0.6.2",
"util-deprecate": "^1.0.2",
"webpack": "^2.5.1 || ^3.0.0",
"webpack": "^3.11.0",
"zone.js": "^0.8.20"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions app/polymer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@storybook/ui": "^3.4.0-alpha.7",
"@webcomponents/webcomponentsjs": "^1.1.0",
"airbnb-js-shims": "^1.4.1",
"autoprefixer": "^7.1.6",
"autoprefixer": "^7.2.6",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-macros": "^2.1.0",
Expand Down Expand Up @@ -75,7 +75,7 @@
"uglifyjs-webpack-plugin": "^1.1.7",
"url-loader": "^0.6.2",
"util-deprecate": "^1.0.2",
"webpack": "^3.6.0"
"webpack": "^3.11.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
Expand Down
4 changes: 2 additions & 2 deletions app/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@storybook/channel-websocket": "^3.4.0-alpha.7",
"@storybook/core": "^3.4.0-alpha.7",
"@storybook/ui": "^3.4.0-alpha.7",
"autoprefixer": "^7.2.5",
"autoprefixer": "^7.2.6",
"babel-loader": "^7.1.2",
"babel-plugin-macros": "^2.1.0",
"babel-plugin-syntax-async-functions": "^6.13.0",
Expand Down Expand Up @@ -68,7 +68,7 @@
"url-parse": "^1.1.9",
"util-deprecate": "^1.0.2",
"uuid": "^3.2.1",
"webpack": "^3.10.0",
"webpack": "^3.11.0",
"webpack-dev-middleware": "^1.12.2",
"webpack-hot-middleware": "^2.21.0",
"ws": "^3.3.3"
Expand Down
4 changes: 2 additions & 2 deletions app/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@storybook/node-logger": "^3.4.0-alpha.7",
"@storybook/ui": "^3.4.0-alpha.7",
"airbnb-js-shims": "^1.4.1",
"autoprefixer": "^7.2.5",
"autoprefixer": "^7.2.6",
"babel-loader": "^7.1.2",
"babel-plugin-macros": "^2.1.0",
"babel-plugin-react-docgen": "^1.8.2",
Expand Down Expand Up @@ -75,7 +75,7 @@
"uglifyjs-webpack-plugin": "^1.1.7",
"url-loader": "^0.6.2",
"util-deprecate": "^1.0.2",
"webpack": "^3.10.0"
"webpack": "^3.11.0"
},
"devDependencies": {
"nodemon": "^1.14.12"
Expand Down
4 changes: 2 additions & 2 deletions app/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@storybook/core": "^3.4.0-alpha.7",
"@storybook/ui": "^3.4.0-alpha.7",
"airbnb-js-shims": "^1.4.1",
"autoprefixer": "^7.2.5",
"autoprefixer": "^7.2.6",
"babel-loader": "^7.1.2",
"babel-plugin-macros": "^2.1.0",
"babel-plugin-react-docgen": "^1.8.2",
Expand Down Expand Up @@ -73,7 +73,7 @@
"util-deprecate": "^1.0.2",
"vue-hot-reload-api": "^2.2.4",
"vue-style-loader": "^3.1.2",
"webpack": "^3.10.0"
"webpack": "^3.11.0"
},
"devDependencies": {
"nodemon": "^1.14.12",
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ collectors:
versions: "L.Y.Y"
settings:
batch_mode: true
bootstrap_command: echo ''
bootstrap_command: yarn --ignore-scripts --ignore-engines --silent
github_labels:
- dependencies:update
github_assignees:
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 @@ -37,7 +37,7 @@
"@storybook/addons": "^3.4.0-alpha.7",
"@storybook/angular": "^3.4.0-alpha.7",
"@types/jasmine": "~2.8.6",
"@types/node": "~6.0.99",
"@types/node": "~6.0.100",
"global": "^4.3.2",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/polymer-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@webcomponents/webcomponentsjs": "^1.1.0",
"global": "^4.3.2",
"polymer-webpack-loader": "^2.0.0",
"webpack": "^3.8.1"
"webpack": "^3.11.0"
},
"devDependencies": {
"babel": "^6.23.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"vue-loader": "^13.7.1",
"vue-style-loader": "^3.1.2",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.10.0",
"webpack": "^3.11.0",
"webpack-dev-server": "^2.11.1"
}
}
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": "^3.4.0-alpha.7",
"@storybook/node-logger": "^3.4.0-alpha.7",
"@storybook/ui": "^3.4.0-alpha.7",
"autoprefixer": "^7.2.5",
"autoprefixer": "^7.2.6",
"babel-runtime": "^6.26.0",
"chalk": "^2.3.0",
"commander": "^2.14.1",
Expand All @@ -43,7 +43,7 @@
"shelljs": "^0.8.1",
"style-loader": "^0.20.1",
"url-loader": "^0.6.2",
"webpack": "^3.10.0",
"webpack": "^3.11.0",
"webpack-dev-middleware": "^1.12.2",
"webpack-hot-middleware": "^2.21.0"
},
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@
"husky": "^0.14.3",
"inquirer": "^4.0.2",
"jest": "^22.2.0",
"jest-cli": "^22.2.0",
"jest-config": "^22.2.0",
"jest-cli": "^22.2.2",
"jest-config": "^22.2.2",
"jest-diff": "^22.1.0",
"jest-environment-jsdom": "^22.2.0",
"jest-environment-jsdom": "^22.2.2",
"jest-enzyme": "^4.2.0",
"jest-image-snapshot": "^2.3.0",
"jest-jasmine2": "^22.2.0",
"jest-jasmine2": "^22.2.2",
"jest-preset-angular": "^5.0.0",
"jest-vue-preprocessor": "^1.3.1",
"lerna": "2.6.0",
Expand Down
85 changes: 77 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,9 @@
version "6.0.96"
resolved "https://registry.yarnpkg.com/@types/node/-/node-6.0.96.tgz#7bf0bf40d6ce51e93762cc47d010c8cc5ebb2179"

"@types/node@~6.0.99":
version "6.0.99"
resolved "https://registry.yarnpkg.com/@types/node/-/node-6.0.99.tgz#3169584cc922a362ec45207c957e04b0c8d8c8f5"
"@types/node@~6.0.100":
version "6.0.100"
resolved "https://registry.yarnpkg.com/@types/node/-/node-6.0.100.tgz#26e5599c65f96efa0f100915144eb92cddaa95df"

"@types/parse5@^2.2.32":
version "2.2.34"
Expand Down Expand Up @@ -477,6 +477,10 @@ ajv-keywords@^2.0.0, ajv-keywords@^2.1.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-2.1.1.tgz#617997fc5f60576894c435f940d819e135b80762"

ajv-keywords@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.1.0.tgz#ac2b27939c543e95d2c06e7f7f5c27be4aa543be"

ajv@^4.7.0, ajv@^4.9.1:
version "4.11.8"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-4.11.8.tgz#82ffb02b29e662ae53bdc20af15947706739c536"
Expand All @@ -493,6 +497,14 @@ ajv@^5.0.0, ajv@^5.1.0, ajv@^5.1.5, ajv@^5.2.0, ajv@^5.2.3, ajv@^5.3.0, ajv@~5.5
fast-json-stable-stringify "^2.0.0"
json-schema-traverse "^0.3.0"

ajv@^6.1.0:
version "6.1.1"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.1.1.tgz#978d597fbc2b7d0e5a5c3ddeb149a682f2abfa0e"
dependencies:
fast-deep-equal "^1.0.0"
fast-json-stable-stringify "^2.0.0"
json-schema-traverse "^0.3.0"

align-text@^0.1.1, align-text@^0.1.3:
version "0.1.4"
resolved "https://registry.yarnpkg.com/align-text/-/align-text-0.1.4.tgz#0cd90a561093f35d0a99256c22b7069433fad117"
Expand Down Expand Up @@ -885,7 +897,7 @@ autoprefixer@^6.3.1:
postcss "^5.2.16"
postcss-value-parser "^3.2.3"

autoprefixer@^7.1.6, autoprefixer@^7.2.3, autoprefixer@^7.2.5:
autoprefixer@^7.2.3:
version "7.2.5"
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-7.2.5.tgz#04ccbd0c6a61131b6d13f53d371926092952d192"
dependencies:
Expand All @@ -896,6 +908,17 @@ autoprefixer@^7.1.6, autoprefixer@^7.2.3, autoprefixer@^7.2.5:
postcss "^6.0.16"
postcss-value-parser "^3.2.3"

autoprefixer@^7.2.6:
version "7.2.6"
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-7.2.6.tgz#256672f86f7c735da849c4f07d008abb056067dc"
dependencies:
browserslist "^2.11.3"
caniuse-lite "^1.0.30000805"
normalize-range "^0.1.2"
num2fraction "^1.2.2"
postcss "^6.0.17"
postcss-value-parser "^3.2.3"

aws-sign2@~0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.6.0.tgz#14342dd38dbcc94d0e5b87d763cd63612c0e794f"
Expand Down Expand Up @@ -2543,6 +2566,13 @@ browserslist@^2.1.2, browserslist@^2.11.1, browserslist@^2.5.1:
caniuse-lite "^1.0.30000789"
electron-to-chromium "^1.3.30"

browserslist@^2.11.3:
version "2.11.3"
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-2.11.3.tgz#fe36167aed1bbcde4827ebfe71347a2cc70b99b2"
dependencies:
caniuse-lite "^1.0.30000792"
electron-to-chromium "^1.3.30"

bser@1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/bser/-/bser-1.0.2.tgz#381116970b2a6deea5646dd15dd7278444b56169"
Expand Down Expand Up @@ -2736,6 +2766,10 @@ caniuse-lite@^1.0.30000748, caniuse-lite@^1.0.30000789, caniuse-lite@^1.0.300007
version "1.0.30000791"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000791.tgz#8e35745efd483a3e23bb7d350990326d2319fc16"

caniuse-lite@^1.0.30000792, caniuse-lite@^1.0.30000805:
version "1.0.30000807"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000807.tgz#51ea478d07269e9dd4d8c639509df61d2516fa92"

capture-stack-trace@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/capture-stack-trace/-/capture-stack-trace-1.0.0.tgz#4a6fa07399c26bba47f0b2496b4d0fb408c5550d"
Expand Down Expand Up @@ -7755,7 +7789,7 @@ jest-cli@^21.2.1:
worker-farm "^1.3.1"
yargs "^9.0.0"

jest-cli@^22.2.0, jest-cli@^22.2.1:
jest-cli@^22.2.1:
version "22.2.1"
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-22.2.1.tgz#f1df6675cd719e0773be77d6314c5f4b1d8af47f"
dependencies:
Expand Down Expand Up @@ -7878,7 +7912,7 @@ jest-config@^22.0.1:
jest-validate "^22.1.0"
pretty-format "^22.1.0"

jest-config@^22.2.0, jest-config@^22.2.1:
jest-config@^22.2.1:
version "22.2.1"
resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-22.2.1.tgz#8617e99cff0544f0a5f254a5dde37f43b5383934"
dependencies:
Expand Down Expand Up @@ -8181,7 +8215,7 @@ jest-jasmine2@^22.1.1:
jest-snapshot "^22.1.0"
source-map-support "^0.5.0"

jest-jasmine2@^22.2.0, jest-jasmine2@^22.2.1:
jest-jasmine2@^22.2.1:
version "22.2.1"
resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-22.2.1.tgz#58d115f3f4a0a186b5e90c5db8ac68aecfc41051"
dependencies:
Expand Down Expand Up @@ -11812,6 +11846,14 @@ postcss@^6.0.0, postcss@^6.0.1, postcss@^6.0.13, postcss@^6.0.16, postcss@^6.0.8
source-map "^0.6.1"
supports-color "^5.1.0"

postcss@^6.0.17:
version "6.0.17"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.17.tgz#e259a051ca513f81e9afd0c21f7f82eda50c65c5"
dependencies:
chalk "^2.3.0"
source-map "^0.6.1"
supports-color "^5.1.0"

prelude-ls@~1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
Expand Down Expand Up @@ -15939,7 +15981,34 @@ webpack@3.8.1:
webpack-sources "^1.0.1"
yargs "^8.0.2"

"webpack@^2.5.1 || ^3.0.0", webpack@^3.10.0, webpack@^3.6.0, webpack@^3.8.1, webpack@~3.10.0:
webpack@^3.11.0:
version "3.11.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-3.11.0.tgz#77da451b1d7b4b117adaf41a1a93b5742f24d894"
dependencies:
acorn "^5.0.0"
acorn-dynamic-import "^2.0.0"
ajv "^6.1.0"
ajv-keywords "^3.1.0"
async "^2.1.2"
enhanced-resolve "^3.4.0"
escope "^3.6.0"
interpret "^1.0.0"
json-loader "^0.5.4"
json5 "^0.5.1"
loader-runner "^2.3.0"
loader-utils "^1.1.0"
memory-fs "~0.4.1"
mkdirp "~0.5.0"
node-libs-browser "^2.0.0"
source-map "^0.5.3"
supports-color "^4.2.1"
tapable "^0.2.7"
uglifyjs-webpack-plugin "^0.4.6"
watchpack "^1.4.0"
webpack-sources "^1.0.1"
yargs "^8.0.2"

webpack@~3.10.0:
version "3.10.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-3.10.0.tgz#5291b875078cf2abf42bdd23afe3f8f96c17d725"
dependencies:
Expand Down

0 comments on commit fad8936

Please sign in to comment.