summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar Emanuele Stoppa <my.burning@gmail.com> 2024-11-21 12:02:21 +0000
committerGravatar Emanuele Stoppa <my.burning@gmail.com> 2024-11-21 12:02:21 +0000
commit285c6e3598eac81632057a37ad74459cc65c357d (patch)
tree392acb06a54080f20422ac89c290b245ead7875f /packages/integrations/react
parent8309c61f0dfa5991d3f6c5c5fca4403794d6fda2 (diff)
parentb9c05f45b2c9780d7b5518adb4a545cf69f075a6 (diff)
downloadastro-285c6e3598eac81632057a37ad74459cc65c357d.tar.gz
astro-285c6e3598eac81632057a37ad74459cc65c357d.tar.zst
astro-285c6e3598eac81632057a37ad74459cc65c357d.zip
chore: merge fixes
Diffstat (limited to 'packages/integrations/react')
-rw-r--r--packages/integrations/react/package.json18
1 files changed, 6 insertions, 12 deletions
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 3e358a539..0010b7fdf 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -8,7 +8,7 @@
"license": "MIT",
"repository": {
"type": "git",
- "url": "https://github.com/withastro/astro.git",
+ "url": "git+https://github.com/withastro/astro.git",
"directory": "packages/integrations/react"
},
"keywords": [
@@ -24,14 +24,8 @@
"./actions": "./dist/actions.js",
"./client.js": "./client.js",
"./client-v17.js": "./client-v17.js",
- "./server.js": {
- "default": "./server.js",
- "types": "./server.d.ts"
- },
- "./server-v17.js": {
- "default": "./server-v17.js",
- "types": "./server-v17.d.ts"
- },
+ "./server.js": "./server.js",
+ "./server-v17.js": "./server-v17.js",
"./package.json": "./package.json",
"./jsx-runtime": "./jsx-runtime.js"
},
@@ -56,7 +50,8 @@
},
"dependencies": {
"@vitejs/plugin-react": "^4.3.3",
- "ultrahtml": "^1.5.3"
+ "ultrahtml": "^1.5.3",
+ "vite": "6.0.0-beta.6"
},
"devDependencies": {
"@types/react": "^18.3.12",
@@ -65,8 +60,7 @@
"astro-scripts": "workspace:*",
"cheerio": "1.0.0",
"react": "^18.3.1",
- "react-dom": "^18.3.1",
- "vite": "6.0.0-beta.6"
+ "react-dom": "^18.3.1"
},
"peerDependencies": {
"@types/react": "^17.0.50 || ^18.0.21",