chore: tidy dependencies

This commit is contained in:
Daniel Roe 2024-03-16 14:58:36 -07:00
parent beeda8acf4
commit 0fc363a4f5
No known key found for this signature in database
GPG Key ID: CBC814C393D93268
3 changed files with 1 additions and 5 deletions

View File

@ -86,7 +86,6 @@
"vitest": "1.4.0", "vitest": "1.4.0",
"vitest-environment-nuxt": "1.0.0", "vitest-environment-nuxt": "1.0.0",
"vue": "3.4.21", "vue": "3.4.21",
"vue-eslint-parser": "9.4.2",
"vue-router": "4.3.0", "vue-router": "4.3.0",
"vue-tsc": "2.0.6" "vue-tsc": "2.0.6"
}, },

View File

@ -145,9 +145,6 @@ importers:
vue: vue:
specifier: 3.4.21 specifier: 3.4.21
version: 3.4.21(typescript@5.4.2) version: 3.4.21(typescript@5.4.2)
vue-eslint-parser:
specifier: 9.4.2
version: 9.4.2(eslint@8.57.0)
vue-router: vue-router:
specifier: 4.3.0 specifier: 4.3.0
version: 4.3.0(vue@3.4.21) version: 4.3.0(vue@3.4.21)

View File

@ -1,6 +1,6 @@
{ {
"private": true, "private": true,
"name": "fixture-minimal", "name": "fixture-suspense",
"scripts": { "scripts": {
"build": "nuxi build" "build": "nuxi build"
}, },