mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-27 00:40:58 +01:00
fix(deps): update dependency jotai to ^2.10.1 (#1295)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
df8f6d25d4
commit
ba81e5e35a
@@ -61,7 +61,7 @@
|
||||
"dotenv": "^16.4.5",
|
||||
"flag-icons": "^7.2.3",
|
||||
"glob": "^11.0.0",
|
||||
"jotai": "^2.10.0",
|
||||
"jotai": "^2.10.1",
|
||||
"mantine-react-table": "2.0.0-beta.7",
|
||||
"next": "^14.2.15",
|
||||
"postcss-preset-mantine": "^1.17.0",
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
"@mantine/hooks": "^7.13.2",
|
||||
"@mantine/spotlight": "^7.13.2",
|
||||
"@tabler/icons-react": "^3.19.0",
|
||||
"jotai": "^2.10.0",
|
||||
"jotai": "^2.10.1",
|
||||
"next": "^14.2.15",
|
||||
"react": "^18.3.1",
|
||||
"use-deep-compare-effect": "^1.8.1"
|
||||
|
||||
14
pnpm-lock.yaml
generated
14
pnpm-lock.yaml
generated
@@ -194,8 +194,8 @@ importers:
|
||||
specifier: ^11.0.0
|
||||
version: 11.0.0
|
||||
jotai:
|
||||
specifier: ^2.10.0
|
||||
version: 2.10.0(@types/react@18.3.11)(react@18.3.1)
|
||||
specifier: ^2.10.1
|
||||
version: 2.10.1(@types/react@18.3.11)(react@18.3.1)
|
||||
mantine-react-table:
|
||||
specifier: 2.0.0-beta.7
|
||||
version: 2.0.0-beta.7(@mantine/core@7.13.2(@mantine/hooks@7.13.2(react@18.3.1))(@types/react@18.3.11)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mantine/dates@7.13.2(@mantine/core@7.13.2(@mantine/hooks@7.13.2(react@18.3.1))(@types/react@18.3.11)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mantine/hooks@7.13.2(react@18.3.1))(dayjs@1.11.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mantine/hooks@7.13.2(react@18.3.1))(@tabler/icons-react@3.19.0(react@18.3.1))(clsx@2.1.1)(dayjs@1.11.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
@@ -1347,8 +1347,8 @@ importers:
|
||||
specifier: ^3.19.0
|
||||
version: 3.19.0(react@18.3.1)
|
||||
jotai:
|
||||
specifier: ^2.10.0
|
||||
version: 2.10.0(@types/react@18.3.11)(react@18.3.1)
|
||||
specifier: ^2.10.1
|
||||
version: 2.10.1(@types/react@18.3.11)(react@18.3.1)
|
||||
next:
|
||||
specifier: ^14.2.15
|
||||
version: 14.2.15(@babel/core@7.25.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.79.5)
|
||||
@@ -5571,8 +5571,8 @@ packages:
|
||||
jose@5.9.3:
|
||||
resolution: {integrity: sha512-egLIoYSpcd+QUF+UHgobt5YzI2Pkw/H39ou9suW687MY6PmCwPmkNV/4TNjn1p2tX5xO3j0d0sq5hiYE24bSlg==}
|
||||
|
||||
jotai@2.10.0:
|
||||
resolution: {integrity: sha512-8W4u0aRlOIwGlLQ0sqfl/c6+eExl5D8lZgAUolirZLktyaj4WnxO/8a0HEPmtriQAB6X5LMhXzZVmw02X0P0qQ==}
|
||||
jotai@2.10.1:
|
||||
resolution: {integrity: sha512-4FycO+BOTl2auLyF2Chvi6KTDqdsdDDtpaL/WHQMs8f3KS1E3loiUShQzAzFA/sMU5cJ0hz/RT1xum9YbG/zaA==}
|
||||
engines: {node: '>=12.20.0'}
|
||||
peerDependencies:
|
||||
'@types/react': '>=17.0.0'
|
||||
@@ -12203,7 +12203,7 @@ snapshots:
|
||||
|
||||
jose@5.9.3: {}
|
||||
|
||||
jotai@2.10.0(@types/react@18.3.11)(react@18.3.1):
|
||||
jotai@2.10.1(@types/react@18.3.11)(react@18.3.1):
|
||||
optionalDependencies:
|
||||
'@types/react': 18.3.11
|
||||
react: 18.3.1
|
||||
|
||||
Reference in New Issue
Block a user