Commit b84c23f
authored
test(e2e): Ensure sveltekit E2E test work with prereleases (#8372)
Since @sentry/sveltekit depends on @sentry/vite-plugin, which in turn
depens on `@sentry/node@^7.19.0` & `@sentry/tracing@^7.19.0`, this fails
to install in E2E tests for pre-release versions (e.g. `7.57.0-beta.0`),
as the prerelease does not satisfy the range `^7.19.0`. So we override
this to `*` to ensure this works as expected.1 parent e5e6a6b commit b84c23f
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
30 | 36 | | |
31 | 37 | | |
0 commit comments