diff options
Diffstat (limited to 'packages/integrations/react')
-rw-r--r-- | packages/integrations/react/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index 969571f58..7ab759ab7 100644 --- a/packages/integrations/react/package.json +++ b/packages/integrations/react/package.json @@ -34,6 +34,7 @@ "dev": "astro-scripts dev \"src/**/*.ts\"" }, "dependencies": { + "@babel/core": ">=7.0.0-0 <8.0.0", "@babel/plugin-transform-react-jsx": "^7.17.12" }, "devDependencies": { |