Skip to content

Commit

Permalink
chore: dependency maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Nov 29, 2019
1 parent 2ddcc65 commit 3873d02
Show file tree
Hide file tree
Showing 15 changed files with 335 additions and 122 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -54,7 +54,7 @@
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"chromedriver": "^77.0.0",
"chromedriver": "^78.0.1",
"debug": "^4.1.0",
"eslint": "^5.16.0",
"eslint-plugin-graphql": "^3.1.0",
Expand All @@ -71,13 +71,13 @@
"jest": "^24.9.0",
"lerna": "^3.19.0",
"lerna-changelog": "^0.8.3",
"lint-staged": "^9.4.3",
"memfs": "^2.15.2",
"lint-staged": "^9.5.0",
"memfs": "^3.0.1",
"minimist": "^1.2.0",
"prettier": ">= 1.13.0",
"request": "^2.83.0",
"request-promise-native": "^1.0.8",
"rimraf": "^2.6.2",
"rimraf": "^3.0.0",
"semver": "^6.1.0",
"typescript": "^3.4.5",
"vuepress": "^1.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/babel-preset-app/package.json
Expand Up @@ -33,8 +33,8 @@
"@babel/runtime": "^7.7.4",
"@vue/babel-preset-jsx": "^1.1.2",
"babel-plugin-dynamic-import-node": "^2.2.0",
"core-js": "^3.4.3",
"core-js-compat": "^3.4.3"
"core-js": "^3.4.4",
"core-js-compat": "^3.4.4"
},
"peerDependencies": {
"@babel/core": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-babel/generator.js
Expand Up @@ -10,7 +10,7 @@ module.exports = api => {
presets: ['@vue/cli-plugin-babel/preset']
},
dependencies: {
'core-js': '^3.4.3'
'core-js': '^3.4.4'
}
})
}
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-babel/migrator/index.js
Expand Up @@ -6,7 +6,7 @@ module.exports = (api) => {
if (api.fromVersion('^3')) {
api.extendPackage({
dependencies: {
'core-js': '^3.4.3'
'core-js': '^3.4.4'
}
}, true)

Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-e2e-nightwatch/package.json
Expand Up @@ -29,7 +29,7 @@
"nightwatch": "^1.3.1"
},
"devDependencies": {
"chromedriver": "^77.0.0",
"chromedriver": "^78.0.1",
"geckodriver": "^1.19.1",
"selenium-server": "^3.141.59"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-eslint/generator/index.js
Expand Up @@ -68,7 +68,7 @@ module.exports = (api, { config, lintOn = [] }, _, invoking) => {

if (lintOn.includes('commit')) {
Object.assign(pkg.devDependencies, {
'lint-staged': '^9.4.3'
'lint-staged': '^9.5.0'
})
pkg.gitHooks = {
'pre-commit': 'lint-staged'
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-typescript/generator/index.js
Expand Up @@ -42,7 +42,7 @@ module.exports = (api, {
if (lintOn.includes('commit')) {
api.extendPackage({
devDependencies: {
'lint-staged': '^9.4.3'
'lint-staged': '^9.5.0'
},
gitHooks: {
'pre-commit': 'lint-staged'
Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/cli-service-global/package.json
Expand Up @@ -28,11 +28,11 @@
"@vue/cli-service": "^4.1.1",
"babel-eslint": "^10.0.3",
"chalk": "^2.4.2",
"core-js": "^3.4.3",
"core-js": "^3.4.4",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.2",
"regenerator-runtime": "^0.13.2",
"resolve": "^1.13.0",
"resolve": "^1.13.1",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-service/package.json
Expand Up @@ -69,7 +69,7 @@
"semver": "^6.1.0",
"slash": "^3.0.0",
"source-map-url": "^0.4.0",
"ssri": "^6.0.1",
"ssri": "^7.1.0",
"string.prototype.padend": "^3.0.0",
"terser-webpack-plugin": "^2.2.1",
"thread-loader": "^2.1.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/cli-test-utils/package.json
Expand Up @@ -24,9 +24,9 @@
"dependencies": {
"execa": "^1.0.0",
"fs-extra": "^7.0.1",
"json-server": "^0.14.0",
"json-server": "^0.15.0",
"puppeteer": "^1.11.0",
"serve-handler": "^6.1.2",
"strip-ansi": "^5.2.0"
"strip-ansi": "^6.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/@vue/cli-ui-addon-webpack/package.json
Expand Up @@ -22,7 +22,7 @@
"@vue/cli-plugin-eslint": "^4.1.1",
"@vue/cli-service": "^4.1.1",
"@vue/eslint-config-standard": "^4.0.0",
"core-js": "^3.4.3",
"core-js": "^3.4.4",
"eslint": "^5.16.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-ui-addon-widgets/package.json
Expand Up @@ -22,7 +22,7 @@
"@vue/cli-plugin-eslint": "^4.1.1",
"@vue/cli-service": "^4.1.1",
"@vue/eslint-config-standard": "^4.0.0",
"core-js": "^3.4.3",
"core-js": "^3.4.4",
"eslint": "^5.16.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/@vue/cli-ui/package.json
Expand Up @@ -75,23 +75,23 @@
"apollo-client": "^2.6.0",
"apollo-link": "^1.0.0",
"babel-eslint": "^10.0.3",
"core-js": "^3.4.3",
"core-js": "^3.4.4",
"cross-env": "^6.0.3",
"eslint": "^5.16.0",
"eslint-plugin-graphql": "^3.1.0",
"eslint-plugin-vue": "^5.2.2",
"lint-staged": "^9.4.3",
"lint-staged": "^9.5.0",
"lodash.debounce": "^4.0.8",
"portal-vue": "^1.3.0",
"rimraf": "^2.6.2",
"rimraf": "^3.0.0",
"start-server-and-test": "^1.10.6",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"subscriptions-transport-ws": "^0.9.6",
"vue": "^2.6.10",
"vue-apollo": "^3.0.0-beta.29",
"vue-color": "^2.4.6",
"vue-i18n": "^8.11.2",
"vue-i18n": "^8.15.1",
"vue-instantsearch": "^1.5.1",
"vue-meta": "^1.6.0",
"vue-observe-visibility": "^0.4.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/cli/package.json
Expand Up @@ -30,7 +30,7 @@
"@vue/cli-ui-addon-widgets": "^4.1.1",
"boxen": "^4.1.0",
"chalk": "^2.4.1",
"cmd-shim": "^2.0.2",
"cmd-shim": "^3.0.3",
"commander": "^2.20.0",
"debug": "^4.1.0",
"deepmerge": "^3.2.0",
Expand All @@ -53,7 +53,7 @@
"recast": "^0.18.1",
"request": "^2.87.0",
"request-promise-native": "^1.0.8",
"resolve": "^1.13.0",
"resolve": "^1.13.1",
"semver": "^6.1.0",
"shortid": "^2.2.15",
"slash": "^3.0.0",
Expand Down

0 comments on commit 3873d02

Please sign in to comment.