Added typescript to workspace devdeps, removed no unused var rules from
tsconfig, made i18n not use top-level await, upgraded packages/made sure they were on compatible versions
This commit is contained in:
parent
20a1b867f5
commit
2c63701152
7 changed files with 591 additions and 389 deletions
|
|
@ -18,9 +18,8 @@
|
|||
"axios": "^1.11.0",
|
||||
"bulma": "^1.0.4",
|
||||
"tailwindcss": "^4.1.6",
|
||||
"vue": "^3.5.13",
|
||||
"vue-i18n": "^11.1.3",
|
||||
"vue-router": "^4.5.1"
|
||||
"vue-router": "^5.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.39.2",
|
||||
|
|
@ -34,10 +33,11 @@
|
|||
"sass": "^1.87.0",
|
||||
"typescript": "~5.8.3",
|
||||
"typescript-eslint": "^8.55.0",
|
||||
"unplugin-vue-router": "^0.12.0",
|
||||
"unplugin-vue-router": "^0.19.2",
|
||||
"vite": "^6.3.5",
|
||||
"vue": "^3.5.32",
|
||||
"vue-eslint-parser": "^10.2.0",
|
||||
"vue-tsc": "^2.2.8"
|
||||
"vue-tsc": "^3.2.6"
|
||||
},
|
||||
"packageManager": "pnpm@10.11.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue