Skip to content

Commit 07046c9

Browse files
committed
upgrade deps
1 parent b32fd93 commit 07046c9

File tree

2 files changed

+267
-333
lines changed

2 files changed

+267
-333
lines changed

package.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"json5": "^2.1.1",
3030
"loader-utils": "^2.0.0",
3131
"prettier": "^2.0.5",
32-
"vue-i18n": "^9.0.0-alpha.11"
32+
"vue-i18n": "^9.0.0-alpha.13"
3333
},
3434
"devDependencies": {
3535
"@types/flat": "^5.0.0",
@@ -39,16 +39,15 @@
3939
"@types/json5": "^0.0.30",
4040
"@types/loader-utils": "^2.0.0",
4141
"@types/memory-fs": "^0.3.2",
42-
"@types/node": "^13.1.4",
42+
"@types/node": "^14.0.0",
4343
"@types/prettier": "^2.0.0",
4444
"@types/webpack": "^4.41.1",
4545
"@types/webpack-merge": "^4.1.5",
46-
"@typescript-eslint/eslint-plugin": "^3.0.0",
47-
"@typescript-eslint/parser": "^3.0.0",
48-
"@typescript-eslint/typescript-estree": "^3.0.0",
49-
"@vue/compiler-sfc": "^3.0.0-beta.14",
46+
"@typescript-eslint/eslint-plugin": "^3.7.0",
47+
"@typescript-eslint/parser": "^3.7.0",
48+
"@vue/compiler-sfc": "^3.0.0-rc.5",
5049
"babel-loader": "^8.1.0",
51-
"eslint": "^7.1.0",
50+
"eslint": "^7.6.0",
5251
"eslint-config-prettier": "^6.10.1",
5352
"eslint-plugin-prettier": "^3.1.2",
5453
"eslint-plugin-vue-libs": "^4.0.0",
@@ -63,10 +62,10 @@
6362
"puppeteer": "^2.1.1",
6463
"shipjs": "^0.20.0",
6564
"ts-jest": "^26.0.0",
66-
"typescript": "^3.9.5",
65+
"typescript": "^3.9.7",
6766
"typescript-eslint-language-service": "^3.0.0",
68-
"vue": "^3.0.0-beta.15",
69-
"vue-loader": "^16.0.0-beta.3",
67+
"vue": "^3.0.0-rc.5",
68+
"vue-loader": "^16.0.0-beta.4",
7069
"webpack": "^4.43.0",
7170
"webpack-cli": "^3.3.11",
7271
"webpack-dev-server": "^3.10.3",
@@ -88,7 +87,7 @@
8887
"license": "MIT",
8988
"main": "lib/index.js",
9089
"peerDependencies": {
91-
"vue": "^3.0.0-beta.15"
90+
"vue": "^3.0.0-rc.5"
9291
},
9392
"repository": {
9493
"type": "git",

0 commit comments

Comments
 (0)