mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-27 00:40:58 +01:00
fix(deps): update dependency jotai to ^2.9.1 (#858)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
47834d4288
commit
fc5f02b022
@@ -56,7 +56,7 @@
|
||||
"dotenv": "^16.4.5",
|
||||
"flag-icons": "^7.2.3",
|
||||
"glob": "^11.0.0",
|
||||
"jotai": "^2.9.0",
|
||||
"jotai": "^2.9.1",
|
||||
"mantine-react-table": "2.0.0-beta.6",
|
||||
"next": "^14.2.5",
|
||||
"postcss-preset-mantine": "^1.17.0",
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
"@mantine/hooks": "^7.11.2",
|
||||
"@mantine/spotlight": "^7.11.2",
|
||||
"@tabler/icons-react": "^3.11.0",
|
||||
"jotai": "^2.9.0",
|
||||
"jotai": "^2.9.1",
|
||||
"next": "^14.2.5",
|
||||
"react": "^18.3.1",
|
||||
"use-deep-compare-effect": "^1.8.1"
|
||||
|
||||
14
pnpm-lock.yaml
generated
14
pnpm-lock.yaml
generated
@@ -177,8 +177,8 @@ importers:
|
||||
specifier: ^11.0.0
|
||||
version: 11.0.0
|
||||
jotai:
|
||||
specifier: ^2.9.0
|
||||
version: 2.9.0(@types/react@18.3.3)(react@18.3.1)
|
||||
specifier: ^2.9.1
|
||||
version: 2.9.1(@types/react@18.3.3)(react@18.3.1)
|
||||
mantine-react-table:
|
||||
specifier: 2.0.0-beta.6
|
||||
version: 2.0.0-beta.6(@mantine/core@7.11.2(@mantine/hooks@7.11.2(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mantine/dates@7.11.2(@mantine/core@7.11.2(@mantine/hooks@7.11.2(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mantine/hooks@7.11.2(react@18.3.1))(dayjs@1.11.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mantine/hooks@7.11.2(react@18.3.1))(@tabler/icons-react@3.11.0(react@18.3.1))(clsx@2.1.1)(dayjs@1.11.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
@@ -1110,8 +1110,8 @@ importers:
|
||||
specifier: ^3.11.0
|
||||
version: 3.11.0(react@18.3.1)
|
||||
jotai:
|
||||
specifier: ^2.9.0
|
||||
version: 2.9.0(@types/react@18.3.3)(react@18.3.1)
|
||||
specifier: ^2.9.1
|
||||
version: 2.9.1(@types/react@18.3.3)(react@18.3.1)
|
||||
next:
|
||||
specifier: ^14.2.5
|
||||
version: 14.2.5(@babel/core@7.24.6)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.77.8)
|
||||
@@ -4691,8 +4691,8 @@ packages:
|
||||
jose@5.2.2:
|
||||
resolution: {integrity: sha512-/WByRr4jDcsKlvMd1dRJnPfS1GVO3WuKyaurJ/vvXcOaUQO8rnNObCQMlv/5uCceVQIq5Q4WLF44ohsdiTohdg==}
|
||||
|
||||
jotai@2.9.0:
|
||||
resolution: {integrity: sha512-MioTpMvR78IGfJ+W8EwQj3kwTkb+u0reGnTyg3oJZMWK9rK9v8NBSC9Rhrg9jrrFYA6bGZtzJa96zsuAYF6W3w==}
|
||||
jotai@2.9.1:
|
||||
resolution: {integrity: sha512-t4Q7FIqQB3N/1art4OcqdlEtPmQ2h4DNIzTFhvt06WE0kCpQ1QoG+1A1IGTaQBi2KdDRsnywj+ojmHHKgw6PDA==}
|
||||
engines: {node: '>=12.20.0'}
|
||||
peerDependencies:
|
||||
'@types/react': '>=17.0.0'
|
||||
@@ -10207,7 +10207,7 @@ snapshots:
|
||||
|
||||
jose@5.2.2: {}
|
||||
|
||||
jotai@2.9.0(@types/react@18.3.3)(react@18.3.1):
|
||||
jotai@2.9.1(@types/react@18.3.3)(react@18.3.1):
|
||||
optionalDependencies:
|
||||
'@types/react': 18.3.3
|
||||
react: 18.3.1
|
||||
|
||||
Reference in New Issue
Block a user