update everything and fix ci.yml

This commit is contained in:
Yeicor
2024-03-03 19:12:09 +01:00
parent 70dabf40e7
commit 96ff78a0e3
5 changed files with 173 additions and 238 deletions

View File

@@ -22,12 +22,12 @@
"@mdi/svg": "^7.4.47",
"three": "^0.160.1",
"three-orientation-gizmo": "https://github.com/jrj2211/three-orientation-gizmo",
"vue": "^3.4.16",
"vuetify": "^3.5.3"
"vue": "^3.4.21",
"vuetify": "^3.5.7"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.2",
"@types/node": "^20.11.17",
"@types/node": "^20.11.24",
"@types/three": "^0.160.0",
"@vitejs/plugin-vue": "^5.0.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
@@ -39,6 +39,6 @@
"terser": "^5.28.1",
"typescript": "~5.3.0",
"vite": "^5.0.11",
"vue-tsc": "^1.8.27"
"vue-tsc": "^2.0.3"
}
}