Skip to content

Commit

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

Update 28 dependencies from npm
  • Loading branch information
Hypnosphi committed Jan 22, 2018
2 parents e72b7d7 + 0991298 commit fa602b2
Show file tree
Hide file tree
Showing 18 changed files with 155 additions and 131 deletions.
2 changes: 1 addition & 1 deletion addons/a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@storybook/components": "^3.4.0-alpha.5",
"axe-core": "^2.6.1",
"glamorous": "^4.11.3",
"glamorous": "^4.11.4",
"prop-types": "^15.6.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion addons/info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@storybook/client-logger": "^3.4.0-alpha.5",
"@storybook/components": "^3.4.0-alpha.5",
"babel-runtime": "^6.26.0",
"glamorous": "^4.11.3",
"glamorous": "^4.11.4",
"global": "^4.3.2",
"marksy": "^6.0.3",
"nested-object-assign": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion addons/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@storybook/components": "^3.4.0-alpha.5",
"glamor": "^2.20.40",
"glamorous": "^4.11.3",
"glamorous": "^4.11.4",
"global": "^4.3.2",
"prop-types": "^15.6.0"
},
Expand Down
2 changes: 1 addition & 1 deletion addons/links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"enzyme": "^3.3.0",
"react": "^16.1.0",
"react-dom": "^16.1.0",
"shelljs": "^0.8.0"
"shelljs": "^0.8.1"
},
"peerDependencies": {
"@storybook/addons": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion app/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"rxjs": "^5.4.2",
"sass-loader": "^6.0.6",
"serve-favicon": "^2.4.3",
"shelljs": "^0.8.0",
"shelljs": "^0.8.1",
"style-loader": "^0.18.2",
"ts-loader": "^2.2.2",
"uglifyjs-webpack-plugin": "^1.1.6",
Expand Down
2 changes: 1 addition & 1 deletion app/polymer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"redux": "^3.7.2",
"request": "^2.83.0",
"serve-favicon": "^2.4.5",
"shelljs": "^0.7.8",
"shelljs": "^0.8.1",
"style-loader": "^0.18.2",
"url-loader": "^0.6.2",
"util-deprecate": "^1.0.2",
Expand Down
6 changes: 3 additions & 3 deletions app/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"prop-types": "^15.6.0",
"react-native-compat": "^1.0.0",
"react-native-iphone-x-helper": "^1.0.1",
"shelljs": "^0.8.0",
"shelljs": "^0.8.1",
"style-loader": "^0.19.1",
"uglifyjs-webpack-plugin": "^1.1.6",
"url-loader": "^0.6.2",
Expand All @@ -73,11 +73,11 @@
"ws": "^3.3.3"
},
"devDependencies": {
"react-native": "^0.52.0"
"react-native": "^0.52.1"
},
"peerDependencies": {
"babel-core": "^6.26.0 || ^7.0.0-0",
"react": "*",
"react-native": "0.52.0"
"react-native": "0.52.1"
}
}
4 changes: 2 additions & 2 deletions app/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"file-loader": "^1.1.6",
"find-cache-dir": "^1.0.0",
"glamor": "^2.20.40",
"glamorous": "^4.11.3",
"glamorous": "^4.11.4",
"global": "^4.3.2",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^2.30.1",
Expand All @@ -72,7 +72,7 @@
"redux": "^3.7.2",
"request": "^2.83.0",
"serve-favicon": "^2.4.5",
"shelljs": "^0.8.0",
"shelljs": "^0.8.1",
"style-loader": "^0.19.1",
"uglifyjs-webpack-plugin": "^1.1.6",
"url-loader": "^0.6.2",
Expand Down
2 changes: 1 addition & 1 deletion app/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"redux": "^3.7.2",
"request": "^2.83.0",
"serve-favicon": "^2.4.5",
"shelljs": "^0.8.0",
"shelljs": "^0.8.1",
"style-loader": "^0.19.1",
"uglifyjs-webpack-plugin": "^1.1.6",
"url-loader": "^0.6.2",
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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 @@ -39,7 +39,7 @@
"@types/jasmine": "~2.8.3",
"@types/node": "~6.0.96",
"global": "^4.3.2",
"jasmine-core": "~2.9.0",
"jasmine-core": "~2.9.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~1.7.0",
"karma-chrome-launcher": "~2.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/cra-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"glamor": "^2.20.40",
"glamorous": "^4.11.3",
"glamorous": "^4.11.4",
"global": "^4.3.2",
"prop-types": "^15.6.0",
"react": "^16.2.0",
Expand Down Expand Up @@ -39,7 +39,7 @@
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.0",
"enzyme-to-json": "^3.2.2",
"jest": "^22.1.3",
"jest": "^22.1.4",
"react-scripts": "^1.1.0"
},
"private": true
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 @@ -26,6 +26,6 @@
"babel-preset-stage-2": "^6.24.1",
"copy-webpack-plugin": "^4.2.0",
"html-webpack-plugin": "^2.30.1",
"webpack-dev-server": "^2.11.0"
"webpack-dev-server": "^2.11.1"
}
}
2 changes: 1 addition & 1 deletion examples/vue-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.0"
"webpack-dev-server": "^2.11.1"
},
"dependencies": {
"vue": "^2.5.13",
Expand Down
2 changes: 1 addition & 1 deletion lib/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"latest-version": "^3.1.0",
"merge-dirs": "^0.2.1",
"semver": "^5.5.0",
"shelljs": "^0.8.0",
"shelljs": "^0.8.1",
"update-notifier": "^2.3.0"
},
"devDependencies": {
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.11.3",
"glamorous": "^4.11.4",
"prop-types": "^15.6.0"
},
"peerDependencies": {
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"danger": "^2.1.10",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.15.0",
"eslint": "^4.16.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.8.0",
Expand All @@ -62,22 +62,22 @@
"eslint-plugin-prettier": "^2.5.0",
"eslint-plugin-react": "^7.5.1",
"gh-pages": "^1.1.0",
"github-release-from-changelog": "^1.3.0",
"github-release-from-changelog": "^1.3.1",
"glob": "^7.1.2",
"husky": "^0.14.3",
"inquirer": "^4.0.2",
"jest": "^22.1.3",
"jest-cli": "^22.1.3",
"jest-config": "^22.1.3",
"jest": "^22.1.4",
"jest-cli": "^22.1.4",
"jest-config": "^22.1.4",
"jest-diff": "^22.1.0",
"jest-environment-jsdom": "^22.1.2",
"jest-environment-jsdom": "^22.1.4",
"jest-enzyme": "^4.0.2",
"jest-image-snapshot": "^2.3.0",
"jest-jasmine2": "^22.1.3",
"jest-jasmine2": "^22.1.4",
"jest-preset-angular": "^5.0.0",
"jest-vue-preprocessor": "^1.3.1",
"lerna": "2.6.0",
"lint-staged": "^6.0.0",
"lerna": "2.8.0",
"lint-staged": "^6.0.1",
"lodash": "^4.17.4",
"nodemon": "^1.14.11",
"npmlog": "^4.1.2",
Expand All @@ -92,7 +92,7 @@
"remark-lint-code": "^2.0.0",
"remark-lint-code-eslint": "^2.0.0",
"remark-preset-lint-recommended": "^3.0.1",
"shelljs": "^0.8.0",
"shelljs": "^0.8.1",
"symlink-dir": "^1.1.1",
"ts-jest": "^22.0.0",
"tslint": "~5.9.1",
Expand Down

0 comments on commit fa602b2

Please sign in to comment.