⬆ Bump @chakra-ui/react from 3.8.0 to 3.26.0 in /frontend (#1796)

* ⬆ Bump @chakra-ui/react from 3.8.0 to 3.26.0 in /frontend

Bumps [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react) from 3.8.0 to 3.26.0.
- [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.26.0/packages/react)

---
updated-dependencies:
- dependency-name: "@chakra-ui/react"
  dependency-version: 3.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* ⬆ Bump @chakra-ui/react from 3.8.0 to 3.26.0 in /frontend

Bumps [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react) from 3.8.0 to 3.26.0.
- [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.26.0/packages/react)

---
updated-dependencies:
- dependency-name: "@chakra-ui/react"
  dependency-version: 3.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update

* Revert "Merge master"

This reverts commit d5e00fac5ec348e96cd132e2ba5c1f7429737b03, reversing
changes made to a5b7289c7ca8db865f1b56752ad27ecf8796fed2.

* Fix

* Fix

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: User <alejsdev@gmail.com>
Co-authored-by: Alejandra <90076947+alejsdev@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-09-08 00:36:47 +02:00
committed by GitHub
parent 5da9b867c4
commit eb0b2c2f45
3 changed files with 1281 additions and 1158 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -11,7 +11,7 @@
"generate-client": "openapi-ts"
},
"dependencies": {
"@chakra-ui/react": "^3.8.0",
"@chakra-ui/react": "^3.26.0",
"@emotion/react": "^11.14.0",
"@tanstack/react-query": "^5.28.14",
"@tanstack/react-query-devtools": "^5.87.1",

View File

@@ -14,7 +14,7 @@ const Appearance = () => {
</Heading>
<RadioGroup
onValueChange={(e) => setTheme(e.value)}
onValueChange={(e) => setTheme(e.value ?? "system")}
value={theme}
colorPalette="teal"
>