Skip to content

Commit 588d63f

Browse files
committed
test(nuxt): Use official Nuxt 4 version for E2E test
1 parent 56c9fcb commit 588d63f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dev-packages/e2e-tests/test-applications/nuxt-4/nuxt.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// https://nuxt.com/docs/api/configuration/nuxt-config
22
export default defineNuxtConfig({
3-
future: { compatibilityVersion: 4 },
43
compatibilityDate: '2025-06-06',
54
imports: { autoImport: false },
65

dev-packages/e2e-tests/test-applications/nuxt-4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@pinia/nuxt": "^0.5.5",
2020
"@sentry/nuxt": "latest || *",
21-
"nuxt": "^3.17.5"
21+
"nuxt": "^4.0.0-alpha.4"
2222
},
2323
"devDependencies": {
2424
"@playwright/test": "~1.50.0",

0 commit comments

Comments
 (0)