diff --git a/package.json b/package.json index 46ce83ac8c74..56f7ce4f7087 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,6 @@ "vitest": "1.4.0", "vitest-environment-nuxt": "1.0.0", "vue": "3.4.21", - "vue-eslint-parser": "9.4.2", "vue-router": "4.3.0", "vue-tsc": "2.0.6" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 453eb98645e9..4a7637203a59 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -145,9 +145,6 @@ importers: vue: specifier: 3.4.21 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: specifier: 4.3.0 version: 4.3.0(vue@3.4.21) diff --git a/test/fixtures/suspense/package.json b/test/fixtures/suspense/package.json index 2f5e19ed191a..3c3155c574d9 100644 --- a/test/fixtures/suspense/package.json +++ b/test/fixtures/suspense/package.json @@ -1,6 +1,6 @@ { "private": true, - "name": "fixture-minimal", + "name": "fixture-suspense", "scripts": { "build": "nuxi build" },