From 0d0ad4dd5c5df685dcbcb66f603ff5ffd4112d2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 07:02:40 +0000 Subject: [PATCH] chore(deps): bump @chakra-ui/react from 2.10.2 to 2.10.3 Bumps [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/components/react) from 2.10.2 to 2.10.3. - [Release notes](https://github.com/chakra-ui/chakra-ui/releases) - [Commits](https://github.com/chakra-ui/chakra-ui/commits/HEAD/packages/components/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 | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index ea5c4edee..b38fc17dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/check": "^0.3.1", "@astrojs/react": "^3.6.2", "@astrojs/vue": "^4.5.2", - "@chakra-ui/react": "^2.10.2", + "@chakra-ui/react": "^2.10.3", "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@fontsource/ibm-plex-mono": "^5.1.0", @@ -1032,12 +1032,12 @@ } }, "node_modules/@chakra-ui/react": { - "version": "2.10.2", - "resolved": "https://registry.npmjs.org/@chakra-ui/react/-/react-2.10.2.tgz", - "integrity": "sha512-TfIHTqTlxTHYJZBtpiR5EZasPUrLYKJxdbHkdOJb5G1OQ+2c5kKl5XA7c2pMtsEptzb7KxAAIB62t3hxdfWp1w==", + "version": "2.10.3", + "resolved": "https://registry.npmjs.org/@chakra-ui/react/-/react-2.10.3.tgz", + "integrity": "sha512-oWmGGzzKWBfoB3hrrQxWwFirlxJXGdk3v4SLnLPPYRy9IMibmQM5rAUJ/NxZum1mrYGP5lo7DHcIWDfV2A3ubw==", "dependencies": { "@chakra-ui/hooks": "2.4.2", - "@chakra-ui/styled-system": "2.11.2", + "@chakra-ui/styled-system": "2.12.0", "@chakra-ui/theme": "3.4.6", "@chakra-ui/utils": "2.2.2", "@popperjs/core": "^2.11.8", @@ -1056,9 +1056,9 @@ } }, "node_modules/@chakra-ui/styled-system": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@chakra-ui/styled-system/-/styled-system-2.11.2.tgz", - "integrity": "sha512-y++z2Uop+hjfZX9mbH88F1ikazPv32asD2er56zMJBemUAzweXnHTpiCQbluEDSUDhqmghVZAdb+5L4XLbsRxA==", + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/@chakra-ui/styled-system/-/styled-system-2.12.0.tgz", + "integrity": "sha512-zoqLw1I2y4GlZ0LDoyw8o0JjoDOW6u0IwFPAoHuw0UMbP8glHUGvwEL1STug/i/GzBKw83yoF6ae41HIQvhMww==", "dependencies": { "@chakra-ui/utils": "2.2.2", "csstype": "^3.1.2" diff --git a/package.json b/package.json index 2feb14bd2..679fe6fb2 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@astrojs/check": "^0.3.1", "@astrojs/react": "^3.6.2", "@astrojs/vue": "^4.5.2", - "@chakra-ui/react": "^2.10.2", + "@chakra-ui/react": "^2.10.3", "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@fontsource/ibm-plex-mono": "^5.1.0",