From a437f5e4ddc32b56e2316453867edcef810b5ee5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 01:47:37 +0000 Subject: [PATCH] Bump @chakra-ui/react from 3.0.0 to 3.0.2 Bumps [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react) from 3.0.0 to 3.0.2. - [Release notes](https://github.com/chakra-ui/chakra-ui/releases) - [Changelog](https://github.com/chakra-ui/chakra-ui/blob/main/packages/react/CHANGELOG.md) - [Commits](https://github.com/chakra-ui/chakra-ui/commits/@chakra-ui/react@3.0.2/packages/react) --- updated-dependencies: - dependency-name: "@chakra-ui/react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6ac8a9d..8ca8eea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@chakra-ui/icons": "^2.2.4", - "@chakra-ui/react": "^3.0.0", + "@chakra-ui/react": "^3.0.2", "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@testing-library/jest-dom": "^6.6.2", @@ -2958,9 +2958,9 @@ } }, "node_modules/@chakra-ui/react": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@chakra-ui/react/-/react-3.0.0.tgz", - "integrity": "sha512-Fe2bd97AS4hYJAi2AnypaJV6JtObybOs21AV8zIOyK/TIUJbMp3hVQP+5RsP+7lkizUGdQ2pigXyUYPwD0Kh5Q==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@chakra-ui/react/-/react-3.0.2.tgz", + "integrity": "sha512-xfW0tGCLJSvNkMFrz4zyjvImugwVb4gYvsGOT9hISMhDvh20ciS3WEI8S+jia4ytkl5yI4H0KPyuMjQt/gM69Q==", "dependencies": { "@ark-ui/anatomy": "3.5.0", "@ark-ui/react": "4.1.2", diff --git a/package.json b/package.json index edd0bdd..ebcff2b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@chakra-ui/icons": "^2.2.4", - "@chakra-ui/react": "^3.0.0", + "@chakra-ui/react": "^3.0.2", "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@testing-library/jest-dom": "^6.6.2",