From d7521696263bd4fb4419d48280fa951ea170ee6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 19:19:56 +0000 Subject: [PATCH] [Docs Site] Bump @astrojs/react from 4.2.1 to 4.2.2 Bumps [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) from 4.2.1 to 4.2.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.2.2/packages/integrations/react) --- updated-dependencies: - dependency-name: "@astrojs/react" dependency-type: direct:development 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 94b85fe89305220..dec22165aa80b49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@actions/github": "6.0.0", "@apidevtools/swagger-parser": "10.1.1", "@astrojs/check": "0.9.4", - "@astrojs/react": "4.2.1", + "@astrojs/react": "4.2.2", "@astrojs/rss": "4.0.11", "@astrojs/sitemap": "3.3.0", "@astrojs/starlight": "0.32.5", @@ -844,15 +844,15 @@ } }, "node_modules/@astrojs/react": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-4.2.1.tgz", - "integrity": "sha512-g0P6zxG7RPHNcbmMB15dJJ83+ApBVFBcgnf6BnMz/PVXM150Pa1vYKeuTcWhERqLNgmpI2uXuch5MecIhrUlqQ==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-4.2.2.tgz", + "integrity": "sha512-js5tP5/zKAcbzo5FBa5ykhiicBy3JMtzK1FP+vbu52AJA1us41OZnyjiujICC7TI/c8Ood0kNDJcgNRqrLQrnw==", "dev": true, "license": "MIT", "dependencies": { "@vitejs/plugin-react": "^4.3.4", "ultrahtml": "^1.5.3", - "vite": "^6.2.0" + "vite": "^6.2.3" }, "engines": { "node": "^18.17.1 || ^20.3.0 || >=22.0.0" diff --git a/package.json b/package.json index 864794c5b31a9b5..0f11ac7b1ba7719 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@actions/github": "6.0.0", "@apidevtools/swagger-parser": "10.1.1", "@astrojs/check": "0.9.4", - "@astrojs/react": "4.2.1", + "@astrojs/react": "4.2.2", "@astrojs/rss": "4.0.11", "@astrojs/sitemap": "3.3.0", "@astrojs/starlight": "0.32.5",