From 6de5a000080ea0846926dff7fc5a798348a17d05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 00:08:36 +0000 Subject: [PATCH] build(deps-dev): bump @astrojs/react from 2.0.2 to 2.1.1 Bumps [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) from 2.0.2 to 2.1.1. - [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@2.1.1/packages/integrations/react) --- updated-dependencies: - dependency-name: "@astrojs/react" dependency-type: direct:development update-type: version-update:semver-minor ... 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 2f58a7f..e488e8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "hea-website", "version": "1.0.0", "devDependencies": { - "@astrojs/react": "^2.0.2", + "@astrojs/react": "^2.1.1", "@chakra-ui/react": "^2.3.5", "@emotion/react": "^11.10.4", "@emotion/styled": "^11.10.5", @@ -137,9 +137,9 @@ } }, "node_modules/@astrojs/react": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-2.0.2.tgz", - "integrity": "sha512-UmQNvzJul5M/Q9aZJXnqz4z0ODZXkLuaNvgsYoKB7OdM8c2v85FsTjMZZJ7BvFo4On31jJ0rL/gwTaCeuYqmpw==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-2.1.1.tgz", + "integrity": "sha512-nIcDFnn5H4FKGoSBYXZr95RIQvpcTNRcVV1hvUQifO0F5hQsgb0PVyk6TG4JWxiPGY4Jt4MVQb5JaaDQHlHu4w==", "dev": true, "dependencies": { "@babel/core": ">=7.0.0-0 <8.0.0", @@ -9427,9 +9427,9 @@ } }, "@astrojs/react": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-2.0.2.tgz", - "integrity": "sha512-UmQNvzJul5M/Q9aZJXnqz4z0ODZXkLuaNvgsYoKB7OdM8c2v85FsTjMZZJ7BvFo4On31jJ0rL/gwTaCeuYqmpw==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-2.1.1.tgz", + "integrity": "sha512-nIcDFnn5H4FKGoSBYXZr95RIQvpcTNRcVV1hvUQifO0F5hQsgb0PVyk6TG4JWxiPGY4Jt4MVQb5JaaDQHlHu4w==", "dev": true, "requires": { "@babel/core": ">=7.0.0-0 <8.0.0", diff --git a/package.json b/package.json index 0179b7c..490f967 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/react": "^2.0.2", + "@astrojs/react": "^2.1.1", "@chakra-ui/react": "^2.3.5", "@emotion/react": "^11.10.4", "@emotion/styled": "^11.10.5",