From df719c55da25a2e2cc4725ca37aef3f276d75623 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 20:59:28 +0000 Subject: [PATCH] fix(deps): bump @chakra-ui/react from 2.5.2 to 3.1.1 Bumps [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react) from 2.5.2 to 3.1.1. - [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.1.1/packages/react) --- updated-dependencies: - dependency-name: "@chakra-ui/react" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/package.json b/packages/frontend/package.json index f4671be32..54313ee1a 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -4,7 +4,7 @@ "description": "Insights Explorer Frontend", "private": true, "dependencies": { - "@chakra-ui/react": "2.5.2", + "@chakra-ui/react": "3.1.1", "@chakra-ui/theme": "2.2.4", "@chakra-ui/theme-tools": "2.1.2", "@emotion/react": "11.11.3",