[O] Lock vite version to 3.0.9 for now

Bug with vue-class-components
This commit is contained in:
Azalea Gui
2023-01-18 03:51:33 -05:00
parent fb75d6a0f6
commit 909ce0f0cd
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -31,10 +31,10 @@
"@types/three": "^0.148.0",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"@vitejs/plugin-vue": "^3.0.3",
"@vitejs/plugin-vue": "3.0.3",
"sass": "^1.57.1",
"typescript": "^4.9.4",
"vite": "^3.0.7",
"vite": "3.0.9",
"vue-class-component": "^8.0.0-rc.1",
"vue-property-decorator": "^10.0.0-rc.3",
"vue-tsc": "^1.0.24"