From c41bc07b114c9ae52fa7d4c967349f7a64674159 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 01:12:13 +0000 Subject: [PATCH] build(deps-dev): bump @astrojs/react from 3.0.2 to 3.0.4 Bumps [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) from 3.0.2 to 3.0.4. - [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.4/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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a9935b97..0a939689 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "tailwindcss": "^3.3.3" }, "devDependencies": { - "@astrojs/react": "^3.0.2", + "@astrojs/react": "^3.0.4", "@astrojs/sitemap": "^3.0.0", "@astrojs/tailwind": "^5.0.0", "@playwright/test": "^1.38.1", @@ -120,9 +120,9 @@ } }, "node_modules/@astrojs/react": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-3.0.2.tgz", - "integrity": "sha512-aooNIuQxTg+IWGMZPuIEwBeBi4/TCPCMsr3714zuLjAjukVd5ZrX/bCNxJqDWU4HNwUm4XFU1OhcEvYOHa5uMQ==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-3.0.4.tgz", + "integrity": "sha512-v+qltrm5nfqqm8C5ymYDBxrGlvNouRr+iCLcUWvNX65abVz8GzUqquhPQjmCTDXphn1Qc558Uxzc4s79l02skw==", "dev": true, "dependencies": { "@vitejs/plugin-react": "^4.0.4", @@ -9911,9 +9911,9 @@ } }, "@astrojs/react": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-3.0.2.tgz", - "integrity": "sha512-aooNIuQxTg+IWGMZPuIEwBeBi4/TCPCMsr3714zuLjAjukVd5ZrX/bCNxJqDWU4HNwUm4XFU1OhcEvYOHa5uMQ==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-3.0.4.tgz", + "integrity": "sha512-v+qltrm5nfqqm8C5ymYDBxrGlvNouRr+iCLcUWvNX65abVz8GzUqquhPQjmCTDXphn1Qc558Uxzc4s79l02skw==", "dev": true, "requires": { "@vitejs/plugin-react": "^4.0.4", diff --git a/package.json b/package.json index aa9693a6..ba24b7df 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "tailwindcss": "^3.3.3" }, "devDependencies": { - "@astrojs/react": "^3.0.2", + "@astrojs/react": "^3.0.4", "@astrojs/sitemap": "^3.0.0", "@astrojs/tailwind": "^5.0.0", "@playwright/test": "^1.38.1",