ba5ad7855c
* Fix local react tests by unifying versions * Add missing dependencies to react tests * Add changeset * Fix lockfile Co-authored-by: Matthew Phillips <matthew@skypack.dev>
12 lines
268 B
JSON
12 lines
268 B
JSON
{
|
|
"name": "@test/netlify-edge-astro-basic",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"astro": "workspace:*",
|
|
"@astrojs/react": "workspace:*",
|
|
"@astrojs/netlify": "workspace:*",
|
|
"react": "^18.1.0",
|
|
"react-dom": "^18.1.0"
|
|
}
|
|
}
|