chore(deps): update npm deps

This commit is contained in:
2024-12-09 15:23:42 +02:00
parent 8a19f6abc0
commit c5d13597b5
3 changed files with 1092 additions and 958 deletions

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
# EditorConfig is awesome: https://editorconfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_size = 2
indent_style = space

2036
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -30,7 +30,7 @@
"npm-run-all2": "^7.0.0",
"prettier": "^3.0.3",
"typescript": "~5.6.0",
"vite": "^5.1.6",
"vite": "^6",
"vite-plugin-vue-devtools": "^7.0.18",
"vue-tsc": "^2.0.6"
}