Skip to content

Commit

Permalink
add overrides for vite 6 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chargome committed Dec 20, 2024
1 parent 25874a9 commit 54c04ee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev-packages/e2e-tests/test-applications/astro-5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,10 @@
"@sentry-internal/test-utils": "link:../../../test-utils",
"@sentry/astro": "^8.42.0",
"astro": "^5.0.3"
},
"pnpm": {
"overrides": {
"esbuild": "0.24.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,10 @@
"label": "react-router-7-spa (TS 3.8)"
}
]
},
"pnpm": {
"overrides": {
"esbuild": "0.24.0"
}
}
}

0 comments on commit 54c04ee

Please sign in to comment.