Skip to content

Commit

Permalink
test(e2e): Pin deps in Astro Cloudflare E2E test (#14030)
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst authored Oct 21, 2024
1 parent 2648ef6 commit f358790
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dev-packages/e2e-tests/test-applications/astro-4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"test:assert": "TEST_ENV=production playwright test"
},
"dependencies": {
"@astrojs/check": "^0.9.2",
"@astrojs/node": "^8.3.2",
"@astrojs/check": "0.9.2",
"@astrojs/node": "8.3.2",
"@playwright/test": "^1.46.0",
"@sentry/astro": "* || latest",
"@sentry-internal/test-utils": "link:../../../test-utils",
"@spotlightjs/astro": "^2.1.6",
"astro": "^4.13.3",
"@spotlightjs/astro": "2.1.6",
"astro": "4.13.3",
"typescript": "^5.5.4"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"@sentry/astro": "latest || *",
"astro": "4.16.1"
},
"devDependencies": {
"@astrojs/internal-helpers": "0.4.1"
},
"volta": {
"extends": "../../package.json"
}
Expand Down

0 comments on commit f358790

Please sign in to comment.