Skip to content

Commit 66c9190

Browse files
committed
chore: dependency maintenance
1 parent 0a321b4 commit 66c9190

File tree

8 files changed

+147
-306
lines changed

8 files changed

+147
-306
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
"devDependencies": {
3333
"@babel/core": "^7.12.16",
3434
"@babel/eslint-parser": "^7.12.16",
35-
"@typescript-eslint/eslint-plugin": "^4.15.1",
36-
"@typescript-eslint/parser": "^4.15.1",
35+
"@typescript-eslint/eslint-plugin": "^5.2.0",
36+
"@typescript-eslint/parser": "^5.2.0",
3737
"@vue/eslint-config-airbnb": "^5.3.0",
3838
"@vue/eslint-config-standard": "^6.1.0",
39-
"@vue/eslint-config-typescript": "^9.0.0",
39+
"@vue/eslint-config-typescript": "^9.0.1",
4040
"@vuepress/plugin-pwa": "^1.8.1",
4141
"@vuepress/theme-vue": "^1.8.1",
4242
"babel-core": "7.0.0-bridge.0",
@@ -50,15 +50,15 @@
5050
"eslint-plugin-node": "^11.1.0",
5151
"eslint-plugin-prettier": "^4.0.0",
5252
"eslint-plugin-promise": "^5.1.0",
53-
"eslint-plugin-vue": "^7.6.0",
53+
"eslint-plugin-vue": "^8.0.3",
5454
"geckodriver": "^2.0.1",
5555
"globby": "^11.0.2",
5656
"graphql": "^15.5.0",
5757
"http-server": "^0.12.3",
5858
"inquirer": "^8.0.0",
5959
"jest": "^27.0.6",
6060
"lerna": "^4.0.0",
61-
"lerna-changelog": "^2.1.0",
61+
"lerna-changelog": "^2.2.0",
6262
"lint-staged": "^11.1.2",
6363
"memfs": "^3.2.0",
6464
"minimist": "^1.2.5",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const DEPS_MAP = {
22
base: {
33
eslint: '^7.20.0',
4-
'eslint-plugin-vue': '^8.0.1'
4+
'eslint-plugin-vue': '^8.0.3'
55
},
66
airbnb: {
77
'@vue/eslint-config-airbnb': '^5.3.0',
@@ -19,7 +19,7 @@ const DEPS_MAP = {
1919
'eslint-plugin-promise': '^5.1.0'
2020
},
2121
typescript: {
22-
'@vue/eslint-config-typescript': '^9.0.0',
22+
'@vue/eslint-config-typescript': '^9.0.1',
2323
'@typescript-eslint/eslint-plugin': '^5.2.0',
2424
'@typescript-eslint/parser': '^5.2.0'
2525
}

packages/@vue/cli-plugin-unit-jest/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@
3232
"jest": "^27.1.0",
3333
"jest-serializer-vue": "^2.0.2",
3434
"jest-transform-stub": "^2.0.0",
35-
"jest-watch-typeahead": "^0.6.1"
35+
"jest-watch-typeahead": "^1.0.0"
3636
},
3737
"devDependencies": {
3838
"@vue/test-utils": "^1.1.3",
39-
"@vue/vue2-jest": "^27.0.0-alpha.2",
40-
"@vue/vue3-jest": "^27.0.0-alpha.1",
39+
"@vue/vue2-jest": "^27.0.0-alpha.3",
40+
"@vue/vue3-jest": "^27.0.0-alpha.3",
4141
"ts-jest": "^27.0.4"
4242
},
4343
"peerDependencies": {
4444
"@vue/cli-service": "^3.0.0 || ^4.0.0 || ^5.0.0-0",
45-
"@vue/vue2-jest": "^27.0.0-alpha.2",
46-
"@vue/vue3-jest": "^27.0.0-alpha.1",
45+
"@vue/vue2-jest": "^27.0.0-alpha.3",
46+
"@vue/vue3-jest": "^27.0.0-alpha.3",
4747
"jest": "^27.1.0",
4848
"ts-jest": "^27.0.4"
4949
},

packages/@vue/cli-service/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@vue/cli-plugin-router": "^5.0.0-beta.7",
3333
"@vue/cli-plugin-vuex": "^5.0.0-beta.7",
3434
"@vue/cli-shared-utils": "^5.0.0-beta.7",
35-
"@vue/component-compiler-utils": "^3.1.2",
35+
"@vue/component-compiler-utils": "^3.3.0",
3636
"@vue/vue-loader-v15": "npm:vue-loader@^15.9.7",
3737
"@vue/web-component-wrapper": "^1.3.0",
3838
"acorn": "^8.0.5",
@@ -71,7 +71,7 @@
7171
"ssri": "^8.0.1",
7272
"terser-webpack-plugin": "^5.1.1",
7373
"thread-loader": "^3.0.0",
74-
"vue-loader": "^16.4.0",
74+
"vue-loader": "^16.8.2",
7575
"vue-style-loader": "^4.1.3",
7676
"webpack": "^5.22.0",
7777
"webpack-bundle-analyzer": "^4.4.0",

packages/@vue/cli-ui-addon-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint-plugin-import": "^2.20.2",
3030
"eslint-plugin-node": "^11.1.0",
3131
"eslint-plugin-promise": "^5.1.0",
32-
"eslint-plugin-vue": "^8.0.1",
32+
"eslint-plugin-vue": "^8.0.3",
3333
"stylus": "^0.55.0",
3434
"stylus-loader": "^6.1.0",
3535
"vue-progress-path": "^0.0.2",

packages/@vue/cli-ui-addon-widgets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint-plugin-import": "^2.20.2",
3030
"eslint-plugin-node": "^11.1.0",
3131
"eslint-plugin-promise": "^5.1.0",
32-
"eslint-plugin-vue": "^8.0.1",
32+
"eslint-plugin-vue": "^8.0.3",
3333
"stylus": "^0.55.0",
3434
"stylus-loader": "^6.1.0",
3535
"vue-template-compiler": "^2.6.14"

packages/@vue/cli-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"eslint-plugin-import": "^2.20.2",
8484
"eslint-plugin-node": "^11.1.0",
8585
"eslint-plugin-promise": "^5.1.0",
86-
"eslint-plugin-vue": "^8.0.1",
86+
"eslint-plugin-vue": "^8.0.3",
8787
"lint-staged": "^11.1.2",
8888
"lodash.debounce": "^4.0.8",
8989
"portal-vue": "^2.1.7",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy