Skip to content

Commit 8028d9f

Browse files
committed
chore: dependency maintenance
1 parent 3f212bb commit 8028d9f

File tree

23 files changed

+1543
-1922
lines changed

23 files changed

+1543
-1922
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,24 +44,24 @@
4444
]
4545
},
4646
"devDependencies": {
47-
"@babel/core": "^7.7.4",
48-
"@vue/eslint-config-airbnb": "^5.0.1",
47+
"@babel/core": "^7.8.4",
48+
"@vue/eslint-config-airbnb": "^5.0.2",
4949
"@vue/eslint-config-prettier": "^6.0.0",
5050
"@vue/eslint-config-standard": "^5.1.0",
5151
"@vue/eslint-config-typescript": "^5.0.1",
52-
"@vuepress/plugin-pwa": "^1.2.0",
53-
"@vuepress/theme-vue": "^1.2.0",
54-
"@typescript-eslint/eslint-plugin": "^2.10.0",
55-
"@typescript-eslint/parser": "^2.10.0",
52+
"@vuepress/plugin-pwa": "^1.3.0",
53+
"@vuepress/theme-vue": "^1.3.0",
54+
"@typescript-eslint/eslint-plugin": "^2.18.0",
55+
"@typescript-eslint/parser": "^2.18.0",
5656
"babel-core": "7.0.0-bridge.0",
5757
"babel-eslint": "^10.0.3",
5858
"babel-jest": "^24.9.0",
59-
"chromedriver": "^78.0.1",
59+
"chromedriver": "^79.0.2",
6060
"debug": "^4.1.0",
6161
"eslint": "^6.7.2",
62-
"eslint-plugin-import": "^2.18.2",
62+
"eslint-plugin-import": "^2.20.1",
6363
"eslint-plugin-graphql": "^3.1.0",
64-
"eslint-plugin-node": "^9.1.0",
64+
"eslint-plugin-node": "^11.0.0",
6565
"eslint-plugin-prettier": "^3.1.1",
6666
"eslint-plugin-promise": "^4.2.1",
6767
"eslint-plugin-standard": "^4.0.0",
@@ -70,22 +70,22 @@
7070
"execa": "^1.0.0",
7171
"geckodriver": "^1.19.1",
7272
"globby": "^9.2.0",
73-
"graphql": "^14.3.1",
74-
"http-server": "^0.11.1",
73+
"graphql": "^14.6.0",
74+
"http-server": "^0.12.1",
7575
"inquirer": "^6.3.1",
7676
"jest": "^24.9.0",
7777
"lerna": "^3.19.0",
7878
"lerna-changelog": "^0.8.3",
7979
"lint-staged": "^9.5.0",
80-
"memfs": "^3.0.1",
80+
"memfs": "^3.0.4",
8181
"minimist": "^1.2.0",
8282
"prettier": ">= 1.13.0",
8383
"request": "^2.87.0",
8484
"request-promise-native": "^1.0.8",
85-
"rimraf": "^3.0.0",
85+
"rimraf": "^3.0.1",
8686
"semver": "^6.1.0",
8787
"typescript": "~3.7.5",
88-
"vuepress": "^1.2.0",
88+
"vuepress": "^1.3.0",
8989
"webpack": "^4.0.0",
9090
"yorkie": "^2.0.0"
9191
},

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@
2222
},
2323
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/babel-preset-app#readme",
2424
"dependencies": {
25-
"@babel/core": "^7.7.4",
26-
"@babel/helper-module-imports": "^7.7.4",
27-
"@babel/plugin-proposal-class-properties": "^7.7.4",
28-
"@babel/plugin-proposal-decorators": "^7.7.4",
29-
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
30-
"@babel/plugin-syntax-jsx": "^7.7.4",
31-
"@babel/plugin-transform-runtime": "^7.7.4",
32-
"@babel/preset-env": "^7.7.4",
33-
"@babel/runtime": "^7.7.4",
25+
"@babel/core": "^7.8.4",
26+
"@babel/helper-module-imports": "^7.8.3",
27+
"@babel/plugin-proposal-class-properties": "^7.8.3",
28+
"@babel/plugin-proposal-decorators": "^7.8.3",
29+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
30+
"@babel/plugin-syntax-jsx": "^7.8.3",
31+
"@babel/plugin-transform-runtime": "^7.8.3",
32+
"@babel/preset-env": "^7.8.4",
33+
"@babel/runtime": "^7.8.4",
3434
"@vue/babel-preset-jsx": "^1.1.2",
35-
"babel-plugin-dynamic-import-node": "^2.2.0",
36-
"core-js": "^3.4.4",
37-
"core-js-compat": "^3.4.4"
35+
"babel-plugin-dynamic-import-node": "^2.3.0",
36+
"core-js": "^3.6.4",
37+
"core-js-compat": "^3.6.4"
3838
},
3939
"peerDependencies": {
4040
"@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.4.4'
13+
'core-js': '^3.6.4'
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
@@ -6,7 +6,7 @@ module.exports = (api) => {
66
if (api.fromVersion('^3')) {
77
api.extendPackage({
88
dependencies: {
9-
'core-js': '^3.4.4'
9+
'core-js': '^3.6.4'
1010
}
1111
}, true)
1212

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-babel#readme",
2222
"dependencies": {
23-
"@babel/core": "^7.7.4",
23+
"@babel/core": "^7.8.4",
2424
"@vue/babel-preset-app": "^4.1.2",
2525
"@vue/cli-shared-utils": "^4.1.2",
2626
"babel-loader": "^8.0.6",
@@ -32,7 +32,7 @@
3232
"@vue/cli-service": "^3.0.0 || ^4.0.0-0"
3333
},
3434
"devDependencies": {
35-
"jscodeshift": "^0.6.4"
35+
"jscodeshift": "^0.7.0"
3636
},
3737
"publishConfig": {
3838
"access": "public"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
},
2525
"dependencies": {
2626
"@vue/cli-shared-utils": "^4.1.2",
27-
"cypress": "^3.8.0",
28-
"eslint-plugin-cypress": "^2.7.0"
27+
"cypress": "^3.8.3",
28+
"eslint-plugin-cypress": "^2.8.1"
2929
},
3030
"peerDependencies": {
3131
"@vue/cli-service": "^3.0.0 || ^4.0.0-0"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
},
2525
"dependencies": {
2626
"@vue/cli-shared-utils": "^4.1.2",
27-
"deepmerge": "^3.2.0",
28-
"nightwatch": "^1.3.1"
27+
"deepmerge": "^4.2.2",
28+
"nightwatch": "^1.3.4"
2929
},
3030
"devDependencies": {
31-
"chromedriver": "^78.0.1",
31+
"chromedriver": "^79.0.2",
3232
"geckodriver": "^1.19.1",
3333
"selenium-server": "^3.141.59"
3434
},

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ const DEPS_MAP = {
44
'eslint-plugin-vue': '^6.1.2'
55
},
66
airbnb: {
7-
'@vue/eslint-config-airbnb': '^5.0.1',
8-
'eslint-plugin-import': '^2.18.2'
7+
'@vue/eslint-config-airbnb': '^5.0.2',
8+
'eslint-plugin-import': '^2.20.1'
99
},
1010
prettier: {
1111
'@vue/eslint-config-prettier': '^6.0.0',
@@ -14,15 +14,15 @@ const DEPS_MAP = {
1414
},
1515
standard: {
1616
'@vue/eslint-config-standard': '^5.1.0',
17-
'eslint-plugin-import': '^2.18.2',
18-
'eslint-plugin-node': '^9.1.0',
17+
'eslint-plugin-import': '^2.20.1',
18+
'eslint-plugin-node': '^11.0.0',
1919
'eslint-plugin-promise': '^4.2.1',
2020
'eslint-plugin-standard': '^4.0.0'
2121
},
2222
typescript: {
2323
'@vue/eslint-config-typescript': '^5.0.1',
24-
'@typescript-eslint/eslint-plugin': '^2.10.0',
25-
'@typescript-eslint/parser': '^2.10.0'
24+
'@typescript-eslint/eslint-plugin': '^2.18.0',
25+
'@typescript-eslint/parser': '^2.18.0'
2626
}
2727
}
2828

packages/@vue/cli-plugin-router/generator/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = (api, options = {}) => {
44

55
api.extendPackage({
66
dependencies: {
7-
'vue-router': '^3.1.3'
7+
'vue-router': '^3.1.5'
88
}
99
})
1010

packages/@vue/cli-plugin-typescript/generator/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = (api, {
1818
if (classComponent) {
1919
api.extendPackage({
2020
dependencies: {
21-
'vue-class-component': '^7.0.2',
21+
'vue-class-component': '^7.2.2',
2222
'vue-property-decorator': '^8.3.0'
2323
}
2424
})

0 commit comments

Comments
 (0)