Skip to content

Commit

Permalink
chore(nuxt): Remove nft override to ensure we are testing with latest…
Browse files Browse the repository at this point in the history
… 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.
  • Loading branch information
andreiborza authored Nov 26, 2024
1 parent b59ce07 commit 1d32374
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dev-packages/e2e-tests/test-applications/nuxt-3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,11 @@
},
"dependencies": {
"@sentry/nuxt": "latest || *",
"nuxt": "^3.13.1"
"nuxt": "^3.14.0"
},
"devDependencies": {
"@nuxt/test-utils": "^3.14.1",
"@playwright/test": "^1.44.1",
"@sentry-internal/test-utils": "link:../../../test-utils"
},
"overrides": {
"@vercel/nft": "0.27.4"
}
}

0 comments on commit 1d32374

Please sign in to comment.