Skip to content
This repository was archived by the owner on Jan 9, 2022. It is now read-only.

Commit 3073e8a

Browse files
committed
deps: upgrade dependencies
1 parent 36ffd8f commit 3073e8a

File tree

2 files changed

+141
-205
lines changed

2 files changed

+141
-205
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"@types/node": "^16.3.1",
2020
"@typescript-eslint/eslint-plugin": "^4.28.4",
2121
"@typescript-eslint/parser": "^4.28.4",
22-
"@vitejs/plugin-vue": "^1.2.4",
23-
"@vue/compiler-sfc": "^3.0.5",
22+
"@vitejs/plugin-vue": "^1.4",
23+
"@vue/compiler-sfc": "^3.2.4",
2424
"chokidar": "^3.5.2",
2525
"eslint": "^7.31.0",
2626
"eslint-plugin-import": "^2.23.4",
@@ -31,11 +31,11 @@
3131
"stylelint": "^13.13.1",
3232
"stylelint-config-standard": "^22.0.0",
3333
"typescript": "^4.3.2",
34-
"vite": "^2.4.0",
35-
"vue": "^3.2.0-beta.7",
36-
"vue-tsc": "0.2.2"
34+
"vite": "2.5.0",
35+
"vue": "3.2.4",
36+
"vue-tsc": "0.2.3"
3737
},
3838
"peerDependencies": {
39-
"vue": "^3.2.0-beta.7"
39+
"vue": "^3.2.4"
4040
}
4141
}

0 commit comments

Comments
 (0)