Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 20 dependencies from npm #2700

Merged
merged 21 commits into from
Jan 9, 2018
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
80331c3
Update babel-eslint from 8.1.2 to 8.2.1 in /
dependencies-bot Jan 9, 2018
9d0c186
Update eslint-plugin-jest from 21.5.0 to 21.6.1 in /
dependencies-bot Jan 9, 2018
ca298ba
Update jest from 22.0.4 to 22.0.5 in /
dependencies-bot Jan 9, 2018
d1073e3
Update jest-cli from 22.0.4 to 22.0.5 in /
dependencies-bot Jan 9, 2018
d9b1b65
Update jest-config from 22.0.4 to 22.0.5 in /
dependencies-bot Jan 9, 2018
868ca8d
Update jest-diff from 22.0.3 to 22.0.5 in /
dependencies-bot Jan 9, 2018
232d60a
Update jest-environment-jsdom from 22.0.4 to 22.0.5 in /
dependencies-bot Jan 9, 2018
4874daf
Update jest-jasmine2 from 22.0.4 to 22.0.5 in /
dependencies-bot Jan 9, 2018
fec0b6b
Update lerna from 2.5.1 to 2.6.0 in /
dependencies-bot Jan 9, 2018
e37894a
Update nodemon from 1.14.9 to 1.14.10 in /
dependencies-bot Jan 9, 2018
325f580
Update common-tags from 1.6.0 to 1.7.0 in app/react
dependencies-bot Jan 9, 2018
18a6148
Update nodemon from 1.14.9 to 1.14.10 in app/react
dependencies-bot Jan 9, 2018
5fb8bf0
Update common-tags from 1.6.0 to 1.7.0 in app/angular
dependencies-bot Jan 9, 2018
3e60f7a
Update nodemon from 1.14.9 to 1.14.10 in app/angular
dependencies-bot Jan 9, 2018
3bca03a
Update common-tags from 1.6.0 to 1.7.0 in app/vue
dependencies-bot Jan 9, 2018
8e80e0a
Update nodemon from 1.14.9 to 1.14.10 in app/vue
dependencies-bot Jan 9, 2018
1be81b5
Update vue-loader from 13.6.2 to 13.7.0 in app/vue
dependencies-bot Jan 9, 2018
92486e1
Update jest from 22.0.4 to 22.0.5 in examples/cra-kitchen-sink
dependencies-bot Jan 9, 2018
c2c570c
Update vue-loader from 13.6.2 to 13.7.0 in examples/vue-kitchen-sink
dependencies-bot Jan 9, 2018
62f8fa5
Update webpack-dev-server from 2.10.0 to 2.10.1 in examples/vue-kitch…
dependencies-bot Jan 9, 2018
4e3206c
Merge branch 'master' into dependencies.io-update-build-163.0.0
Hypnosphi Jan 9, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"case-sensitive-paths-webpack-plugin": "^2.0.0",
"chalk": "^2.1.0",
"commander": "^2.11.0",
"common-tags": "^1.4.0",
"common-tags": "^1.7.0",
"configstore": "^3.1.0",
"core-js": "^2.4.1",
"cross-env": "^5.1.1",
Expand Down Expand Up @@ -87,7 +87,7 @@
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"codelyzer": "^3.1.2",
"mock-fs": "^4.3.0",
"nodemon": "^1.14.9",
"nodemon": "^1.14.10",
"typescript": "^2.4.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions app/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"case-sensitive-paths-webpack-plugin": "^2.1.1",
"chalk": "^2.3.0",
"commander": "^2.12.2",
"common-tags": "^1.6.0",
"common-tags": "^1.7.0",
"configstore": "^3.1.1",
"core-js": "^2.5.3",
"css-loader": "^0.28.8",
Expand Down Expand Up @@ -83,7 +83,7 @@
"webpack-hot-middleware": "^2.21.0"
},
"devDependencies": {
"nodemon": "^1.14.9"
"nodemon": "^1.14.10"
},
"peerDependencies": {
"babel-core": "^6.26.0 || ^7.0.0-0",
Expand Down
8 changes: 4 additions & 4 deletions app/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"case-sensitive-paths-webpack-plugin": "^2.1.1",
"chalk": "^2.3.0",
"commander": "^2.12.2",
"common-tags": "^1.6.0",
"common-tags": "^1.7.0",
"configstore": "^3.1.1",
"core-js": "^2.5.3",
"css-loader": "^0.28.8",
Expand Down Expand Up @@ -79,15 +79,15 @@
"webpack-hot-middleware": "^2.21.0"
},
"devDependencies": {
"nodemon": "^1.14.9",
"nodemon": "^1.14.10",
"vue": "^2.5.13",
"vue-loader": "^13.6.2",
"vue-loader": "^13.7.0",
"vue-template-compiler": "^2.5.13"
},
"peerDependencies": {
"babel-core": "^6.26.0 || ^7.0.0-0",
"vue": "2.5.13",
"vue-loader": "13.6.2",
"vue-loader": "13.7.0",
"vue-template-compiler": "2.5.13"
}
}
2 changes: 1 addition & 1 deletion examples/cra-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.0",
"enzyme-to-json": "^3.2.2",
"jest": "^22.0.4",
"jest": "^22.0.5",
"react-scripts": "^1.0.17"
},
"private": true
Expand Down
4 changes: 2 additions & 2 deletions examples/vue-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"css-loader": "^0.28.8",
"file-loader": "^1.1.6",
"vue-hot-reload-api": "^2.2.4",
"vue-loader": "^13.6.2",
"vue-loader": "^13.7.0",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.10.0"
"webpack-dev-server": "^2.10.1"
},
"dependencies": {
"vue": "^2.5.13",
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/lodash": "^4.14.92",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.1.2",
"babel-eslint": "^8.2.1",
"babel-plugin-transform-md-import-to-string": "^1.0.6",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
Expand All @@ -56,7 +56,7 @@
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jest": "^21.5.0",
"eslint-plugin-jest": "^21.6.1",
"eslint-plugin-json": "^1.2.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.4.0",
Expand All @@ -66,18 +66,18 @@
"glob": "^7.1.2",
"husky": "^0.14.3",
"inquirer": "^4.0.2",
"jest": "^22.0.4",
"jest-cli": "^22.0.4",
"jest-config": "^22.0.4",
"jest-diff": "^22.0.3",
"jest-environment-jsdom": "^22.0.4",
"jest": "^22.0.5",
"jest-cli": "^22.0.5",
"jest-config": "^22.0.5",
"jest-diff": "^22.0.5",
"jest-environment-jsdom": "^22.0.5",
"jest-enzyme": "^4.0.2",
"jest-image-snapshot": "^2.2.1",
"jest-jasmine2": "^22.0.4",
"lerna": "^2.5.1",
"jest-jasmine2": "^22.0.5",
"lerna": "^2.6.0",
"lint-staged": "^6.0.0",
"lodash": "^4.17.4",
"nodemon": "^1.14.9",
"nodemon": "^1.14.10",
"npmlog": "^4.1.2",
"prettier": "^1.9.2",
"puppeteer": "^0.13.0",
Expand Down
Loading