diff options
author | 2022-05-17 08:44:50 -0700 | |
---|---|---|
committer | 2022-05-17 11:44:50 -0400 | |
commit | d102cab126d6b51bfbfe6103db947c26f3f8cb56 (patch) | |
tree | 7367d6dff80be54ef101cd6ae34fe2d16f449dd7 /packages/integrations/react | |
parent | 4d00473dbd20e673b5c9857d500dee072bb20f99 (diff) | |
download | astro-d102cab126d6b51bfbfe6103db947c26f3f8cb56.tar.gz astro-d102cab126d6b51bfbfe6103db947c26f3f8cb56.tar.zst astro-d102cab126d6b51bfbfe6103db947c26f3f8cb56.zip |
[ci] update lockfile (#3386)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
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", |