From 24a7fa86bcb42b328eaec6afc88364e5c3d57039 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 02:05:19 +0000 Subject: [PATCH] Bump @astrojs/react from 2.0.2 to 2.1.0 Bumps [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) from 2.0.2 to 2.1.0. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/react/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/react@2.1.0/packages/integrations/react) --- updated-dependencies: - dependency-name: "@astrojs/react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c93ed20..f2a312e 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@astrojs/node": "^5.1.0", "@astrojs/partytown": "^1.1.1", "@astrojs/prefetch": "^0.2.1", - "@astrojs/react": "^2.0.2", + "@astrojs/react": "^2.1.0", "@astrojs/tailwind": "^3.1.1", "@fortawesome/fontawesome-svg-core": "^6.2.1", "@fortawesome/free-brands-svg-icons": "^6.2.1", diff --git a/yarn.lock b/yarn.lock index 78666f3..f41af9d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -88,10 +88,10 @@ dependencies: prismjs "^1.28.0" -"@astrojs/react@^2.0.2": - version "2.0.2" - resolved "https://registry.yarnpkg.com/@astrojs/react/-/react-2.0.2.tgz#22e1dfb01f481dc2e6b58607f8b131a8754a2d91" - integrity sha512-UmQNvzJul5M/Q9aZJXnqz4z0ODZXkLuaNvgsYoKB7OdM8c2v85FsTjMZZJ7BvFo4On31jJ0rL/gwTaCeuYqmpw== +"@astrojs/react@^2.1.0": + version "2.1.0" + resolved "https://registry.yarnpkg.com/@astrojs/react/-/react-2.1.0.tgz#6b913baefa0d2a717bf5ff3d96ab299c7b0e4708" + integrity sha512-AzopsCVjsHlX1oVkgLusDRngnpJfoi03kj6c8p/K6+i/PQ3ZnVwRmJl7IgFBC2YJSbexyNxK2BmLvwkjGvQaCA== dependencies: "@babel/core" ">=7.0.0-0 <8.0.0" "@babel/plugin-transform-react-jsx" "^7.17.12"