Skip to content

Commit

Permalink
Bump @astrojs/react from 0.1.3 to 1.2.0
Browse files Browse the repository at this point in the history
Bumps [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) from 0.1.3 to 1.2.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@1.2.0/packages/integrations/react)

---
updated-dependencies:
- dependency-name: "@astrojs/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 29, 2024
1 parent 99a8428 commit 8ab3553
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
11 changes: 6 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@astrojs/preact": "^3.5.0",
"@astrojs/react": "^0.1.0",
"@astrojs/react": "^1.2.0",
"@astrojs/tailwind": "^1.0.1",
"@playwright/test": "^1.40.1",
"astro": "^4.10.3",
Expand Down
11 changes: 6 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,12 @@
dependencies:
prismjs "^1.29.0"

"@astrojs/react@^0.1.0":
version "0.1.3"
resolved "https://registry.npmjs.org/@astrojs/react/-/react-0.1.3.tgz"
integrity sha512-0CudcI3buiRQ1ZOxBCsscSGNJSTGUFEU4evZeGlrxND6nPskS3S1HcUIO9UpkHJayef54SbX5ABiLFftQznDuA==
"@astrojs/react@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@astrojs/react/-/react-1.2.0.tgz#8a927ec8e389a9c7208a131dea0593b412609f9c"
integrity sha512-UREteXiIaI7GDsPBgddtZpKAAUod+l/Baq+McY7gNs5w0aqDmHBzwoBZURPLklJXGAjZ/YBvrVtpiJrahEardA==
dependencies:
"@babel/core" ">=7.0.0-0 <8.0.0"
"@babel/plugin-transform-react-jsx" "^7.17.12"

"@astrojs/tailwind@^1.0.1":
Expand Down Expand Up @@ -258,7 +259,7 @@
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.7.tgz#d23bbea508c3883ba8251fb4164982c36ea577ed"
integrity sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==

"@babel/core@^7.22.1", "@babel/core@^7.23.0", "@babel/core@^7.24.6", "@babel/core@^7.24.7":
"@babel/core@>=7.0.0-0 <8.0.0", "@babel/core@^7.22.1", "@babel/core@^7.23.0", "@babel/core@^7.24.6", "@babel/core@^7.24.7":
version "7.24.7"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.7.tgz#b676450141e0b52a3d43bc91da86aa608f950ac4"
integrity sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==
Expand Down

0 comments on commit 8ab3553

Please sign in to comment.