Skip to content

Commit f73fa6e

Browse files
committed
chore: dependency maintenance
1 parent 89b0377 commit f73fa6e

File tree

25 files changed

+486
-403
lines changed

25 files changed

+486
-403
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
]
3737
},
3838
"devDependencies": {
39-
"@babel/core": "^7.11.6",
39+
"@babel/core": "^7.12.9",
4040
"@babel/eslint-parser": "^7.12.1",
4141
"@typescript-eslint/eslint-plugin": "^2.33.0",
4242
"@typescript-eslint/parser": "^2.33.0",
@@ -48,13 +48,13 @@
4848
"@vuepress/theme-vue": "^1.5.4",
4949
"babel-core": "7.0.0-bridge.0",
5050
"babel-jest": "^26.6.3",
51-
"chromedriver": "^87.0.0",
51+
"chromedriver": "^87.0.2",
5252
"debug": "^4.1.0",
53-
"eslint": "^7.13.0",
53+
"eslint": "^7.15.0",
5454
"eslint-plugin-graphql": "^3.1.0",
5555
"eslint-plugin-import": "^2.20.2",
5656
"eslint-plugin-node": "^11.1.0",
57-
"eslint-plugin-prettier": "^3.1.3",
57+
"eslint-plugin-prettier": "^3.2.0",
5858
"eslint-plugin-promise": "^4.2.1",
5959
"eslint-plugin-standard": "^4.0.0",
6060
"eslint-plugin-vue": "^6.2.2",
@@ -74,11 +74,11 @@
7474
"node-fetch": "^2.6.1",
7575
"prettier": ">= 1.13.0",
7676
"rimraf": "^3.0.2",
77-
"semver": "^7.3.2",
77+
"semver": "^7.3.4",
7878
"typescript": "~3.9.3",
79-
"verdaccio": "^4.8.1",
79+
"verdaccio": "^4.10.0",
8080
"vuepress": "^1.6.0",
81-
"webpack": "^5.0.0",
81+
"webpack": "^5.10.0",
8282
"yorkie": "^2.0.0"
8383
},
8484
"resolutions": {

packages/@vue/babel-preset-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/babel-preset-app#readme",
2424
"dependencies": {
25-
"@babel/core": "^7.11.6",
25+
"@babel/core": "^7.12.9",
2626
"@babel/helper-compilation-targets": "^7.9.6",
2727
"@babel/helper-module-imports": "^7.8.3",
2828
"@babel/plugin-proposal-class-properties": "^7.8.3",
@@ -35,9 +35,9 @@
3535
"@vue/babel-plugin-jsx": "^1.0.0-0",
3636
"@vue/babel-preset-jsx": "^1.1.2",
3737
"babel-plugin-dynamic-import-node": "^2.3.3",
38-
"core-js": "^3.6.5",
39-
"core-js-compat": "^3.6.5",
40-
"semver": "^7.3.2"
38+
"core-js": "^3.8.1",
39+
"core-js-compat": "^3.8.1",
40+
"semver": "^7.3.4"
4141
},
4242
"peerDependencies": {
4343
"@babel/core": "*",

packages/@vue/cli-plugin-babel/generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = api => {
1010
presets: ['@vue/cli-plugin-babel/preset']
1111
},
1212
dependencies: {
13-
'core-js': '^3.6.5'
13+
'core-js': '^3.8.1'
1414
}
1515
})
1616
}

packages/@vue/cli-plugin-babel/migrator/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = api => {
1010
api.extendPackage(
1111
{
1212
dependencies: {
13-
'core-js': '^3.6.5'
13+
'core-js': '^3.8.1'
1414
}
1515
},
1616
{ warnIncompatibleVersions: false }

packages/@vue/cli-plugin-babel/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
},
2121
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-babel#readme",
2222
"dependencies": {
23-
"@babel/core": "^7.11.6",
23+
"@babel/core": "^7.12.9",
2424
"@vue/babel-preset-app": "^4.5.8",
2525
"@vue/cli-shared-utils": "^4.5.8",
26-
"babel-loader": "^8.1.0",
26+
"babel-loader": "^8.2.2",
2727
"cache-loader": "^4.1.0",
2828
"thread-loader": "^3.0.0",
29-
"webpack": "^5.0.0"
29+
"webpack": "^5.10.0"
3030
},
3131
"peerDependencies": {
3232
"@vue/cli-service": "^3.0.0 || ^4.0.0-0"
3333
},
3434
"devDependencies": {
35-
"jscodeshift": "^0.10.0",
35+
"jscodeshift": "^0.11.0",
3636
"@babel/preset-env": "^7.11.5"
3737
},
3838
"publishConfig": {

packages/@vue/cli-plugin-e2e-nightwatch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"nightwatch": "^1.4.1"
2929
},
3030
"devDependencies": {
31-
"chromedriver": "^87.0.0",
31+
"chromedriver": "^87.0.2",
3232
"geckodriver": "^1.20.0",
3333
"selenium-server": "^3.141.59"
3434
},

packages/@vue/cli-plugin-e2e-webdriverio/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
"dependencies": {
2828
"@types/mocha": "^8.0.1",
2929
"@vue/cli-shared-utils": "^4.5.8",
30-
"@wdio/cli": "^6.4.6",
31-
"@wdio/local-runner": "^6.4.6",
32-
"@wdio/mocha-framework": "^6.4.0",
33-
"@wdio/sauce-service": "^6.4.6",
34-
"@wdio/spec-reporter": "^6.4.0",
35-
"@wdio/sync": "^6.4.6",
30+
"@wdio/cli": "^6.10.5",
31+
"@wdio/local-runner": "^6.10.5",
32+
"@wdio/mocha-framework": "^6.10.4",
33+
"@wdio/sauce-service": "^6.10.4",
34+
"@wdio/spec-reporter": "^6.8.1",
35+
"@wdio/sync": "^6.10.4",
3636
"eslint-plugin-wdio": "^6.0.12",
37-
"webdriverio": "^6.4.6"
37+
"webdriverio": "^6.10.5"
3838
},
3939
"peerDependencies": {
4040
"chromedriver": "*",
@@ -57,9 +57,9 @@
5757
}
5858
},
5959
"devDependencies": {
60-
"chromedriver": "^87.0.0",
60+
"chromedriver": "^87.0.2",
6161
"geckodriver": "^1.20.0",
62-
"ts-node": "^9.0.0",
62+
"ts-node": "^9.1.1",
6363
"wdio-chromedriver-service": "^6.0.4",
6464
"wdio-geckodriver-service": "^1.1.0"
6565
}

packages/@vue/cli-plugin-eslint/eslintDeps.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const DEPS_MAP = {
22
base: {
3-
eslint: '^7.13.0',
3+
eslint: '^7.15.0',
44
'eslint-plugin-vue': '^6.2.2'
55
},
66
airbnb: {
@@ -9,8 +9,8 @@ const DEPS_MAP = {
99
},
1010
prettier: {
1111
'@vue/eslint-config-prettier': '^6.0.0',
12-
'eslint-plugin-prettier': '^3.1.3',
13-
prettier: '^2.1.2'
12+
'eslint-plugin-prettier': '^3.2.0',
13+
prettier: '^2.2.1'
1414
},
1515
standard: {
1616
'@vue/eslint-config-standard': '^5.1.2',
@@ -32,7 +32,7 @@ exports.getDeps = function (api, preset, rootOptions = {}) {
3232
const deps = Object.assign({}, DEPS_MAP.base, DEPS_MAP[preset])
3333

3434
if (rootOptions.vueVersion === '3') {
35-
Object.assign(deps, { 'eslint-plugin-vue': '^7.0.0-0' })
35+
Object.assign(deps, { 'eslint-plugin-vue': '^7.2.0' })
3636
}
3737

3838
if (api.hasPlugin('typescript')) {
@@ -42,7 +42,7 @@ exports.getDeps = function (api, preset, rootOptions = {}) {
4242
if (api.hasPlugin('babel') && !api.hasPlugin('typescript')) {
4343
Object.assign(deps, {
4444
'@babel/eslint-parser': '^7.12.1',
45-
'@babel/core': '^7.12.3'
45+
'@babel/core': '^7.12.9'
4646
})
4747
}
4848

packages/@vue/cli-plugin-eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint-webpack-plugin": "^2.4.1",
2828
"globby": "^9.2.0",
2929
"inquirer": "^7.1.0",
30-
"webpack": "^5.0.0",
30+
"webpack": "^5.10.0",
3131
"yorkie": "^2.0.0"
3232
},
3333
"peerDependencies": {

packages/@vue/cli-plugin-pwa/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"dependencies": {
2626
"@vue/cli-shared-utils": "^4.5.8",
2727
"html-webpack-plugin": "^4.5.0",
28-
"webpack": "^5.0.0",
29-
"workbox-webpack-plugin": "^6.0.0"
28+
"webpack": "^5.10.0",
29+
"workbox-webpack-plugin": "^6.0.2"
3030
},
3131
"devDependencies": {
3232
"register-service-worker": "^1.7.1"

0 commit comments

Comments
 (0)