File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
dev-packages/e2e-tests/test-applications/nuxt-3-min Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nuxt-3-min" ,
3
- "description" : " E2E test app for the minimum nuxt 3 version our nuxt SDK supports." ,
3
+ "description" : " E2E test app for the minimum Nuxt 3 version our Nuxt SDK supports." ,
4
4
"private" : true ,
5
5
"type" : " module" ,
6
6
"scripts" : {
16
16
},
17
17
"dependencies" : {
18
18
"@sentry/nuxt" : " latest || *" ,
19
- "nuxt" : " 3.13.2 "
19
+ "nuxt" : " 3.7.0 "
20
20
},
21
21
"devDependencies" : {
22
22
"@nuxt/test-utils" : " ^3.14.1" ,
23
23
"@playwright/test" : " ^1.44.1" ,
24
24
"@sentry-internal/test-utils" : " link:../../../test-utils"
25
25
},
26
26
"overrides" : {
27
- "nitropack" : " 2.9.7 " ,
28
- "@vercel/nft " : " ^0.27.4 "
27
+ "nitropack" : " 2.10.0 " ,
28
+ "ofetch " : " 1.4.0 "
29
29
}
30
30
}
Original file line number Diff line number Diff line change 39
39
"access" : " public"
40
40
},
41
41
"peerDependencies" : {
42
- "nuxt" : " 3 .x"
42
+ "nuxt" : " >=3.7.0 || 4 .x"
43
43
},
44
44
"dependencies" : {
45
45
"@nuxt/kit" : " ^3.13.2" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export default defineNuxtModule<ModuleOptions>({
13
13
name : '@sentry/nuxt/module' ,
14
14
configKey : 'sentry' ,
15
15
compatibility : {
16
- nuxt : '^3.0 .0' ,
16
+ nuxt : '>=3.7 .0' ,
17
17
} ,
18
18
} ,
19
19
defaults : { } ,
You can’t perform that action at this time.
0 commit comments