Skip to content

Commit aeec85a

Browse files
authored
test(nuxt): Reduce version in Nuxt min test (#15800)
Reducing version for E2E test which tests the minimum supported version for Nuxt. Was bumped here: #15744
1 parent 85e59d3 commit aeec85a

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/e2e-tests/test-applications/nuxt-3-min

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@sentry/nuxt": "latest || *",
20-
"nuxt": "3.16.0"
20+
"nuxt": "3.7.0"
2121
},
2222
"devDependencies": {
2323
"@playwright/test": "~1.50.0",

0 commit comments

Comments
 (0)