Skip to content

Commit

Permalink
chore: dependency maintenance (#5496)
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed May 18, 2020
1 parent 90f1146 commit 8b01c9e
Show file tree
Hide file tree
Showing 16 changed files with 890 additions and 830 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -44,19 +44,19 @@
]
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/core": "^7.9.6",
"@vue/eslint-config-airbnb": "^5.0.2",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^5.0.2",
"@vuepress/plugin-pwa": "^1.4.1",
"@vuepress/theme-vue": "^1.4.1",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
"@vuepress/plugin-pwa": "^1.5.0",
"@vuepress/theme-vue": "^1.5.0",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^24.9.0",
"chromedriver": "^80.0.1",
"chromedriver": "^81.0.0",
"debug": "^4.1.0",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
Expand All @@ -74,18 +74,18 @@
"http-server": "^0.12.3",
"inquirer": "^7.1.0",
"jest": "^24.9.0",
"lerna": "^3.19.0",
"lerna": "^3.21.0",
"lerna-changelog": "^0.8.3",
"lint-staged": "^9.5.0",
"memfs": "^3.1.2",
"memfs": "^3.1.3",
"minimist": "^1.2.5",
"prettier": ">= 1.13.0",
"request": "^2.88.2",
"request-promise-native": "^1.0.8",
"rimraf": "^3.0.2",
"semver": "^6.1.0",
"typescript": "~3.8.3",
"vuepress": "^1.4.1",
"typescript": "~3.9.2",
"vuepress": "^1.5.0",
"webpack": "^4.0.0",
"yorkie": "^2.0.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/@vue/babel-preset-app/package.json
Expand Up @@ -22,16 +22,16 @@
},
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/babel-preset-app#readme",
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/helper-compilation-targets": "^7.8.7",
"@babel/core": "^7.9.6",
"@babel/helper-compilation-targets": "^7.9.6",
"@babel/helper-module-imports": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-jsx": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/runtime": "^7.9.2",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/runtime": "^7.9.6",
"@vue/babel-preset-jsx": "^1.1.2",
"babel-plugin-dynamic-import-node": "^2.3.3",
"core-js": "^3.6.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/cli-plugin-babel/package.json
Expand Up @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-babel#readme",
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/core": "^7.9.6",
"@vue/babel-preset-app": "^4.3.1",
"@vue/cli-shared-utils": "^4.3.1",
"babel-loader": "^8.1.0",
Expand All @@ -32,7 +32,7 @@
"@vue/cli-service": "^3.0.0 || ^4.0.0-0"
},
"devDependencies": {
"jscodeshift": "^0.7.0"
"jscodeshift": "^0.9.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/cli-plugin-e2e-nightwatch/package.json
Expand Up @@ -25,10 +25,10 @@
"dependencies": {
"@vue/cli-shared-utils": "^4.3.1",
"deepmerge": "^4.2.2",
"nightwatch": "^1.3.4"
"nightwatch": "^1.3.5"
},
"devDependencies": {
"chromedriver": "^80.0.1",
"chromedriver": "^81.0.0",
"geckodriver": "^1.19.1",
"selenium-server": "^3.141.59"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/@vue/cli-plugin-eslint/eslintDeps.js
Expand Up @@ -21,8 +21,8 @@ const DEPS_MAP = {
},
typescript: {
'@vue/eslint-config-typescript': '^5.0.2',
'@typescript-eslint/eslint-plugin': '^2.30.0',
'@typescript-eslint/parser': '^2.30.0'
'@typescript-eslint/eslint-plugin': '^2.33.0',
'@typescript-eslint/parser': '^2.33.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-typescript/package.json
Expand Up @@ -42,7 +42,7 @@
"@types/chai": "^4.2.11",
"@types/jest": "^24.0.19",
"@types/mocha": "^5.2.6",
"typescript": "~3.8.3",
"typescript": "~3.9.2",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^8.4.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-unit-jest/generator/index.js
Expand Up @@ -8,7 +8,7 @@ module.exports = (api, _, __, invoking) => {
'test:unit': 'vue-cli-service test:unit'
},
devDependencies: {
'@vue/test-utils': '1.0.0-beta.31'
'@vue/test-utils': '^1.0.3'
},
jest: {
preset: api.hasPlugin('babel')
Expand Down
6 changes: 3 additions & 3 deletions packages/@vue/cli-plugin-unit-jest/package.json
Expand Up @@ -23,8 +23,8 @@
"access": "public"
},
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-transform-modules-commonjs": "^7.9.0",
"@babel/core": "^7.9.6",
"@babel/plugin-transform-modules-commonjs": "^7.9.6",
"@types/jest": "^24.0.19",
"@vue/cli-shared-utils": "^4.3.1",
"babel-core": "^7.0.0-bridge.0",
Expand All @@ -40,7 +40,7 @@
"vue-jest": "^3.0.5"
},
"devDependencies": {
"@vue/test-utils": "1.0.0-beta.31"
"@vue/test-utils": "^1.0.3"
},
"peerDependencies": {
"@vue/cli-service": "^3.0.0 || ^4.0.0-0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-unit-mocha/generator/index.js
Expand Up @@ -5,7 +5,7 @@ module.exports = (api, _, __, invoking) => {

api.extendPackage({
devDependencies: {
'@vue/test-utils': '1.0.0-beta.31',
'@vue/test-utils': '^1.0.3',
'chai': '^4.1.2'
},
scripts: {
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-unit-mocha/package.json
Expand Up @@ -29,7 +29,7 @@
"mochapack": "^1.1.15"
},
"devDependencies": {
"@vue/test-utils": "1.0.0-beta.31",
"@vue/test-utils": "^1.0.3",
"chai": "^4.1.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-vuex/generator/index.js
Expand Up @@ -4,7 +4,7 @@ module.exports = (api, options = {}) => {

api.extendPackage({
dependencies: {
vuex: '^3.3.0'
vuex: '^3.4.0'
}
})

Expand Down
12 changes: 6 additions & 6 deletions packages/@vue/cli-service/package.json
Expand Up @@ -33,10 +33,10 @@
"@vue/component-compiler-utils": "^3.1.2",
"@vue/preload-webpack-plugin": "^1.1.0",
"@vue/web-component-wrapper": "^1.2.0",
"acorn": "^7.1.1",
"acorn": "^7.2.0",
"acorn-walk": "^7.1.1",
"address": "^1.1.2",
"autoprefixer": "^9.7.6",
"autoprefixer": "^9.8.0",
"browserslist": "^4.12.0",
"cache-loader": "^4.1.0",
"case-sensitive-paths-webpack-plugin": "^2.3.0",
Expand Down Expand Up @@ -68,12 +68,12 @@
"terser-webpack-plugin": "^2.3.6",
"thread-loader": "^2.1.3",
"url-loader": "^2.2.0",
"vue-loader": "^15.9.1",
"vue-loader": "^15.9.2",
"vue-style-loader": "^4.1.2",
"webpack": "^4.0.0",
"webpack-bundle-analyzer": "^3.7.0",
"webpack-chain": "^6.4.0",
"webpack-dev-server": "^3.10.3",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2"
},
"peerDependencies": {
Expand Down Expand Up @@ -101,12 +101,12 @@
},
"devDependencies": {
"fibers": ">= 3.1.1 <5.0.0",
"sass": "^1.26.3",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"vue": "^2.6.11",
"vue-router": "^3.1.6",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.3.0"
"vuex": "^3.4.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-ui-addon-webpack/package.json
Expand Up @@ -33,7 +33,7 @@
"stylus-loader": "^3.0.2",
"vue-progress-path": "^0.0.2",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.3.0"
"vuex": "^3.4.0"
},
"browserslist": [
"> 1%",
Expand Down
10 changes: 5 additions & 5 deletions packages/@vue/cli-ui/package.json
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@akryum/winattr": "^3.0.0",
"@vue/cli-shared-utils": "^4.3.1",
"apollo-server-express": "^2.12.0",
"apollo-server-express": "^2.13.1",
"clone": "^2.1.1",
"deepmerge": "^4.2.2",
"express": "^4.17.1",
Expand All @@ -58,9 +58,9 @@
"parse-git-config": "^2.0.2",
"portfinder": "^1.0.26",
"prismjs": "^1.20.0",
"rss-parser": "^3.7.6",
"rss-parser": "^3.8.0",
"shortid": "^2.2.15",
"typescript": "~3.8.3",
"typescript": "~3.9.2",
"vue-cli-plugin-apollo": "^0.21.3",
"watch": "^1.0.2"
},
Expand All @@ -72,7 +72,7 @@
"@vue/eslint-config-standard": "^5.1.2",
"@vue/ui": "^0.9.2",
"ansi_up": "^3.0.0",
"apollo-client": "^2.6.0",
"apollo-client": "^2.6.10",
"apollo-link": "^1.2.14",
"babel-eslint": "^10.1.0",
"core-js": "^3.6.5",
Expand All @@ -95,7 +95,7 @@
"vue": "^2.6.11",
"vue-apollo": "^3.0.3",
"vue-color": "^2.7.1",
"vue-i18n": "^8.17.4",
"vue-i18n": "^8.17.6",
"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 @@ -43,7 +43,7 @@
"isbinaryfile": "^4.0.6",
"javascript-stringify": "^1.6.0",
"js-yaml": "^3.13.1",
"jscodeshift": "^0.7.0",
"jscodeshift": "^0.9.0",
"leven": "^3.1.0",
"lodash.clonedeep": "^4.5.0",
"lru-cache": "^5.1.1",
Expand All @@ -54,7 +54,7 @@
"slash": "^3.0.0",
"validate-npm-package-name": "^3.0.0",
"vue": "^2.6.11",
"vue-jscodeshift-adapter": "^2.0.2",
"vue-jscodeshift-adapter": "^2.1.0",
"yaml-front-matter": "^3.4.1"
},
"engines": {
Expand Down

0 comments on commit 8b01c9e

Please sign in to comment.