Skip to content

Commit

Permalink
Merge pull request #2232 from storybooks/update-dev-deps
Browse files Browse the repository at this point in the history
Update devDependencies
  • Loading branch information
Hypnosphi authored Nov 6, 2017
2 parents 5d01042 + 16276a8 commit c6c42c2
Show file tree
Hide file tree
Showing 9 changed files with 140 additions and 180 deletions.
6 changes: 3 additions & 3 deletions addons/knobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
"util-deprecate": "^1.0.2"
},
"devDependencies": {
"@types/node": "^7.0.46",
"@types/react": "^16.0.19",
"@types/node": "^8.0.47",
"@types/react": "^16.0.20",
"raw-loader": "^0.5.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"style-loader": "^0.19.0",
"typescript": "^2.6.1",
"typescript-definition-tester": "^0.0.5",
"vue": "^2.5.2"
"vue": "^2.5.3"
},
"peerDependencies": {
"react": "*",
Expand Down
2 changes: 1 addition & 1 deletion addons/notes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"react": "*"
},
"optionalDependencies": {
"@types/react": "^15.0.24"
"@types/react": "^16.0.20"
}
}
2 changes: 1 addition & 1 deletion app/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"babel-cli": "^6.26.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-native": "^0.49.3"
"react-native": "^0.50.1"
},
"peerDependencies": {
"react": "*",
Expand Down
6 changes: 3 additions & 3 deletions app/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
"devDependencies": {
"babel-cli": "^6.26.0",
"nodemon": "^1.12.1",
"vue": "^2.5.2",
"vue-loader": "^13.3.0",
"vue-template-compiler": "^2.5.2"
"vue": "^2.5.3",
"vue-loader": "^13.4.0",
"vue-template-compiler": "^2.5.3"
},
"peerDependencies": {
"vue": "*",
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 @@ -34,7 +34,7 @@
"@storybook/addons": "^3.2.10",
"@storybook/components": "^3.2.10",
"@storybook/react": "^3.2.11",
"react-scripts": "1.0.16"
"react-scripts": "1.0.17"
},
"private": true
}
4 changes: 2 additions & 2 deletions examples/vue-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"css-loader": "^0.28.7",
"file-loader": "^1.1.5",
"vue-hot-reload-api": "^2.2.0",
"vue-loader": "^13.3.0",
"vue-loader": "^13.4.0",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.5.2",
"vue-template-compiler": "^2.5.3",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.9.3"
},
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lerna": "2.4.0",
"lerna": "2.5.1",
"npmClient": "yarn",
"useWorkspaces": true,
"commands": {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@
"chalk": "^2.3.0",
"codecov": "^3.0.0",
"commander": "^2.11.0",
"danger": "^1.2.0",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.2",
"danger": "^2.0.0",
"enzyme": "^3.1.1",
"enzyme-adapter-react-16": "^1.0.4",
"eslint": "^4.10.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.4.0",
"eslint-config-prettier": "^2.7.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jest": "^21.0.0",
"eslint-plugin-json": "^1.2.0",
Expand All @@ -72,7 +72,7 @@
"jest-cli": "^21.2.1",
"jest-enzyme": "^4.0.1",
"jest-image-snapshot": "^2.1.0",
"lerna": "^2.4.0",
"lerna": "^2.5.1",
"lint-staged": "^4.3.0",
"lodash": "^4.17.4",
"nodemon": "^1.12.1",
Expand Down
Loading

0 comments on commit c6c42c2

Please sign in to comment.