From 843bd4e6b6fb00ecb076cc6746f1e2f72fe638a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:42:15 +0300 Subject: [PATCH] build(deps): bump @chakra-ui/icons from 2.1.1 to 2.2.4 in /ui (#71) Bumps [@chakra-ui/icons](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/components/icons) from 2.1.1 to 2.2.4. - [Release notes](https://github.com/chakra-ui/chakra-ui/releases) - [Changelog](https://github.com/chakra-ui/chakra-ui/blob/@chakra-ui/modal@2.2.4/CHANGELOG.md) - [Commits](https://github.com/chakra-ui/chakra-ui/commits/@chakra-ui/modal@2.2.4/packages/components/icons) --- updated-dependencies: - dependency-name: "@chakra-ui/icons" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/package-lock.json | 13 +++++-------- ui/package.json | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index faca5c5..eaceee9 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -8,7 +8,7 @@ "name": "swarm-cd-ui", "version": "0.0.0", "dependencies": { - "@chakra-ui/icons": "^2.1.1", + "@chakra-ui/icons": "^2.2.4", "@chakra-ui/react": "^2.8.2", "@emotion/react": "^11.13.0", "@emotion/styled": "^11.13.0", @@ -680,14 +680,11 @@ } }, "node_modules/@chakra-ui/icons": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@chakra-ui/icons/-/icons-2.1.1.tgz", - "integrity": "sha512-3p30hdo4LlRZTT5CwoAJq3G9fHI0wDc0pBaMHj4SUn0yomO+RcDRlzhdXqdr5cVnzax44sqXJVnf3oQG0eI+4g==", - "dependencies": { - "@chakra-ui/icon": "3.2.0" - }, + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/@chakra-ui/icons/-/icons-2.2.4.tgz", + "integrity": "sha512-l5QdBgwrAg3Sc2BRqtNkJpfuLw/pWRDwwT58J6c4PqQT6wzXxyNa8Q0PForu1ltB5qEiFb1kxr/F/HO1EwNa6g==", "peerDependencies": { - "@chakra-ui/system": ">=2.0.0", + "@chakra-ui/react": ">=2.0.0", "react": ">=18" } }, diff --git a/ui/package.json b/ui/package.json index d77ccd9..f7a9899 100644 --- a/ui/package.json +++ b/ui/package.json @@ -11,7 +11,7 @@ "preview": "vite preview" }, "dependencies": { - "@chakra-ui/icons": "^2.1.1", + "@chakra-ui/icons": "^2.2.4", "@chakra-ui/react": "^2.8.2", "@emotion/react": "^11.13.0", "@emotion/styled": "^11.13.0",