diff options
Diffstat (limited to 'packages/integrations/react')
-rw-r--r-- | packages/integrations/react/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |