mirror of
https://github.com/Athou/commafeed.git
synced 2026-09-20 19:51:09 +00:00
Merge pull request #2121 from Athou/renovate/mantine-monorepo
fix(deps): update mantine monorepo to v9.1.0 (minor)
This commit is contained in:
86
commafeed-client/package-lock.json
generated
86
commafeed-client/package-lock.json
generated
@@ -12,13 +12,13 @@
|
||||
"@fontsource/open-sans": "5.2.7",
|
||||
"@lingui/core": "5.9.5",
|
||||
"@lingui/react": "5.9.5",
|
||||
"@mantine/core": "9.0.2",
|
||||
"@mantine/dates": "9.0.2",
|
||||
"@mantine/form": "9.0.2",
|
||||
"@mantine/hooks": "9.0.2",
|
||||
"@mantine/modals": "9.0.2",
|
||||
"@mantine/notifications": "9.0.2",
|
||||
"@mantine/spotlight": "9.0.2",
|
||||
"@mantine/core": "9.1.0",
|
||||
"@mantine/dates": "9.1.0",
|
||||
"@mantine/form": "9.1.0",
|
||||
"@mantine/hooks": "9.1.0",
|
||||
"@mantine/modals": "9.1.0",
|
||||
"@mantine/notifications": "9.1.0",
|
||||
"@mantine/spotlight": "9.1.0",
|
||||
"@monaco-editor/react": "4.7.0",
|
||||
"@react-querybuilder/mantine": "8.15.0",
|
||||
"@reduxjs/toolkit": "2.11.2",
|
||||
@@ -1707,43 +1707,43 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/core": {
|
||||
"version": "9.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-9.0.2.tgz",
|
||||
"integrity": "sha512-Ot4mgqRuWc9yCTr2BhMHKrGCikDa43dVr6oHwp1cxLN8+RfeRfm8fIfz0Tn/9syEVYwn64drzUlKVipDdHBPkA==",
|
||||
"version": "9.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-9.1.0.tgz",
|
||||
"integrity": "sha512-gT14pELclqrxhWZsFoY6MxN3dtVKxwUQFM9Y5SNzNyHgm6Mjh374pFdMg7P6FOECXYy1nlTP8y5S1vIR9CiNTA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@floating-ui/react": "^0.27.19",
|
||||
"clsx": "^2.1.1",
|
||||
"react-number-format": "^5.4.5",
|
||||
"react-remove-scroll": "^2.7.2",
|
||||
"type-fest": "^5.5.0"
|
||||
"type-fest": "^5.6.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mantine/hooks": "9.0.2",
|
||||
"@mantine/hooks": "9.1.0",
|
||||
"react": "^19.2.0",
|
||||
"react-dom": "^19.2.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/dates": {
|
||||
"version": "9.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/dates/-/dates-9.0.2.tgz",
|
||||
"integrity": "sha512-y3UZEa0agxsUXpvANPHjtM/31eGYGyc9C4FyTMKsgy1byH/F7uBofd6jzU4GRfyQ77DSExXnP9DMCnk7QFYKdg==",
|
||||
"version": "9.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/dates/-/dates-9.1.0.tgz",
|
||||
"integrity": "sha512-g6BbiqUjn7RI1/n8M/9n5Gof3YvCJDjs9TcfdFUJLBc6DPPqLTCi9EPnOon9ilSJl+ceW+LGYhYOJGPkmdI76A==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"clsx": "^2.1.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mantine/core": "9.0.2",
|
||||
"@mantine/hooks": "9.0.2",
|
||||
"@mantine/core": "9.1.0",
|
||||
"@mantine/hooks": "9.1.0",
|
||||
"dayjs": ">=1.0.0",
|
||||
"react": "^19.2.0",
|
||||
"react-dom": "^19.2.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/form": {
|
||||
"version": "9.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/form/-/form-9.0.2.tgz",
|
||||
"integrity": "sha512-VH7VsWL4ivZ+N/SrPPNOJkCSYvz+mPn/lQtQgM+pxZ/P+hu25rPyBIFpC6e9Gp92zQOIdjogs4AehqNYpYypAQ==",
|
||||
"version": "9.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/form/-/form-9.1.0.tgz",
|
||||
"integrity": "sha512-UH7RN89MCBaC+Z/u1BrOR9lFIezmD4JAiejzqeKm7cFXpPm05lgOUi7wZ+zvCBx1a2adog57NPfBQqvC1SHekQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@standard-schema/spec": "^1.1.0",
|
||||
@@ -1755,61 +1755,61 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/hooks": {
|
||||
"version": "9.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-9.0.2.tgz",
|
||||
"integrity": "sha512-luCVX4okiAZaSxuBYPtyPJJT8RwZyM2JUkSD4KWefzzcDbkKGHT4d4pHrvViwn5QcH2dY2j/42lj7ZTGX2yncw==",
|
||||
"version": "9.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-9.1.0.tgz",
|
||||
"integrity": "sha512-qWES5aD0fYfhEP1Kg82IYUZSg1fT9VTwJJF2jmn9lpIAYR2Bht9GIeWMd3WgjRNaxU+7A1I9rC2HADs0khKUpQ==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"react": "^19.2.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/modals": {
|
||||
"version": "9.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-9.0.2.tgz",
|
||||
"integrity": "sha512-V7nmDOdezr17qF2OhkrJ3wiUvNxIy47eke2yeAyv/3bUHiDbd5kH8UCl16+NxUg/cdsoesBIu8W8aKofqU6HHg==",
|
||||
"version": "9.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-9.1.0.tgz",
|
||||
"integrity": "sha512-JzrzaZWqq4OnQSVSpesUuDpPK72bj3uIHaUKCvHprNjCb0fG+c9bWw2Y6R8NtDtURMKCzhHpQh+OG0RQC0+yfA==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"@mantine/core": "9.0.2",
|
||||
"@mantine/hooks": "9.0.2",
|
||||
"@mantine/core": "9.1.0",
|
||||
"@mantine/hooks": "9.1.0",
|
||||
"react": "^19.2.0",
|
||||
"react-dom": "^19.2.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/notifications": {
|
||||
"version": "9.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-9.0.2.tgz",
|
||||
"integrity": "sha512-5zfFa4Lly/mnaCalwNLQDhA6qYGPWnf/PShZmYvaWdJE9qLSMWeDwiA704BmHwZ6ulu0diq/zKsfRpDrcVW6rw==",
|
||||
"version": "9.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-9.1.0.tgz",
|
||||
"integrity": "sha512-pF5wVjQ75rRH77H895n7jaseGKpAd3iP/JprXPkbK5crYyHaAu04HtiS42OpvW+eG64/gUaUjlxFdS7MCq899A==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@mantine/store": "9.0.2",
|
||||
"@mantine/store": "9.1.0",
|
||||
"react-transition-group": "4.4.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mantine/core": "9.0.2",
|
||||
"@mantine/hooks": "9.0.2",
|
||||
"@mantine/core": "9.1.0",
|
||||
"@mantine/hooks": "9.1.0",
|
||||
"react": "^19.2.0",
|
||||
"react-dom": "^19.2.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/spotlight": {
|
||||
"version": "9.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/spotlight/-/spotlight-9.0.2.tgz",
|
||||
"integrity": "sha512-o72NPwoRBHHOlQiHbYJrgc66eeSy/B+/xLSQ9YtSRiAPv6Z5J3m9CaqJ6/0PDIT5QRWX14B/WqDqELNtBtGXGA==",
|
||||
"version": "9.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/spotlight/-/spotlight-9.1.0.tgz",
|
||||
"integrity": "sha512-bzqhIzxNEY8cwp0Agrlfnjys17kv3EI0w1rAa9pNG3cWY8D4kT/k7iAnqsfB/W0y+Rm45+0YfFeWDrpVCE7nMQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@mantine/store": "9.0.2"
|
||||
"@mantine/store": "9.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mantine/core": "9.0.2",
|
||||
"@mantine/hooks": "9.0.2",
|
||||
"@mantine/core": "9.1.0",
|
||||
"@mantine/hooks": "9.1.0",
|
||||
"react": "^19.2.0",
|
||||
"react-dom": "^19.2.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/store": {
|
||||
"version": "9.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/store/-/store-9.0.2.tgz",
|
||||
"integrity": "sha512-5bckpj3Up7SUueKCPcpSTno7c8XTB6o2+mjUHH+Bh++X/S+kjPnxJWN+ikdSyCjLUWGChpEZlokRDswYmcpbDw==",
|
||||
"version": "9.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/store/-/store-9.1.0.tgz",
|
||||
"integrity": "sha512-0HhnJ7Ubx7WXFmU4b9cBL9d/CubYf8l645FpIugaQXPJ0wOnSCvehRM5vC3r3AftEW9ZaJwR6+fw4uPy7y55+g==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"react": "^19.2.0"
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
"@fontsource/open-sans": "5.2.7",
|
||||
"@lingui/core": "5.9.5",
|
||||
"@lingui/react": "5.9.5",
|
||||
"@mantine/core": "9.0.2",
|
||||
"@mantine/dates": "9.0.2",
|
||||
"@mantine/form": "9.0.2",
|
||||
"@mantine/hooks": "9.0.2",
|
||||
"@mantine/modals": "9.0.2",
|
||||
"@mantine/notifications": "9.0.2",
|
||||
"@mantine/spotlight": "9.0.2",
|
||||
"@mantine/core": "9.1.0",
|
||||
"@mantine/dates": "9.1.0",
|
||||
"@mantine/form": "9.1.0",
|
||||
"@mantine/hooks": "9.1.0",
|
||||
"@mantine/modals": "9.1.0",
|
||||
"@mantine/notifications": "9.1.0",
|
||||
"@mantine/spotlight": "9.1.0",
|
||||
"@monaco-editor/react": "4.7.0",
|
||||
"@react-querybuilder/mantine": "8.15.0",
|
||||
"@reduxjs/toolkit": "2.11.2",
|
||||
|
||||
Reference in New Issue
Block a user