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:
homarr-renovate[bot]
2024-03-13 08:29:05 +01:00
committed by GitHub
parent b63b2c8e90
commit fc29db0151
7 changed files with 109 additions and 100 deletions

View File

@@ -27,10 +27,10 @@
"@homarr/ui": "workspace:^0.1.0", "@homarr/ui": "workspace:^0.1.0",
"@homarr/validation": "workspace:^0.1.0", "@homarr/validation": "workspace:^0.1.0",
"@homarr/widgets": "workspace:^0.1.0", "@homarr/widgets": "workspace:^0.1.0",
"@mantine/colors-generator": "^7.6.1", "@mantine/colors-generator": "^7.6.2",
"@mantine/hooks": "^7.6.1", "@mantine/hooks": "^7.6.2",
"@mantine/modals": "^7.6.1", "@mantine/modals": "^7.6.2",
"@mantine/tiptap": "^7.6.1", "@mantine/tiptap": "^7.6.2",
"@t3-oss/env-nextjs": "^0.9.2", "@t3-oss/env-nextjs": "^0.9.2",
"@tanstack/react-query": "^5.27.5", "@tanstack/react-query": "^5.27.5",
"@tanstack/react-query-devtools": "^5.27.8", "@tanstack/react-query-devtools": "^5.27.8",

View File

@@ -37,7 +37,6 @@ interface Props {
export const SectionContent = ({ items, refs }: Props) => { export const SectionContent = ({ items, refs }: Props) => {
const board = useRequiredBoard(); const board = useRequiredBoard();
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
const { ref, width, height } = useElementSize<HTMLDivElement>(); const { ref, width, height } = useElementSize<HTMLDivElement>();
return ( return (
@@ -59,7 +58,7 @@ export const SectionContent = ({ items, refs }: Props) => {
ref={refs.items.current[item.id] as RefObject<HTMLDivElement>} ref={refs.items.current[item.id] as RefObject<HTMLDivElement>}
> >
<Card <Card
ref={ref as RefObject<HTMLDivElement>} ref={ref}
className={cx(classes.itemCard, "grid-stack-item-content")} className={cx(classes.itemCard, "grid-stack-item-content")}
withBorder withBorder
styles={{ styles={{

View File

@@ -33,6 +33,6 @@
}, },
"prettier": "@homarr/prettier-config", "prettier": "@homarr/prettier-config",
"dependencies": { "dependencies": {
"@mantine/form": "^7.6.1" "@mantine/form": "^7.6.2"
} }
} }

View File

@@ -28,7 +28,7 @@
"typescript": "^5.4.2" "typescript": "^5.4.2"
}, },
"dependencies": { "dependencies": {
"@mantine/notifications": "^7.6.1", "@mantine/notifications": "^7.6.2",
"@homarr/ui": "workspace:^0.1.0" "@homarr/ui": "workspace:^0.1.0"
}, },
"eslintConfig": { "eslintConfig": {

View File

@@ -34,7 +34,7 @@
}, },
"prettier": "@homarr/prettier-config", "prettier": "@homarr/prettier-config",
"dependencies": { "dependencies": {
"@mantine/spotlight": "^7.6.1", "@mantine/spotlight": "^7.6.2",
"@homarr/ui": "workspace:^0.1.0", "@homarr/ui": "workspace:^0.1.0",
"@homarr/translation": "workspace:^0.1.0" "@homarr/translation": "workspace:^0.1.0"
} }

View File

@@ -35,8 +35,8 @@
}, },
"prettier": "@homarr/prettier-config", "prettier": "@homarr/prettier-config",
"dependencies": { "dependencies": {
"@mantine/core": "^7.6.1", "@mantine/core": "^7.6.2",
"@mantine/dates": "^7.6.1", "@mantine/dates": "^7.6.2",
"@tabler/icons-react": "^3.0.1", "@tabler/icons-react": "^3.0.1",
"mantine-react-table": "2.0.0-beta.0" "mantine-react-table": "2.0.0-beta.0"
} }

188
pnpm-lock.yaml generated
View File

@@ -178,17 +178,17 @@ importers:
specifier: workspace:^0.1.0 specifier: workspace:^0.1.0
version: link:../../packages/widgets version: link:../../packages/widgets
'@mantine/colors-generator': '@mantine/colors-generator':
specifier: ^7.6.1 specifier: ^7.6.2
version: 7.6.1(chroma-js@2.4.2) version: 7.6.2(chroma-js@2.4.2)
'@mantine/hooks': '@mantine/hooks':
specifier: ^7.6.1 specifier: ^7.6.2
version: 7.6.1(react@18.2.0) version: 7.6.2(react@18.2.0)
'@mantine/modals': '@mantine/modals':
specifier: ^7.6.1 specifier: ^7.6.2
version: 7.6.1(@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)
'@mantine/tiptap': '@mantine/tiptap':
specifier: ^7.6.1 specifier: ^7.6.2
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) 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': '@t3-oss/env-nextjs':
specifier: ^0.9.2 specifier: ^0.9.2
version: 0.9.2(typescript@5.4.2)(zod@3.22.4) 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) version: 2.7.0(@types/react@18.2.65)(react@18.2.0)
mantine-modal-manager: mantine-modal-manager:
specifier: ^7.6.2 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: next:
specifier: ^14.1.3 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) 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: packages/form:
dependencies: dependencies:
'@mantine/form': '@mantine/form':
specifier: ^7.6.1 specifier: ^7.6.2
version: 7.6.1(react@18.2.0) version: 7.6.2(react@18.2.0)
devDependencies: devDependencies:
'@homarr/eslint-config': '@homarr/eslint-config':
specifier: workspace:^0.2.0 specifier: workspace:^0.2.0
@@ -533,8 +533,8 @@ importers:
specifier: workspace:^0.1.0 specifier: workspace:^0.1.0
version: link:../ui version: link:../ui
'@mantine/notifications': '@mantine/notifications':
specifier: ^7.6.1 specifier: ^7.6.2
version: 7.6.1(@mantine/core@7.6.1)(@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)
devDependencies: devDependencies:
'@homarr/eslint-config': '@homarr/eslint-config':
specifier: workspace:^0.2.0 specifier: workspace:^0.2.0
@@ -561,8 +561,8 @@ importers:
specifier: workspace:^0.1.0 specifier: workspace:^0.1.0
version: link:../ui version: link:../ui
'@mantine/spotlight': '@mantine/spotlight':
specifier: ^7.6.1 specifier: ^7.6.2
version: 7.6.1(@mantine/core@7.6.1)(@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)
devDependencies: devDependencies:
'@homarr/eslint-config': '@homarr/eslint-config':
specifier: workspace:^0.2.0 specifier: workspace:^0.2.0
@@ -605,17 +605,17 @@ importers:
packages/ui: packages/ui:
dependencies: dependencies:
'@mantine/core': '@mantine/core':
specifier: ^7.6.1 specifier: ^7.6.2
version: 7.6.1(@mantine/hooks@7.6.1)(react-dom@18.2.0)(react@18.2.0) 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': '@mantine/dates':
specifier: ^7.6.1 specifier: ^7.6.2
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) 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': '@tabler/icons-react':
specifier: ^3.0.1 specifier: ^3.0.1
version: 3.0.1(react@18.2.0) version: 3.0.1(react@18.2.0)
mantine-react-table: mantine-react-table:
specifier: 2.0.0-beta.0 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: devDependencies:
'@homarr/eslint-config': '@homarr/eslint-config':
specifier: workspace:^0.2.0 specifier: workspace:^0.2.0
@@ -1737,53 +1737,53 @@ packages:
resolution: {integrity: sha512-Z7C/xXCiGWsg0KuKsHTKJxbWhpI3Vs5GwLfOean7MGyVFGqdRgBbAjOCh6u4bbjPc/8MJ2pZmK/0DLdCbivLDA==} resolution: {integrity: sha512-Z7C/xXCiGWsg0KuKsHTKJxbWhpI3Vs5GwLfOean7MGyVFGqdRgBbAjOCh6u4bbjPc/8MJ2pZmK/0DLdCbivLDA==}
engines: {node: '>=8'} engines: {node: '>=8'}
/@mantine/colors-generator@7.6.1(chroma-js@2.4.2): /@mantine/colors-generator@7.6.2(chroma-js@2.4.2):
resolution: {integrity: sha512-VRuHs1ZKU079WbJiH4xS8Sdm1+aStMVLk+nM6G/mpkuyx+w3nruCfv7kL5cUKRlk90JgdP4omULVaSVTmD1teA==} resolution: {integrity: sha512-2hb0HSd07hmmcs+ZXQdjk+kbTBOzgBPKQEpgMqtcQ2gicuJVUzDavKlbuhesWZ9SCkL1X85S7hzWZ/nhGynGsQ==}
peerDependencies: peerDependencies:
chroma-js: ^2.4.2 chroma-js: ^2.4.2
dependencies: dependencies:
chroma-js: 2.4.2 chroma-js: 2.4.2
dev: false dev: false
/@mantine/core@7.6.1(@mantine/hooks@7.6.1)(react-dom@18.2.0)(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):
resolution: {integrity: sha512-52BgYXAMD+E6vDiGIGOJlLBc0pdT2+gzrB0g+v7c7xeiNXqHEG5cEplLErfNBHh9kMQHiDHCiCb5Su9jqoUlXw==} resolution: {integrity: sha512-qmZhmQVc7ZZ8EKKhPkGuZbfBnLXR0xE45ikxfx+1E6/8hLY5Ypr4nWqh5Pk6p3b+K71yYnBqlbNXbtHLQH0h3g==}
peerDependencies: peerDependencies:
'@mantine/hooks': 7.6.1 '@mantine/hooks': 7.6.2
react: ^18.2.0 react: ^18.2.0
react-dom: ^18.2.0 react-dom: ^18.2.0
dependencies: dependencies:
'@floating-ui/react': 0.26.9(react-dom@18.2.0)(react@18.2.0) '@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 clsx: 2.1.0
react: 18.2.0 react: 18.2.0
react-dom: 18.2.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-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-remove-scroll: 2.5.7(@types/react@18.2.65)(react@18.2.0)
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)
type-fest: 3.13.1 type-fest: 4.12.0
transitivePeerDependencies: transitivePeerDependencies:
- '@types/react' - '@types/react'
dev: false 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): /@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-xHe5sINtFuqptmZCXfp0aeurC8wjiycBzHvk87CqfhLIGWBTSAkrCKk3KzdUeEKfVsLY1l21cFb7Sv7mr4lfTw==} resolution: {integrity: sha512-0J7V06HSl0pYgCW4xqj02gilrGvCL9pTDENGCn+RruSfafJrWDB43C1/q5FFNOvj3pNGDMepCQbB2IM7nlucTw==}
peerDependencies: peerDependencies:
'@mantine/core': 7.6.1 '@mantine/core': 7.6.2
'@mantine/hooks': 7.6.1 '@mantine/hooks': 7.6.2
dayjs: '>=1.0.0' dayjs: '>=1.0.0'
react: ^18.2.0 react: ^18.2.0
react-dom: ^18.2.0 react-dom: ^18.2.0
dependencies: dependencies:
'@mantine/core': 7.6.1(@mantine/hooks@7.6.1)(react-dom@18.2.0)(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.1(react@18.2.0) '@mantine/hooks': 7.6.2(react@18.2.0)
clsx: 2.1.0 clsx: 2.1.0
dayjs: 1.11.10 dayjs: 1.11.10
react: 18.2.0 react: 18.2.0
react-dom: 18.2.0(react@18.2.0) react-dom: 18.2.0(react@18.2.0)
dev: false dev: false
/@mantine/form@7.6.1(react@18.2.0): /@mantine/form@7.6.2(react@18.2.0):
resolution: {integrity: sha512-S0pdvFohRX3ahzhrCGM+d2sBaSHH88UkQhbzyOAGJ7xqNjPJ11Bh/xb4Mc+NXXxaq9MjPrRVe6fgpKJtXszBpQ==} resolution: {integrity: sha512-a5jHPdU3UXvqeAsAvv+OBrwAy/dxiAxCsMlyRrc9JyKCMLEkQ5cQ6FAiHx5vkGG49hy+VgFWLLt8+kWlgqphsQ==}
peerDependencies: peerDependencies:
react: ^18.2.0 react: ^18.2.0
dependencies: dependencies:
@@ -1792,77 +1792,79 @@ packages:
react: 18.2.0 react: 18.2.0
dev: false dev: false
/@mantine/hooks@7.6.1(react@18.2.0): /@mantine/hooks@7.6.2(react@18.2.0):
resolution: {integrity: sha512-zsOGzFRcQZuER2rzAjfrAqp98W7WCFA43nF1QZUKV7AHTq8q1mtr3DOhFfO3/CA+t1lai68gp1guVcIhP4lrwQ==} resolution: {integrity: sha512-ZrOgrZHoIGCDKrr2/9njDgK0al+jjusYQFlmR0YyEFyRtgY6eNSI4zuYLcAPx1haHmUm5RsLBrqY6Iy/TLdGXA==}
peerDependencies: peerDependencies:
react: ^18.2.0 react: ^18.2.0
dependencies: dependencies:
react: 18.2.0 react: 18.2.0
dev: false dev: false
/@mantine/modals@7.6.1(@mantine/hooks@7.6.1)(react-dom@18.2.0)(react@18.2.0): /@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-bXCViyQpXEbPGaq/UjCqe/jExku6I6i93okayN54diKZEKbjKAQjQVCowP7axUzMQNhhVRCVtSZPYbkiiEh3Ug==} resolution: {integrity: sha512-k+lrq+ZTBobP1oNzKEiBtYeefc3wsQjx/T+29SF+m3pir9bqZZ0/0IbEIUMFyqYKhhMjB8DU9+tq5NAPqri7Vg==}
peerDependencies: peerDependencies:
'@mantine/core': 7.6.1 '@mantine/core': 7.6.2
'@mantine/hooks': 7.6.1 '@mantine/hooks': 7.6.2
react: ^18.2.0 react: ^18.2.0
react-dom: ^18.2.0 react-dom: ^18.2.0
dependencies: 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: 18.2.0
react-dom: 18.2.0(react@18.2.0) react-dom: 18.2.0(react@18.2.0)
dev: false 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): /@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-Aiui/faUBVQVgDPW9poCe8WdRZkXmIe9aFTnmf+WTopMWK/zfLBp02IjLY1f59zs5NeF/vfXaMxiuQq+KH2hTQ==} resolution: {integrity: sha512-vLs6Y5nnxHipGkA5TSsxgjeus0N9uS+0+E9KZ5OG5QEtz7BdOsKPtNmytsQzBN8P8fjttFImhhoSUOLpYv0xtA==}
peerDependencies: peerDependencies:
'@mantine/core': 7.6.1 '@mantine/core': 7.6.2
'@mantine/hooks': 7.6.1 '@mantine/hooks': 7.6.2
react: ^18.2.0 react: ^18.2.0
react-dom: ^18.2.0 react-dom: ^18.2.0
dependencies: dependencies:
'@mantine/core': 7.6.1(@mantine/hooks@7.6.1)(react-dom@18.2.0)(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.1(react@18.2.0) '@mantine/hooks': 7.6.2(react@18.2.0)
'@mantine/store': 7.6.1(react@18.2.0) '@mantine/store': 7.6.2(react@18.2.0)
react: 18.2.0 react: 18.2.0
react-dom: 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) react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0)
dev: false 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): /@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-o7ZvAmi8wW47z39zw9r3wQnGrZXa3wBAL0vEl3Vd9WIDu+WnFKSfxw7SW1ovEu6WWtjXkQM9rgyAP2YSNfo9Fw==} resolution: {integrity: sha512-66VOzAe5M6jUBGt/Z2eWMdCJP+r9NpuUsoI0I5rjDfMDWyUAZOX6a/FS2CzTfDyAmnMGVwWqJZw+DCftIKOMVQ==}
peerDependencies: peerDependencies:
'@mantine/core': 7.6.1 '@mantine/core': 7.6.2
'@mantine/hooks': 7.6.1 '@mantine/hooks': 7.6.2
react: ^18.2.0 react: ^18.2.0
react-dom: ^18.2.0 react-dom: ^18.2.0
dependencies: dependencies:
'@mantine/core': 7.6.1(@mantine/hooks@7.6.1)(react-dom@18.2.0)(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.1(react@18.2.0) '@mantine/hooks': 7.6.2(react@18.2.0)
'@mantine/store': 7.6.1(react@18.2.0) '@mantine/store': 7.6.2(react@18.2.0)
react: 18.2.0 react: 18.2.0
react-dom: 18.2.0(react@18.2.0) react-dom: 18.2.0(react@18.2.0)
dev: false dev: false
/@mantine/store@7.6.1(react@18.2.0): /@mantine/store@7.6.2(react@18.2.0):
resolution: {integrity: sha512-UqSsJLlAL53OSSUNK/aTXpkss9DX0TppTbtBKXPyflYfq0B9vKwQKumxEsg3UGVC4cjiQq2VD4mjGT94r+deug==} resolution: {integrity: sha512-IEGbyIs7LIXYQtjR87GQPiw12klgsiKiqplGu9LekJb8uW/7XSRNs31ggqKmdF+cMWO/WyQhEXZdpWNib6tVOw==}
peerDependencies: peerDependencies:
react: ^18.2.0 react: ^18.2.0
dependencies: dependencies:
react: 18.2.0 react: 18.2.0
dev: false 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): /@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-/Lwgb2h0RnOkQnkdjsxvJOSGPp4W41F6lTRqKWJYoltx55ZRlJWGI1ou78tgSDfgLHtFoe9mbjaNjOaRmc702w==} resolution: {integrity: sha512-iu2e0/aBzfi4SJcxIMr34gsB3GXihZR+nRcChLkiZxysQ3SnD83HyUbCqWEdJDaNs0GV6JDtJ6X1RxyD77A29g==}
peerDependencies: peerDependencies:
'@mantine/core': 7.6.1 '@mantine/core': 7.6.2
'@mantine/hooks': 7.6.1 '@mantine/hooks': 7.6.2
'@tiptap/extension-link': '>=2.1.12' '@tiptap/extension-link': '>=2.1.12'
'@tiptap/react': '>=2.1.12' '@tiptap/react': '>=2.1.12'
react: ^18.2.0 react: ^18.2.0
react-dom: ^18.2.0 react-dom: ^18.2.0
dependencies: 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/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) '@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 react: 18.2.0
@@ -6931,7 +6933,7 @@ packages:
/make-error@1.3.6: /make-error@1.3.6:
resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} 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==} resolution: {integrity: sha512-tU6nHe8ImEdpBY9WaY4xtVXYc23BTKwJ+0bJ7m3/KkbDw7SSWOXOMevIrcnunlmvZfb5jAwm3CGGmdcS5gYx5w==}
peerDependencies: peerDependencies:
'@mantine/core': 7.6.2 '@mantine/core': 7.6.2
@@ -6939,12 +6941,13 @@ packages:
react: ^18.2.0 react: ^18.2.0
react-dom: ^18.2.0 react-dom: ^18.2.0
dependencies: 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: 18.2.0
react-dom: 18.2.0(react@18.2.0) react-dom: 18.2.0(react@18.2.0)
dev: false 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==} resolution: {integrity: sha512-KZOr7nzoSt4aF0hyWKJJBK9/dxVWB3tdg2fFSNnqns9cbPFlLTGXDKguLSoNE8WkzjWE0ThpYJknIAoraL/7ug==}
engines: {node: '>=16'} engines: {node: '>=16'}
peerDependencies: peerDependencies:
@@ -6957,9 +6960,9 @@ packages:
react: '>=18.0' react: '>=18.0'
react-dom: '>=18.0' react-dom: '>=18.0'
dependencies: dependencies:
'@mantine/core': 7.6.1(@mantine/hooks@7.6.1)(react-dom@18.2.0)(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.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/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.1(react@18.2.0) '@mantine/hooks': 7.6.2(react@18.2.0)
'@tabler/icons-react': 3.0.1(react@18.2.0) '@tabler/icons-react': 3.0.1(react@18.2.0)
'@tanstack/match-sorter-utils': 8.11.8 '@tanstack/match-sorter-utils': 8.11.8
'@tanstack/react-table': 8.12.0(react-dom@18.2.0)(react@18.2.0) '@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'} engines: {node: '>=0.10.0'}
dev: true 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==} resolution: {integrity: sha512-63C4YQBUt0m6ALadE9XV56hV8BgJWDmmTPY758iIJjfQKt2nYwoUrPk0LXRXcB/yIj82T1/Ixfdpdk68LwIB0A==}
engines: {node: '>=10'} engines: {node: '>=10'}
peerDependencies: peerDependencies:
@@ -8184,12 +8187,13 @@ packages:
'@types/react': '@types/react':
optional: true optional: true
dependencies: dependencies:
'@types/react': 18.2.65
react: 18.2.0 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 tslib: 2.6.2
dev: false 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==} resolution: {integrity: sha512-FnrTWO4L7/Bhhf3CYBNArEG/yROV0tKmTv7/3h9QCFvH6sndeFf1wPqOcbFVu5VAulS5dV1wGT3GZZ/1GawqiA==}
engines: {node: '>=10'} engines: {node: '>=10'}
peerDependencies: peerDependencies:
@@ -8199,15 +8203,16 @@ packages:
'@types/react': '@types/react':
optional: true optional: true
dependencies: dependencies:
'@types/react': 18.2.65
react: 18.2.0 react: 18.2.0
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)
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 tslib: 2.6.2
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)
use-sidecar: 1.1.2(react@18.2.0) use-sidecar: 1.1.2(@types/react@18.2.65)(react@18.2.0)
dev: false 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==} resolution: {integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==}
engines: {node: '>=10'} engines: {node: '>=10'}
peerDependencies: peerDependencies:
@@ -8217,13 +8222,14 @@ packages:
'@types/react': '@types/react':
optional: true optional: true
dependencies: dependencies:
'@types/react': 18.2.65
get-nonce: 1.0.1 get-nonce: 1.0.1
invariant: 2.2.4 invariant: 2.2.4
react: 18.2.0 react: 18.2.0
tslib: 2.6.2 tslib: 2.6.2
dev: false 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==} resolution: {integrity: sha512-XT1024o2pqCuZSuBt9FwHlaDeNtVrtCXu0Rnz88t1jUGheCLa3PhjE1GH8Ctm2axEtvdCl5SUHYschyQ0L5QHQ==}
engines: {node: '>=10'} engines: {node: '>=10'}
peerDependencies: peerDependencies:
@@ -8232,7 +8238,7 @@ packages:
'@babel/runtime': 7.23.9 '@babel/runtime': 7.23.9
react: 18.2.0 react: 18.2.0
use-composed-ref: 1.3.0(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: transitivePeerDependencies:
- '@types/react' - '@types/react'
dev: false dev: false
@@ -9378,9 +9384,9 @@ packages:
engines: {node: '>=12.20'} engines: {node: '>=12.20'}
dev: false dev: false
/type-fest@3.13.1: /type-fest@4.12.0:
resolution: {integrity: sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==} resolution: {integrity: sha512-5Y2/pp2wtJk8o08G0CMkuFPCO354FGwk/vbidxrdhRGZfd0tFnb4Qb8anp9XxXriwBgVPjdWbKpGl4J9lJY2jQ==}
engines: {node: '>=14.16'} engines: {node: '>=16'}
dev: false dev: false
/type-is@1.6.18: /type-is@1.6.18:
@@ -9537,7 +9543,7 @@ packages:
requires-port: 1.0.0 requires-port: 1.0.0
dev: true 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==} resolution: {integrity: sha512-Lg4Vx1XZQauB42Hw3kK7JM6yjVjgFmFC5/Ab797s79aARomD2nEErc4mCgM8EZrARLmmbWpi5DGCadmK50DcAQ==}
engines: {node: '>=10'} engines: {node: '>=10'}
peerDependencies: peerDependencies:
@@ -9547,6 +9553,7 @@ packages:
'@types/react': '@types/react':
optional: true optional: true
dependencies: dependencies:
'@types/react': 18.2.65
react: 18.2.0 react: 18.2.0
tslib: 2.6.2 tslib: 2.6.2
dev: false dev: false
@@ -9570,7 +9577,7 @@ packages:
react: 18.2.0 react: 18.2.0
dev: false 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==} resolution: {integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==}
peerDependencies: peerDependencies:
'@types/react': '*' '@types/react': '*'
@@ -9579,10 +9586,11 @@ packages:
'@types/react': '@types/react':
optional: true optional: true
dependencies: dependencies:
'@types/react': 18.2.65
react: 18.2.0 react: 18.2.0
dev: false 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==} resolution: {integrity: sha512-xA+AVm/Wlg3e2P/JiItTziwS7FK92LWrDB0p+hgXloIMuVCeJJ8v6f0eeHyPZaJrM+usM1FkFfbNCrJGs8A/zw==}
peerDependencies: peerDependencies:
'@types/react': '*' '@types/react': '*'
@@ -9591,11 +9599,12 @@ packages:
'@types/react': '@types/react':
optional: true optional: true
dependencies: dependencies:
'@types/react': 18.2.65
react: 18.2.0 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 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==} resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==}
engines: {node: '>=10'} engines: {node: '>=10'}
peerDependencies: peerDependencies:
@@ -9605,6 +9614,7 @@ packages:
'@types/react': '@types/react':
optional: true optional: true
dependencies: dependencies:
'@types/react': 18.2.65
detect-node-es: 1.1.0 detect-node-es: 1.1.0
react: 18.2.0 react: 18.2.0
tslib: 2.6.2 tslib: 2.6.2