From 334219aed0d16292b9c7cd4b42ff95381e01884c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 01:46:54 +0000 Subject: [PATCH] Bump @astrojs/react from 2.1.0 to 2.1.1 Bumps [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) from 2.1.0 to 2.1.1. - [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.1/packages/integrations/react) --- updated-dependencies: - dependency-name: "@astrojs/react" dependency-type: direct:production update-type: version-update:semver-patch ... 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 f2a312e..5ec59b7 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.1.0", + "@astrojs/react": "^2.1.1", "@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 f41af9d..7ca9f92 100644 --- a/yarn.lock +++ b/yarn.lock @@ -88,10 +88,10 @@ dependencies: prismjs "^1.28.0" -"@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== +"@astrojs/react@^2.1.1": + version "2.1.1" + resolved "https://registry.yarnpkg.com/@astrojs/react/-/react-2.1.1.tgz#33337d7dde99229a35ffea8cdac819975ca93d93" + integrity sha512-nIcDFnn5H4FKGoSBYXZr95RIQvpcTNRcVV1hvUQifO0F5hQsgb0PVyk6TG4JWxiPGY4Jt4MVQb5JaaDQHlHu4w== dependencies: "@babel/core" ">=7.0.0-0 <8.0.0" "@babel/plugin-transform-react-jsx" "^7.17.12"