From 9f8ae831a0fb7c149bf5551f7ad32bc2ed23dc2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 00:01:04 +0000 Subject: [PATCH] build(deps-dev): bump @astrojs/react from 2.0.2 to 2.1.0 Bumps [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) from 2.0.2 to 2.1.0. - [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.0/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..5f8680e 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.0", "@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.0", + "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-2.1.0.tgz", + "integrity": "sha512-AzopsCVjsHlX1oVkgLusDRngnpJfoi03kj6c8p/K6+i/PQ3ZnVwRmJl7IgFBC2YJSbexyNxK2BmLvwkjGvQaCA==", "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.0", + "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-2.1.0.tgz", + "integrity": "sha512-AzopsCVjsHlX1oVkgLusDRngnpJfoi03kj6c8p/K6+i/PQ3ZnVwRmJl7IgFBC2YJSbexyNxK2BmLvwkjGvQaCA==", "dev": true, "requires": { "@babel/core": ">=7.0.0-0 <8.0.0", diff --git a/package.json b/package.json index 0179b7c..49675ac 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/react": "^2.0.2", + "@astrojs/react": "^2.1.0", "@chakra-ui/react": "^2.3.5", "@emotion/react": "^11.10.4", "@emotion/styled": "^11.10.5",