Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit 24a7fa8

Browse files
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] <support@github.com>
1 parent ad85ff2 commit 24a7fa8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@astrojs/node": "^5.1.0",
2323
"@astrojs/partytown": "^1.1.1",
2424
"@astrojs/prefetch": "^0.2.1",
25-
"@astrojs/react": "^2.0.2",
25+
"@astrojs/react": "^2.1.0",
2626
"@astrojs/tailwind": "^3.1.1",
2727
"@fortawesome/fontawesome-svg-core": "^6.2.1",
2828
"@fortawesome/free-brands-svg-icons": "^6.2.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@
8888
dependencies:
8989
prismjs "^1.28.0"
9090

91-
"@astrojs/react@^2.0.2":
92-
version "2.0.2"
93-
resolved "https://registry.yarnpkg.com/@astrojs/react/-/react-2.0.2.tgz#22e1dfb01f481dc2e6b58607f8b131a8754a2d91"
94-
integrity sha512-UmQNvzJul5M/Q9aZJXnqz4z0ODZXkLuaNvgsYoKB7OdM8c2v85FsTjMZZJ7BvFo4On31jJ0rL/gwTaCeuYqmpw==
91+
"@astrojs/react@^2.1.0":
92+
version "2.1.0"
93+
resolved "https://registry.yarnpkg.com/@astrojs/react/-/react-2.1.0.tgz#6b913baefa0d2a717bf5ff3d96ab299c7b0e4708"
94+
integrity sha512-AzopsCVjsHlX1oVkgLusDRngnpJfoi03kj6c8p/K6+i/PQ3ZnVwRmJl7IgFBC2YJSbexyNxK2BmLvwkjGvQaCA==
9595
dependencies:
9696
"@babel/core" ">=7.0.0-0 <8.0.0"
9797
"@babel/plugin-transform-react-jsx" "^7.17.12"

0 commit comments

Comments
 (0)