mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-27 00:40:58 +01:00
fix(deps): update dependency jotai to ^2.12.1 (#2354)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
602faf6221
commit
c59fbfc677
@@ -72,7 +72,7 @@
|
||||
"dotenv": "^16.4.7",
|
||||
"flag-icons": "^7.3.2",
|
||||
"glob": "^11.0.1",
|
||||
"jotai": "^2.12.0",
|
||||
"jotai": "^2.12.1",
|
||||
"mantine-react-table": "2.0.0-beta.9",
|
||||
"next": "15.1.7",
|
||||
"postcss-preset-mantine": "^1.17.0",
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
"@mantine/hooks": "^7.16.3",
|
||||
"@mantine/spotlight": "^7.16.3",
|
||||
"@tabler/icons-react": "^3.30.0",
|
||||
"jotai": "^2.12.0",
|
||||
"jotai": "^2.12.1",
|
||||
"next": "15.1.7",
|
||||
"react": "19.0.0",
|
||||
"react-dom": "19.0.0",
|
||||
|
||||
14
pnpm-lock.yaml
generated
14
pnpm-lock.yaml
generated
@@ -254,8 +254,8 @@ importers:
|
||||
specifier: ^11.0.1
|
||||
version: 11.0.1
|
||||
jotai:
|
||||
specifier: ^2.12.0
|
||||
version: 2.12.0(@types/react@19.0.10)(react@19.0.0)
|
||||
specifier: ^2.12.1
|
||||
version: 2.12.1(@types/react@19.0.10)(react@19.0.0)
|
||||
mantine-react-table:
|
||||
specifier: 2.0.0-beta.9
|
||||
version: 2.0.0-beta.9(@mantine/core@7.16.3(@mantine/hooks@7.16.3(react@19.0.0))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(@mantine/dates@7.16.3(@mantine/core@7.16.3(@mantine/hooks@7.16.3(react@19.0.0))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(@mantine/hooks@7.16.3(react@19.0.0))(dayjs@1.11.13)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(@mantine/hooks@7.16.3(react@19.0.0))(@tabler/icons-react@3.30.0(react@19.0.0))(clsx@2.1.1)(dayjs@1.11.13)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
|
||||
@@ -1740,8 +1740,8 @@ importers:
|
||||
specifier: ^3.30.0
|
||||
version: 3.30.0(react@19.0.0)
|
||||
jotai:
|
||||
specifier: ^2.12.0
|
||||
version: 2.12.0(@types/react@19.0.10)(react@19.0.0)
|
||||
specifier: ^2.12.1
|
||||
version: 2.12.1(@types/react@19.0.10)(react@19.0.0)
|
||||
next:
|
||||
specifier: 15.1.7
|
||||
version: 15.1.7(@babel/core@7.26.0)(@playwright/test@1.49.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.85.0)
|
||||
@@ -7095,8 +7095,8 @@ packages:
|
||||
jose@5.9.6:
|
||||
resolution: {integrity: sha512-AMlnetc9+CV9asI19zHmrgS/WYsWUwCn2R7RzlbJWD7F9eWYUTGyBmU9o6PxngtLGOiDGPRu+Uc4fhKzbpteZQ==}
|
||||
|
||||
jotai@2.12.0:
|
||||
resolution: {integrity: sha512-j5B4NmUw8gbuN7AG4NufWw00rfpm6hexL2CVhKD7juoP2YyD9FEUV5ar921JMvadyrxQhU1NpuKUL3QfsAlVpA==}
|
||||
jotai@2.12.1:
|
||||
resolution: {integrity: sha512-VUW0nMPYIru5g89tdxwr9ftiVdc/nGV9jvHISN8Ucx+m1vI9dBeHemfqYzEuw5XSkmYjD/MEyApN9k6yrATsZQ==}
|
||||
engines: {node: '>=12.20.0'}
|
||||
peerDependencies:
|
||||
'@types/react': '>=17.0.0'
|
||||
@@ -15542,7 +15542,7 @@ snapshots:
|
||||
|
||||
jose@5.9.6: {}
|
||||
|
||||
jotai@2.12.0(@types/react@19.0.10)(react@19.0.0):
|
||||
jotai@2.12.1(@types/react@19.0.10)(react@19.0.0):
|
||||
optionalDependencies:
|
||||
'@types/react': 19.0.10
|
||||
react: 19.0.0
|
||||
|
||||
Reference in New Issue
Block a user