File tree 2 files changed +7
-4
lines changed
dev-packages/e2e-tests/test-applications
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 12
12
"test:assert" : " TEST_ENV=production playwright test"
13
13
},
14
14
"dependencies" : {
15
- "@astrojs/check" : " ^ 0.9.2" ,
16
- "@astrojs/node" : " ^ 8.3.2" ,
15
+ "@astrojs/check" : " 0.9.2" ,
16
+ "@astrojs/node" : " 8.3.2" ,
17
17
"@playwright/test" : " ^1.46.0" ,
18
18
"@sentry/astro" : " * || latest" ,
19
19
"@sentry-internal/test-utils" : " link:../../../test-utils" ,
20
- "@spotlightjs/astro" : " ^ 2.1.6" ,
21
- "astro" : " ^ 4.13.3" ,
20
+ "@spotlightjs/astro" : " 2.1.6" ,
21
+ "astro" : " 4.13.3" ,
22
22
"typescript" : " ^5.5.4"
23
23
},
24
24
"devDependencies" : {
Original file line number Diff line number Diff line change 21
21
"@sentry/astro" : " latest || *" ,
22
22
"astro" : " 4.16.1"
23
23
},
24
+ "devDependencies" : {
25
+ "@astrojs/internal-helpers" : " 0.4.1"
26
+ },
24
27
"volta" : {
25
28
"extends" : " ../../package.json"
26
29
}
You can’t perform that action at this time.
0 commit comments