From 442622b66d5b862c9989617b6e47fb760057dd52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 11:39:46 +0000 Subject: [PATCH] Bump @astrojs/react from 3.0.7 to 3.0.10 (#904) Bumps [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) from 3.0.7 to 3.0.10. - [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.0.10/packages/integrations/react) --- updated-dependencies: - dependency-name: "@astrojs/react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 1bfce32f..58890958 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@astrojs/check": "^0.3.2", - "@astrojs/react": "^3.0.7", + "@astrojs/react": "^3.0.10", "@astrojs/rss": "^4.0.5", "@astrojs/sitemap": "^3.1.1", "@coingecko/cryptoformat": "^0.8.0", @@ -224,9 +224,9 @@ } }, "node_modules/@astrojs/react": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-3.0.7.tgz", - "integrity": "sha512-MpjuFw7YGta44OaQExKVCWyXjujUtUsp5Nst/wIjRHbkmBBlypdj+MF9/xqjsYM+vjcrByOGupmluRrFQO67YQ==", + "version": "3.0.10", + "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-3.0.10.tgz", + "integrity": "sha512-uGRIwKMAn7tva2vxXMyoVIGxWFr0rjZ8ZWIlkTG/vIpnAjD2nM8Cz6B8j7yzj176jvl6gZ6xTbTVPm09aeK0Yw==", "dependencies": { "@vitejs/plugin-react": "^4.2.0", "ultrahtml": "^1.3.0" diff --git a/package.json b/package.json index 98d393e6..eb9a7a3d 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ }, "dependencies": { "@astrojs/check": "^0.3.2", - "@astrojs/react": "^3.0.7", + "@astrojs/react": "^3.0.10", "@astrojs/rss": "^4.0.5", "@astrojs/sitemap": "^3.1.1", "@coingecko/cryptoformat": "^0.8.0",