From b33aab02be24a05e25a6d87e216d10de2365c902 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 00:50:51 +0000 Subject: [PATCH] Bump @astrojs/react from 3.0.10 to 3.1.0 Bumps [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) from 3.0.10 to 3.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@3.1.0/packages/integrations/react) --- updated-dependencies: - dependency-name: "@astrojs/react" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c7352fe..cbb5c7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "react-dom": "^18.2.0" }, "devDependencies": { - "@astrojs/react": "^3.0.10", + "@astrojs/react": "^3.1.0", "prettier": "^3.2.2", "prettier-plugin-astro": "^0.12.0", "sass": "^1.70.0", @@ -142,9 +142,9 @@ } }, "node_modules/@astrojs/react": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-3.0.10.tgz", - "integrity": "sha512-uGRIwKMAn7tva2vxXMyoVIGxWFr0rjZ8ZWIlkTG/vIpnAjD2nM8Cz6B8j7yzj176jvl6gZ6xTbTVPm09aeK0Yw==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-3.1.0.tgz", + "integrity": "sha512-KZhZyV+sUDZEjlrmPWNiPGeYowG9uq6/aMbCgVaeKEBlWT4Kg32TNwBOhZk6AcE4LY1l3mIwt3orUGE2JV96/g==", "dev": true, "dependencies": { "@vitejs/plugin-react": "^4.2.0", diff --git a/package.json b/package.json index c3b4f5f..3cd5d0d 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "react-dom": "^18.2.0" }, "devDependencies": { - "@astrojs/react": "^3.0.10", + "@astrojs/react": "^3.1.0", "prettier": "^3.2.2", "prettier-plugin-astro": "^0.12.0", "sass": "^1.70.0",