summaryrefslogtreecommitdiff
path: root/packages/integrations
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations')
-rw-r--r--packages/integrations/preact/package.json2
-rw-r--r--packages/integrations/react/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json
index 4dc1c8077..b58196bd9 100644
--- a/packages/integrations/preact/package.json
+++ b/packages/integrations/preact/package.json
@@ -30,7 +30,7 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
- "@babel/plugin-transform-react-jsx": "^7.17.3",
+ "@babel/plugin-transform-react-jsx": "^7.17.12",
"preact-render-to-string": "^5.2.0"
},
"devDependencies": {
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 46a710baa..1e1eb1661 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -33,7 +33,7 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
- "@babel/plugin-transform-react-jsx": "^7.17.3"
+ "@babel/plugin-transform-react-jsx": "^7.17.12"
},
"devDependencies": {
"@types/react": "^17.0.45",