Skip to content

Commit f358790

Browse files
authored
test(e2e): Pin deps in Astro Cloudflare E2E test (#14030)
1 parent 2648ef6 commit f358790

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

dev-packages/e2e-tests/test-applications/astro-4/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"test:assert": "TEST_ENV=production playwright test"
1313
},
1414
"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",
1717
"@playwright/test": "^1.46.0",
1818
"@sentry/astro": "* || latest",
1919
"@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",
2222
"typescript": "^5.5.4"
2323
},
2424
"devDependencies": {

dev-packages/e2e-tests/test-applications/cloudflare-astro/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
"@sentry/astro": "latest || *",
2222
"astro": "4.16.1"
2323
},
24+
"devDependencies": {
25+
"@astrojs/internal-helpers": "0.4.1"
26+
},
2427
"volta": {
2528
"extends": "../../package.json"
2629
}

0 commit comments

Comments
 (0)