Skip to content

Commit b008139

Browse files
authored
chore(tests): Add esbuild overrides for vite 6 tests (#14815)
1 parent 8f5de3e commit b008139

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

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

+5
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,10 @@
1717
"@sentry-internal/test-utils": "link:../../../test-utils",
1818
"@sentry/astro": "^8.42.0",
1919
"astro": "^5.0.3"
20+
},
21+
"pnpm": {
22+
"overrides": {
23+
"esbuild": "0.24.0"
24+
}
2025
}
2126
}

dev-packages/e2e-tests/test-applications/react-router-7-spa/package.json

+5
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,10 @@
5656
"label": "react-router-7-spa (TS 3.8)"
5757
}
5858
]
59+
},
60+
"pnpm": {
61+
"overrides": {
62+
"esbuild": "0.24.0"
63+
}
5964
}
6065
}

0 commit comments

Comments
 (0)