From 30e78db900d2ab93f4deed855efedeb8168da9c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 15:18:54 +0000 Subject: [PATCH] chore(deps): bump @astrojs/react from 4.1.0 to 4.1.2 Bumps [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) from 4.1.0 to 4.1.2. - [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@4.1.2/packages/integrations/react) --- updated-dependencies: - dependency-name: "@astrojs/react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 06b67ad..4bfee0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/netlify": "^6.0.1", - "@astrojs/react": "^4.1.0", + "@astrojs/react": "^4.1.2", "@astrojs/tailwind": "^5.1.2", "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2", @@ -598,13 +598,13 @@ } }, "node_modules/@astrojs/react": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-4.1.0.tgz", - "integrity": "sha512-8F0ncvcCexVeQZMwPouLSFuzCK1KXUIYQ57lW3ZG2p7B5DGAajXGanb/CGF7MMSpX8Z0t9sELQqLHOCV/+78Ig==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-4.1.2.tgz", + "integrity": "sha512-Slw8Bho50w1+rYnSnDl5PDAUikSOEItx5DEJU5OgmarTirBr1audIb2DgC8faAGcGkq5WhuUVsSiq/TmSORlwA==", "dependencies": { "@vitejs/plugin-react": "^4.3.4", "ultrahtml": "^1.5.3", - "vite": "^6.0.1" + "vite": "^6.0.5" }, "engines": { "node": "^18.17.1 || ^20.3.0 || >=22.0.0" diff --git a/package.json b/package.json index 8912544..fb7c4ff 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/netlify": "^6.0.1", - "@astrojs/react": "^4.1.0", + "@astrojs/react": "^4.1.2", "@astrojs/tailwind": "^5.1.2", "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2",