From 8ab3553dbcf27c2d8131f491591d8996df86c51f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 02:57:14 +0000 Subject: [PATCH] Bump @astrojs/react from 0.1.3 to 1.2.0 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] --- package-lock.json | 11 ++++++----- package.json | 2 +- yarn.lock | 11 ++++++----- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index deba39e..ac68e4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,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", @@ -303,15 +303,16 @@ } }, "node_modules/@astrojs/react": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-0.1.3.tgz", - "integrity": "sha512-0CudcI3buiRQ1ZOxBCsscSGNJSTGUFEU4evZeGlrxND6nPskS3S1HcUIO9UpkHJayef54SbX5ABiLFftQznDuA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-1.2.0.tgz", + "integrity": "sha512-UREteXiIaI7GDsPBgddtZpKAAUod+l/Baq+McY7gNs5w0aqDmHBzwoBZURPLklJXGAjZ/YBvrVtpiJrahEardA==", "dev": true, "dependencies": { + "@babel/core": ">=7.0.0-0 <8.0.0", "@babel/plugin-transform-react-jsx": "^7.17.12" }, "engines": { - "node": "^14.15.0 || >=16.0.0" + "node": "^14.18.0 || >=16.12.0" }, "peerDependencies": { "react": "^17.0.2 || ^18.0.0", diff --git a/package.json b/package.json index 607e0c6..93d1ad3 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index f93de67..f24cbe4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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": @@ -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==