From 4c1be046274b7c384497a67316d331e5f4c56e1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 00:34:00 +0000 Subject: [PATCH] fix(deps): update dependency @astrojs/react to v3.0.9 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 40e15c766..13231512f 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@astrojs/lit": "4.0.1", "@astrojs/netlify": "4.0.1", "@astrojs/prefetch": "0.4.1", - "@astrojs/react": "3.0.8", + "@astrojs/react": "3.0.9", "@astrojs/svelte": "5.0.3", "@astrojs/tailwind": "5.0.4", "@astrojs/vercel": "6.1.0", diff --git a/yarn.lock b/yarn.lock index 524a595ad..d88316377 100644 --- a/yarn.lock +++ b/yarn.lock @@ -133,10 +133,10 @@ dependencies: prismjs "^1.29.0" -"@astrojs/react@3.0.8": - version "3.0.8" - resolved "https://registry.yarnpkg.com/@astrojs/react/-/react-3.0.8.tgz#a1693bc8151047836ca71e0fc28488d74aae7192" - integrity sha512-EiIWgiRmw4rAxl2+AUK9VBdKvQrOgG/33dTeP+CX3iPzvlx51deaaHwlJIqEQCIIc6qgaIrXEhsJh8NyG9mxJQ== +"@astrojs/react@3.0.9": + version "3.0.9" + resolved "https://registry.yarnpkg.com/@astrojs/react/-/react-3.0.9.tgz#2ca7240c884d403b13d83e938f277b981376c523" + integrity sha512-31J5yF5p9yBFV1axBooLA9PB4B2+MYm7swWhtlezSsJiUNXRFo5Is9qI3teJ7cKgmaCv+ZA593Smskko0NGaDQ== dependencies: "@vitejs/plugin-react" "^4.2.0" ultrahtml "^1.3.0"