Skip to content

Commit 1d32374

Browse files
authored
chore(nuxt): Remove nft override to ensure we are testing with latest nitro (#14480)
Noticed that our e2e tests are not actually using nitro 2.10 despite being on the latest nuxt version: https://github.com/getsentry/sentry-javascript/actions/runs/12028119465/job/33531969920#step:13:196 This fixes it.
1 parent b59ce07 commit 1d32374

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

+1-4
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,11 @@
1515
},
1616
"dependencies": {
1717
"@sentry/nuxt": "latest || *",
18-
"nuxt": "^3.13.1"
18+
"nuxt": "^3.14.0"
1919
},
2020
"devDependencies": {
2121
"@nuxt/test-utils": "^3.14.1",
2222
"@playwright/test": "^1.44.1",
2323
"@sentry-internal/test-utils": "link:../../../test-utils"
24-
},
25-
"overrides": {
26-
"@vercel/nft": "0.27.4"
2724
}
2825
}

0 commit comments

Comments
 (0)