mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-28 01:10:54 +01:00
fix(deps): update mantine monorepo to ^7.6.2 (#221)
* fix(deps): update mantine monorepo to ^7.6.2 * fix: lint issue as use-element-size ref is typed correctly again * fix: remove unnecessary type convertion --------- Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com> Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
committed by
GitHub
parent
b63b2c8e90
commit
fc29db0151
@@ -27,10 +27,10 @@
|
||||
"@homarr/ui": "workspace:^0.1.0",
|
||||
"@homarr/validation": "workspace:^0.1.0",
|
||||
"@homarr/widgets": "workspace:^0.1.0",
|
||||
"@mantine/colors-generator": "^7.6.1",
|
||||
"@mantine/hooks": "^7.6.1",
|
||||
"@mantine/modals": "^7.6.1",
|
||||
"@mantine/tiptap": "^7.6.1",
|
||||
"@mantine/colors-generator": "^7.6.2",
|
||||
"@mantine/hooks": "^7.6.2",
|
||||
"@mantine/modals": "^7.6.2",
|
||||
"@mantine/tiptap": "^7.6.2",
|
||||
"@t3-oss/env-nextjs": "^0.9.2",
|
||||
"@tanstack/react-query": "^5.27.5",
|
||||
"@tanstack/react-query-devtools": "^5.27.8",
|
||||
|
||||
@@ -37,7 +37,6 @@ interface Props {
|
||||
|
||||
export const SectionContent = ({ items, refs }: Props) => {
|
||||
const board = useRequiredBoard();
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
||||
const { ref, width, height } = useElementSize<HTMLDivElement>();
|
||||
|
||||
return (
|
||||
@@ -59,7 +58,7 @@ export const SectionContent = ({ items, refs }: Props) => {
|
||||
ref={refs.items.current[item.id] as RefObject<HTMLDivElement>}
|
||||
>
|
||||
<Card
|
||||
ref={ref as RefObject<HTMLDivElement>}
|
||||
ref={ref}
|
||||
className={cx(classes.itemCard, "grid-stack-item-content")}
|
||||
withBorder
|
||||
styles={{
|
||||
|
||||
@@ -33,6 +33,6 @@
|
||||
},
|
||||
"prettier": "@homarr/prettier-config",
|
||||
"dependencies": {
|
||||
"@mantine/form": "^7.6.1"
|
||||
"@mantine/form": "^7.6.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
"typescript": "^5.4.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mantine/notifications": "^7.6.1",
|
||||
"@mantine/notifications": "^7.6.2",
|
||||
"@homarr/ui": "workspace:^0.1.0"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
},
|
||||
"prettier": "@homarr/prettier-config",
|
||||
"dependencies": {
|
||||
"@mantine/spotlight": "^7.6.1",
|
||||
"@mantine/spotlight": "^7.6.2",
|
||||
"@homarr/ui": "workspace:^0.1.0",
|
||||
"@homarr/translation": "workspace:^0.1.0"
|
||||
}
|
||||
|
||||
@@ -35,8 +35,8 @@
|
||||
},
|
||||
"prettier": "@homarr/prettier-config",
|
||||
"dependencies": {
|
||||
"@mantine/core": "^7.6.1",
|
||||
"@mantine/dates": "^7.6.1",
|
||||
"@mantine/core": "^7.6.2",
|
||||
"@mantine/dates": "^7.6.2",
|
||||
"@tabler/icons-react": "^3.0.1",
|
||||
"mantine-react-table": "2.0.0-beta.0"
|
||||
}
|
||||
|
||||
188
pnpm-lock.yaml
generated
188
pnpm-lock.yaml
generated
@@ -178,17 +178,17 @@ importers:
|
||||
specifier: workspace:^0.1.0
|
||||
version: link:../../packages/widgets
|
||||
'@mantine/colors-generator':
|
||||
specifier: ^7.6.1
|
||||
version: 7.6.1(chroma-js@2.4.2)
|
||||
specifier: ^7.6.2
|
||||
version: 7.6.2(chroma-js@2.4.2)
|
||||
'@mantine/hooks':
|
||||
specifier: ^7.6.1
|
||||
version: 7.6.1(react@18.2.0)
|
||||
specifier: ^7.6.2
|
||||
version: 7.6.2(react@18.2.0)
|
||||
'@mantine/modals':
|
||||
specifier: ^7.6.1
|
||||
version: 7.6.1(@mantine/hooks@7.6.1)(react-dom@18.2.0)(react@18.2.0)
|
||||
specifier: ^7.6.2
|
||||
version: 7.6.2(@mantine/core@7.6.2)(@mantine/hooks@7.6.2)(react-dom@18.2.0)(react@18.2.0)
|
||||
'@mantine/tiptap':
|
||||
specifier: ^7.6.1
|
||||
version: 7.6.1(@mantine/hooks@7.6.1)(@tiptap/extension-link@2.2.4)(@tiptap/react@2.2.4)(react-dom@18.2.0)(react@18.2.0)
|
||||
specifier: ^7.6.2
|
||||
version: 7.6.2(@mantine/core@7.6.2)(@mantine/hooks@7.6.2)(@tiptap/extension-link@2.2.4)(@tiptap/react@2.2.4)(react-dom@18.2.0)(react@18.2.0)
|
||||
'@t3-oss/env-nextjs':
|
||||
specifier: ^0.9.2
|
||||
version: 0.9.2(typescript@5.4.2)(zod@3.22.4)
|
||||
@@ -233,7 +233,7 @@ importers:
|
||||
version: 2.7.0(@types/react@18.2.65)(react@18.2.0)
|
||||
mantine-modal-manager:
|
||||
specifier: ^7.6.2
|
||||
version: 7.6.2(@mantine/hooks@7.6.1)(react-dom@18.2.0)(react@18.2.0)
|
||||
version: 7.6.2(@mantine/core@7.6.2)(@mantine/hooks@7.6.2)(react-dom@18.2.0)(react@18.2.0)
|
||||
next:
|
||||
specifier: ^14.1.3
|
||||
version: 14.1.3(@babel/core@7.23.9)(react-dom@18.2.0)(react@18.2.0)(sass@1.71.1)
|
||||
@@ -486,8 +486,8 @@ importers:
|
||||
packages/form:
|
||||
dependencies:
|
||||
'@mantine/form':
|
||||
specifier: ^7.6.1
|
||||
version: 7.6.1(react@18.2.0)
|
||||
specifier: ^7.6.2
|
||||
version: 7.6.2(react@18.2.0)
|
||||
devDependencies:
|
||||
'@homarr/eslint-config':
|
||||
specifier: workspace:^0.2.0
|
||||
@@ -533,8 +533,8 @@ importers:
|
||||
specifier: workspace:^0.1.0
|
||||
version: link:../ui
|
||||
'@mantine/notifications':
|
||||
specifier: ^7.6.1
|
||||
version: 7.6.1(@mantine/core@7.6.1)(@mantine/hooks@7.6.1)(react-dom@18.2.0)(react@18.2.0)
|
||||
specifier: ^7.6.2
|
||||
version: 7.6.2(@mantine/core@7.6.2)(@mantine/hooks@7.6.2)(react-dom@18.2.0)(react@18.2.0)
|
||||
devDependencies:
|
||||
'@homarr/eslint-config':
|
||||
specifier: workspace:^0.2.0
|
||||
@@ -561,8 +561,8 @@ importers:
|
||||
specifier: workspace:^0.1.0
|
||||
version: link:../ui
|
||||
'@mantine/spotlight':
|
||||
specifier: ^7.6.1
|
||||
version: 7.6.1(@mantine/core@7.6.1)(@mantine/hooks@7.6.1)(react-dom@18.2.0)(react@18.2.0)
|
||||
specifier: ^7.6.2
|
||||
version: 7.6.2(@mantine/core@7.6.2)(@mantine/hooks@7.6.2)(react-dom@18.2.0)(react@18.2.0)
|
||||
devDependencies:
|
||||
'@homarr/eslint-config':
|
||||
specifier: workspace:^0.2.0
|
||||
@@ -605,17 +605,17 @@ importers:
|
||||
packages/ui:
|
||||
dependencies:
|
||||
'@mantine/core':
|
||||
specifier: ^7.6.1
|
||||
version: 7.6.1(@mantine/hooks@7.6.1)(react-dom@18.2.0)(react@18.2.0)
|
||||
specifier: ^7.6.2
|
||||
version: 7.6.2(@mantine/hooks@7.6.2)(@types/react@18.2.65)(react-dom@18.2.0)(react@18.2.0)
|
||||
'@mantine/dates':
|
||||
specifier: ^7.6.1
|
||||
version: 7.6.1(@mantine/core@7.6.1)(@mantine/hooks@7.6.1)(dayjs@1.11.10)(react-dom@18.2.0)(react@18.2.0)
|
||||
specifier: ^7.6.2
|
||||
version: 7.6.2(@mantine/core@7.6.2)(@mantine/hooks@7.6.2)(dayjs@1.11.10)(react-dom@18.2.0)(react@18.2.0)
|
||||
'@tabler/icons-react':
|
||||
specifier: ^3.0.1
|
||||
version: 3.0.1(react@18.2.0)
|
||||
mantine-react-table:
|
||||
specifier: 2.0.0-beta.0
|
||||
version: 2.0.0-beta.0(@mantine/core@7.6.1)(@mantine/dates@7.6.1)(@mantine/hooks@7.6.1)(@tabler/icons-react@3.0.1)(clsx@2.1.0)(dayjs@1.11.10)(react-dom@18.2.0)(react@18.2.0)
|
||||
version: 2.0.0-beta.0(@mantine/core@7.6.2)(@mantine/dates@7.6.2)(@mantine/hooks@7.6.2)(@tabler/icons-react@3.0.1)(clsx@2.1.0)(dayjs@1.11.10)(react-dom@18.2.0)(react@18.2.0)
|
||||
devDependencies:
|
||||
'@homarr/eslint-config':
|
||||
specifier: workspace:^0.2.0
|
||||
@@ -1737,53 +1737,53 @@ packages:
|
||||
resolution: {integrity: sha512-Z7C/xXCiGWsg0KuKsHTKJxbWhpI3Vs5GwLfOean7MGyVFGqdRgBbAjOCh6u4bbjPc/8MJ2pZmK/0DLdCbivLDA==}
|
||||
engines: {node: '>=8'}
|
||||
|
||||
/@mantine/colors-generator@7.6.1(chroma-js@2.4.2):
|
||||
resolution: {integrity: sha512-VRuHs1ZKU079WbJiH4xS8Sdm1+aStMVLk+nM6G/mpkuyx+w3nruCfv7kL5cUKRlk90JgdP4omULVaSVTmD1teA==}
|
||||
/@mantine/colors-generator@7.6.2(chroma-js@2.4.2):
|
||||
resolution: {integrity: sha512-2hb0HSd07hmmcs+ZXQdjk+kbTBOzgBPKQEpgMqtcQ2gicuJVUzDavKlbuhesWZ9SCkL1X85S7hzWZ/nhGynGsQ==}
|
||||
peerDependencies:
|
||||
chroma-js: ^2.4.2
|
||||
dependencies:
|
||||
chroma-js: 2.4.2
|
||||
dev: false
|
||||
|
||||
/@mantine/core@7.6.1(@mantine/hooks@7.6.1)(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-52BgYXAMD+E6vDiGIGOJlLBc0pdT2+gzrB0g+v7c7xeiNXqHEG5cEplLErfNBHh9kMQHiDHCiCb5Su9jqoUlXw==}
|
||||
/@mantine/core@7.6.2(@mantine/hooks@7.6.2)(@types/react@18.2.65)(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-qmZhmQVc7ZZ8EKKhPkGuZbfBnLXR0xE45ikxfx+1E6/8hLY5Ypr4nWqh5Pk6p3b+K71yYnBqlbNXbtHLQH0h3g==}
|
||||
peerDependencies:
|
||||
'@mantine/hooks': 7.6.1
|
||||
'@mantine/hooks': 7.6.2
|
||||
react: ^18.2.0
|
||||
react-dom: ^18.2.0
|
||||
dependencies:
|
||||
'@floating-ui/react': 0.26.9(react-dom@18.2.0)(react@18.2.0)
|
||||
'@mantine/hooks': 7.6.1(react@18.2.0)
|
||||
'@mantine/hooks': 7.6.2(react@18.2.0)
|
||||
clsx: 2.1.0
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0(react@18.2.0)
|
||||
react-number-format: 5.3.1(react-dom@18.2.0)(react@18.2.0)
|
||||
react-remove-scroll: 2.5.7(react@18.2.0)
|
||||
react-textarea-autosize: 8.5.3(react@18.2.0)
|
||||
type-fest: 3.13.1
|
||||
react-remove-scroll: 2.5.7(@types/react@18.2.65)(react@18.2.0)
|
||||
react-textarea-autosize: 8.5.3(@types/react@18.2.65)(react@18.2.0)
|
||||
type-fest: 4.12.0
|
||||
transitivePeerDependencies:
|
||||
- '@types/react'
|
||||
dev: false
|
||||
|
||||
/@mantine/dates@7.6.1(@mantine/core@7.6.1)(@mantine/hooks@7.6.1)(dayjs@1.11.10)(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-xHe5sINtFuqptmZCXfp0aeurC8wjiycBzHvk87CqfhLIGWBTSAkrCKk3KzdUeEKfVsLY1l21cFb7Sv7mr4lfTw==}
|
||||
/@mantine/dates@7.6.2(@mantine/core@7.6.2)(@mantine/hooks@7.6.2)(dayjs@1.11.10)(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-0J7V06HSl0pYgCW4xqj02gilrGvCL9pTDENGCn+RruSfafJrWDB43C1/q5FFNOvj3pNGDMepCQbB2IM7nlucTw==}
|
||||
peerDependencies:
|
||||
'@mantine/core': 7.6.1
|
||||
'@mantine/hooks': 7.6.1
|
||||
'@mantine/core': 7.6.2
|
||||
'@mantine/hooks': 7.6.2
|
||||
dayjs: '>=1.0.0'
|
||||
react: ^18.2.0
|
||||
react-dom: ^18.2.0
|
||||
dependencies:
|
||||
'@mantine/core': 7.6.1(@mantine/hooks@7.6.1)(react-dom@18.2.0)(react@18.2.0)
|
||||
'@mantine/hooks': 7.6.1(react@18.2.0)
|
||||
'@mantine/core': 7.6.2(@mantine/hooks@7.6.2)(@types/react@18.2.65)(react-dom@18.2.0)(react@18.2.0)
|
||||
'@mantine/hooks': 7.6.2(react@18.2.0)
|
||||
clsx: 2.1.0
|
||||
dayjs: 1.11.10
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0(react@18.2.0)
|
||||
dev: false
|
||||
|
||||
/@mantine/form@7.6.1(react@18.2.0):
|
||||
resolution: {integrity: sha512-S0pdvFohRX3ahzhrCGM+d2sBaSHH88UkQhbzyOAGJ7xqNjPJ11Bh/xb4Mc+NXXxaq9MjPrRVe6fgpKJtXszBpQ==}
|
||||
/@mantine/form@7.6.2(react@18.2.0):
|
||||
resolution: {integrity: sha512-a5jHPdU3UXvqeAsAvv+OBrwAy/dxiAxCsMlyRrc9JyKCMLEkQ5cQ6FAiHx5vkGG49hy+VgFWLLt8+kWlgqphsQ==}
|
||||
peerDependencies:
|
||||
react: ^18.2.0
|
||||
dependencies:
|
||||
@@ -1792,77 +1792,79 @@ packages:
|
||||
react: 18.2.0
|
||||
dev: false
|
||||
|
||||
/@mantine/hooks@7.6.1(react@18.2.0):
|
||||
resolution: {integrity: sha512-zsOGzFRcQZuER2rzAjfrAqp98W7WCFA43nF1QZUKV7AHTq8q1mtr3DOhFfO3/CA+t1lai68gp1guVcIhP4lrwQ==}
|
||||
/@mantine/hooks@7.6.2(react@18.2.0):
|
||||
resolution: {integrity: sha512-ZrOgrZHoIGCDKrr2/9njDgK0al+jjusYQFlmR0YyEFyRtgY6eNSI4zuYLcAPx1haHmUm5RsLBrqY6Iy/TLdGXA==}
|
||||
peerDependencies:
|
||||
react: ^18.2.0
|
||||
dependencies:
|
||||
react: 18.2.0
|
||||
dev: false
|
||||
|
||||
/@mantine/modals@7.6.1(@mantine/hooks@7.6.1)(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-bXCViyQpXEbPGaq/UjCqe/jExku6I6i93okayN54diKZEKbjKAQjQVCowP7axUzMQNhhVRCVtSZPYbkiiEh3Ug==}
|
||||
/@mantine/modals@7.6.2(@mantine/core@7.6.2)(@mantine/hooks@7.6.2)(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-k+lrq+ZTBobP1oNzKEiBtYeefc3wsQjx/T+29SF+m3pir9bqZZ0/0IbEIUMFyqYKhhMjB8DU9+tq5NAPqri7Vg==}
|
||||
peerDependencies:
|
||||
'@mantine/core': 7.6.1
|
||||
'@mantine/hooks': 7.6.1
|
||||
'@mantine/core': 7.6.2
|
||||
'@mantine/hooks': 7.6.2
|
||||
react: ^18.2.0
|
||||
react-dom: ^18.2.0
|
||||
dependencies:
|
||||
'@mantine/hooks': 7.6.1(react@18.2.0)
|
||||
'@mantine/core': 7.6.2(@mantine/hooks@7.6.2)(@types/react@18.2.65)(react-dom@18.2.0)(react@18.2.0)
|
||||
'@mantine/hooks': 7.6.2(react@18.2.0)
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0(react@18.2.0)
|
||||
dev: false
|
||||
|
||||
/@mantine/notifications@7.6.1(@mantine/core@7.6.1)(@mantine/hooks@7.6.1)(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-Aiui/faUBVQVgDPW9poCe8WdRZkXmIe9aFTnmf+WTopMWK/zfLBp02IjLY1f59zs5NeF/vfXaMxiuQq+KH2hTQ==}
|
||||
/@mantine/notifications@7.6.2(@mantine/core@7.6.2)(@mantine/hooks@7.6.2)(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-vLs6Y5nnxHipGkA5TSsxgjeus0N9uS+0+E9KZ5OG5QEtz7BdOsKPtNmytsQzBN8P8fjttFImhhoSUOLpYv0xtA==}
|
||||
peerDependencies:
|
||||
'@mantine/core': 7.6.1
|
||||
'@mantine/hooks': 7.6.1
|
||||
'@mantine/core': 7.6.2
|
||||
'@mantine/hooks': 7.6.2
|
||||
react: ^18.2.0
|
||||
react-dom: ^18.2.0
|
||||
dependencies:
|
||||
'@mantine/core': 7.6.1(@mantine/hooks@7.6.1)(react-dom@18.2.0)(react@18.2.0)
|
||||
'@mantine/hooks': 7.6.1(react@18.2.0)
|
||||
'@mantine/store': 7.6.1(react@18.2.0)
|
||||
'@mantine/core': 7.6.2(@mantine/hooks@7.6.2)(@types/react@18.2.65)(react-dom@18.2.0)(react@18.2.0)
|
||||
'@mantine/hooks': 7.6.2(react@18.2.0)
|
||||
'@mantine/store': 7.6.2(react@18.2.0)
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0(react@18.2.0)
|
||||
react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0)
|
||||
dev: false
|
||||
|
||||
/@mantine/spotlight@7.6.1(@mantine/core@7.6.1)(@mantine/hooks@7.6.1)(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-o7ZvAmi8wW47z39zw9r3wQnGrZXa3wBAL0vEl3Vd9WIDu+WnFKSfxw7SW1ovEu6WWtjXkQM9rgyAP2YSNfo9Fw==}
|
||||
/@mantine/spotlight@7.6.2(@mantine/core@7.6.2)(@mantine/hooks@7.6.2)(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-66VOzAe5M6jUBGt/Z2eWMdCJP+r9NpuUsoI0I5rjDfMDWyUAZOX6a/FS2CzTfDyAmnMGVwWqJZw+DCftIKOMVQ==}
|
||||
peerDependencies:
|
||||
'@mantine/core': 7.6.1
|
||||
'@mantine/hooks': 7.6.1
|
||||
'@mantine/core': 7.6.2
|
||||
'@mantine/hooks': 7.6.2
|
||||
react: ^18.2.0
|
||||
react-dom: ^18.2.0
|
||||
dependencies:
|
||||
'@mantine/core': 7.6.1(@mantine/hooks@7.6.1)(react-dom@18.2.0)(react@18.2.0)
|
||||
'@mantine/hooks': 7.6.1(react@18.2.0)
|
||||
'@mantine/store': 7.6.1(react@18.2.0)
|
||||
'@mantine/core': 7.6.2(@mantine/hooks@7.6.2)(@types/react@18.2.65)(react-dom@18.2.0)(react@18.2.0)
|
||||
'@mantine/hooks': 7.6.2(react@18.2.0)
|
||||
'@mantine/store': 7.6.2(react@18.2.0)
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0(react@18.2.0)
|
||||
dev: false
|
||||
|
||||
/@mantine/store@7.6.1(react@18.2.0):
|
||||
resolution: {integrity: sha512-UqSsJLlAL53OSSUNK/aTXpkss9DX0TppTbtBKXPyflYfq0B9vKwQKumxEsg3UGVC4cjiQq2VD4mjGT94r+deug==}
|
||||
/@mantine/store@7.6.2(react@18.2.0):
|
||||
resolution: {integrity: sha512-IEGbyIs7LIXYQtjR87GQPiw12klgsiKiqplGu9LekJb8uW/7XSRNs31ggqKmdF+cMWO/WyQhEXZdpWNib6tVOw==}
|
||||
peerDependencies:
|
||||
react: ^18.2.0
|
||||
dependencies:
|
||||
react: 18.2.0
|
||||
dev: false
|
||||
|
||||
/@mantine/tiptap@7.6.1(@mantine/hooks@7.6.1)(@tiptap/extension-link@2.2.4)(@tiptap/react@2.2.4)(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-/Lwgb2h0RnOkQnkdjsxvJOSGPp4W41F6lTRqKWJYoltx55ZRlJWGI1ou78tgSDfgLHtFoe9mbjaNjOaRmc702w==}
|
||||
/@mantine/tiptap@7.6.2(@mantine/core@7.6.2)(@mantine/hooks@7.6.2)(@tiptap/extension-link@2.2.4)(@tiptap/react@2.2.4)(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-iu2e0/aBzfi4SJcxIMr34gsB3GXihZR+nRcChLkiZxysQ3SnD83HyUbCqWEdJDaNs0GV6JDtJ6X1RxyD77A29g==}
|
||||
peerDependencies:
|
||||
'@mantine/core': 7.6.1
|
||||
'@mantine/hooks': 7.6.1
|
||||
'@mantine/core': 7.6.2
|
||||
'@mantine/hooks': 7.6.2
|
||||
'@tiptap/extension-link': '>=2.1.12'
|
||||
'@tiptap/react': '>=2.1.12'
|
||||
react: ^18.2.0
|
||||
react-dom: ^18.2.0
|
||||
dependencies:
|
||||
'@mantine/hooks': 7.6.1(react@18.2.0)
|
||||
'@mantine/core': 7.6.2(@mantine/hooks@7.6.2)(@types/react@18.2.65)(react-dom@18.2.0)(react@18.2.0)
|
||||
'@mantine/hooks': 7.6.2(react@18.2.0)
|
||||
'@tiptap/extension-link': 2.2.4(@tiptap/core@2.2.4)(@tiptap/pm@2.2.4)
|
||||
'@tiptap/react': 2.2.4(@tiptap/core@2.2.4)(@tiptap/pm@2.2.4)(react-dom@18.2.0)(react@18.2.0)
|
||||
react: 18.2.0
|
||||
@@ -6931,7 +6933,7 @@ packages:
|
||||
/make-error@1.3.6:
|
||||
resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==}
|
||||
|
||||
/mantine-modal-manager@7.6.2(@mantine/hooks@7.6.1)(react-dom@18.2.0)(react@18.2.0):
|
||||
/mantine-modal-manager@7.6.2(@mantine/core@7.6.2)(@mantine/hooks@7.6.2)(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-tU6nHe8ImEdpBY9WaY4xtVXYc23BTKwJ+0bJ7m3/KkbDw7SSWOXOMevIrcnunlmvZfb5jAwm3CGGmdcS5gYx5w==}
|
||||
peerDependencies:
|
||||
'@mantine/core': 7.6.2
|
||||
@@ -6939,12 +6941,13 @@ packages:
|
||||
react: ^18.2.0
|
||||
react-dom: ^18.2.0
|
||||
dependencies:
|
||||
'@mantine/hooks': 7.6.1(react@18.2.0)
|
||||
'@mantine/core': 7.6.2(@mantine/hooks@7.6.2)(@types/react@18.2.65)(react-dom@18.2.0)(react@18.2.0)
|
||||
'@mantine/hooks': 7.6.2(react@18.2.0)
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0(react@18.2.0)
|
||||
dev: false
|
||||
|
||||
/mantine-react-table@2.0.0-beta.0(@mantine/core@7.6.1)(@mantine/dates@7.6.1)(@mantine/hooks@7.6.1)(@tabler/icons-react@3.0.1)(clsx@2.1.0)(dayjs@1.11.10)(react-dom@18.2.0)(react@18.2.0):
|
||||
/mantine-react-table@2.0.0-beta.0(@mantine/core@7.6.2)(@mantine/dates@7.6.2)(@mantine/hooks@7.6.2)(@tabler/icons-react@3.0.1)(clsx@2.1.0)(dayjs@1.11.10)(react-dom@18.2.0)(react@18.2.0):
|
||||
resolution: {integrity: sha512-KZOr7nzoSt4aF0hyWKJJBK9/dxVWB3tdg2fFSNnqns9cbPFlLTGXDKguLSoNE8WkzjWE0ThpYJknIAoraL/7ug==}
|
||||
engines: {node: '>=16'}
|
||||
peerDependencies:
|
||||
@@ -6957,9 +6960,9 @@ packages:
|
||||
react: '>=18.0'
|
||||
react-dom: '>=18.0'
|
||||
dependencies:
|
||||
'@mantine/core': 7.6.1(@mantine/hooks@7.6.1)(react-dom@18.2.0)(react@18.2.0)
|
||||
'@mantine/dates': 7.6.1(@mantine/core@7.6.1)(@mantine/hooks@7.6.1)(dayjs@1.11.10)(react-dom@18.2.0)(react@18.2.0)
|
||||
'@mantine/hooks': 7.6.1(react@18.2.0)
|
||||
'@mantine/core': 7.6.2(@mantine/hooks@7.6.2)(@types/react@18.2.65)(react-dom@18.2.0)(react@18.2.0)
|
||||
'@mantine/dates': 7.6.2(@mantine/core@7.6.2)(@mantine/hooks@7.6.2)(dayjs@1.11.10)(react-dom@18.2.0)(react@18.2.0)
|
||||
'@mantine/hooks': 7.6.2(react@18.2.0)
|
||||
'@tabler/icons-react': 3.0.1(react@18.2.0)
|
||||
'@tanstack/match-sorter-utils': 8.11.8
|
||||
'@tanstack/react-table': 8.12.0(react-dom@18.2.0)(react@18.2.0)
|
||||
@@ -8174,7 +8177,7 @@ packages:
|
||||
engines: {node: '>=0.10.0'}
|
||||
dev: true
|
||||
|
||||
/react-remove-scroll-bar@2.3.4(react@18.2.0):
|
||||
/react-remove-scroll-bar@2.3.4(@types/react@18.2.65)(react@18.2.0):
|
||||
resolution: {integrity: sha512-63C4YQBUt0m6ALadE9XV56hV8BgJWDmmTPY758iIJjfQKt2nYwoUrPk0LXRXcB/yIj82T1/Ixfdpdk68LwIB0A==}
|
||||
engines: {node: '>=10'}
|
||||
peerDependencies:
|
||||
@@ -8184,12 +8187,13 @@ packages:
|
||||
'@types/react':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@types/react': 18.2.65
|
||||
react: 18.2.0
|
||||
react-style-singleton: 2.2.1(react@18.2.0)
|
||||
react-style-singleton: 2.2.1(@types/react@18.2.65)(react@18.2.0)
|
||||
tslib: 2.6.2
|
||||
dev: false
|
||||
|
||||
/react-remove-scroll@2.5.7(react@18.2.0):
|
||||
/react-remove-scroll@2.5.7(@types/react@18.2.65)(react@18.2.0):
|
||||
resolution: {integrity: sha512-FnrTWO4L7/Bhhf3CYBNArEG/yROV0tKmTv7/3h9QCFvH6sndeFf1wPqOcbFVu5VAulS5dV1wGT3GZZ/1GawqiA==}
|
||||
engines: {node: '>=10'}
|
||||
peerDependencies:
|
||||
@@ -8199,15 +8203,16 @@ packages:
|
||||
'@types/react':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@types/react': 18.2.65
|
||||
react: 18.2.0
|
||||
react-remove-scroll-bar: 2.3.4(react@18.2.0)
|
||||
react-style-singleton: 2.2.1(react@18.2.0)
|
||||
react-remove-scroll-bar: 2.3.4(@types/react@18.2.65)(react@18.2.0)
|
||||
react-style-singleton: 2.2.1(@types/react@18.2.65)(react@18.2.0)
|
||||
tslib: 2.6.2
|
||||
use-callback-ref: 1.3.1(react@18.2.0)
|
||||
use-sidecar: 1.1.2(react@18.2.0)
|
||||
use-callback-ref: 1.3.1(@types/react@18.2.65)(react@18.2.0)
|
||||
use-sidecar: 1.1.2(@types/react@18.2.65)(react@18.2.0)
|
||||
dev: false
|
||||
|
||||
/react-style-singleton@2.2.1(react@18.2.0):
|
||||
/react-style-singleton@2.2.1(@types/react@18.2.65)(react@18.2.0):
|
||||
resolution: {integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==}
|
||||
engines: {node: '>=10'}
|
||||
peerDependencies:
|
||||
@@ -8217,13 +8222,14 @@ packages:
|
||||
'@types/react':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@types/react': 18.2.65
|
||||
get-nonce: 1.0.1
|
||||
invariant: 2.2.4
|
||||
react: 18.2.0
|
||||
tslib: 2.6.2
|
||||
dev: false
|
||||
|
||||
/react-textarea-autosize@8.5.3(react@18.2.0):
|
||||
/react-textarea-autosize@8.5.3(@types/react@18.2.65)(react@18.2.0):
|
||||
resolution: {integrity: sha512-XT1024o2pqCuZSuBt9FwHlaDeNtVrtCXu0Rnz88t1jUGheCLa3PhjE1GH8Ctm2axEtvdCl5SUHYschyQ0L5QHQ==}
|
||||
engines: {node: '>=10'}
|
||||
peerDependencies:
|
||||
@@ -8232,7 +8238,7 @@ packages:
|
||||
'@babel/runtime': 7.23.9
|
||||
react: 18.2.0
|
||||
use-composed-ref: 1.3.0(react@18.2.0)
|
||||
use-latest: 1.2.1(react@18.2.0)
|
||||
use-latest: 1.2.1(@types/react@18.2.65)(react@18.2.0)
|
||||
transitivePeerDependencies:
|
||||
- '@types/react'
|
||||
dev: false
|
||||
@@ -9378,9 +9384,9 @@ packages:
|
||||
engines: {node: '>=12.20'}
|
||||
dev: false
|
||||
|
||||
/type-fest@3.13.1:
|
||||
resolution: {integrity: sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==}
|
||||
engines: {node: '>=14.16'}
|
||||
/type-fest@4.12.0:
|
||||
resolution: {integrity: sha512-5Y2/pp2wtJk8o08G0CMkuFPCO354FGwk/vbidxrdhRGZfd0tFnb4Qb8anp9XxXriwBgVPjdWbKpGl4J9lJY2jQ==}
|
||||
engines: {node: '>=16'}
|
||||
dev: false
|
||||
|
||||
/type-is@1.6.18:
|
||||
@@ -9537,7 +9543,7 @@ packages:
|
||||
requires-port: 1.0.0
|
||||
dev: true
|
||||
|
||||
/use-callback-ref@1.3.1(react@18.2.0):
|
||||
/use-callback-ref@1.3.1(@types/react@18.2.65)(react@18.2.0):
|
||||
resolution: {integrity: sha512-Lg4Vx1XZQauB42Hw3kK7JM6yjVjgFmFC5/Ab797s79aARomD2nEErc4mCgM8EZrARLmmbWpi5DGCadmK50DcAQ==}
|
||||
engines: {node: '>=10'}
|
||||
peerDependencies:
|
||||
@@ -9547,6 +9553,7 @@ packages:
|
||||
'@types/react':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@types/react': 18.2.65
|
||||
react: 18.2.0
|
||||
tslib: 2.6.2
|
||||
dev: false
|
||||
@@ -9570,7 +9577,7 @@ packages:
|
||||
react: 18.2.0
|
||||
dev: false
|
||||
|
||||
/use-isomorphic-layout-effect@1.1.2(react@18.2.0):
|
||||
/use-isomorphic-layout-effect@1.1.2(@types/react@18.2.65)(react@18.2.0):
|
||||
resolution: {integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==}
|
||||
peerDependencies:
|
||||
'@types/react': '*'
|
||||
@@ -9579,10 +9586,11 @@ packages:
|
||||
'@types/react':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@types/react': 18.2.65
|
||||
react: 18.2.0
|
||||
dev: false
|
||||
|
||||
/use-latest@1.2.1(react@18.2.0):
|
||||
/use-latest@1.2.1(@types/react@18.2.65)(react@18.2.0):
|
||||
resolution: {integrity: sha512-xA+AVm/Wlg3e2P/JiItTziwS7FK92LWrDB0p+hgXloIMuVCeJJ8v6f0eeHyPZaJrM+usM1FkFfbNCrJGs8A/zw==}
|
||||
peerDependencies:
|
||||
'@types/react': '*'
|
||||
@@ -9591,11 +9599,12 @@ packages:
|
||||
'@types/react':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@types/react': 18.2.65
|
||||
react: 18.2.0
|
||||
use-isomorphic-layout-effect: 1.1.2(react@18.2.0)
|
||||
use-isomorphic-layout-effect: 1.1.2(@types/react@18.2.65)(react@18.2.0)
|
||||
dev: false
|
||||
|
||||
/use-sidecar@1.1.2(react@18.2.0):
|
||||
/use-sidecar@1.1.2(@types/react@18.2.65)(react@18.2.0):
|
||||
resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==}
|
||||
engines: {node: '>=10'}
|
||||
peerDependencies:
|
||||
@@ -9605,6 +9614,7 @@ packages:
|
||||
'@types/react':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@types/react': 18.2.65
|
||||
detect-node-es: 1.1.0
|
||||
react: 18.2.0
|
||||
tslib: 2.6.2
|
||||
|
||||
Reference in New Issue
Block a user