fix(deps): update mantine monorepo to ^8.3.6

This commit is contained in:
renovate[bot]
2025-10-29 10:10:47 +00:00
committed by GitHub
parent a94b3e05d3
commit 142d873c8b
2 changed files with 42 additions and 42 deletions

View File

@@ -12,12 +12,12 @@
"@fontsource/open-sans": "^5.2.7", "@fontsource/open-sans": "^5.2.7",
"@lingui/core": "^5.5.1", "@lingui/core": "^5.5.1",
"@lingui/react": "^5.5.1", "@lingui/react": "^5.5.1",
"@mantine/core": "^8.3.5", "@mantine/core": "^8.3.6",
"@mantine/form": "^8.3.5", "@mantine/form": "^8.3.6",
"@mantine/hooks": "^8.3.5", "@mantine/hooks": "^8.3.6",
"@mantine/modals": "^8.3.5", "@mantine/modals": "^8.3.6",
"@mantine/notifications": "^8.3.5", "@mantine/notifications": "^8.3.6",
"@mantine/spotlight": "^8.3.5", "@mantine/spotlight": "^8.3.6",
"@monaco-editor/react": "^4.7.0", "@monaco-editor/react": "^4.7.0",
"@reduxjs/toolkit": "^2.9.2", "@reduxjs/toolkit": "^2.9.2",
"axios": "^1.13.1", "axios": "^1.13.1",
@@ -1717,9 +1717,9 @@
} }
}, },
"node_modules/@mantine/core": { "node_modules/@mantine/core": {
"version": "8.3.5", "version": "8.3.6",
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-8.3.5.tgz", "resolved": "https://registry.npmjs.org/@mantine/core/-/core-8.3.6.tgz",
"integrity": "sha512-PdVNLMgOS2vFhOujRi6/VC9ic8w3UDyKX7ftwDeJ7yQT8CiepUxfbWWYpVpnq23bdWh/7fIT2Pn1EY8r8GOk7g==", "integrity": "sha512-paTl+0x+O/QtgMtqVJaG8maD8sfiOdgPmLOyG485FmeGZ1L3KMdEkhxZtmdGlDFsLXhmMGQ57ducT90bvhXX5A==",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
@@ -1731,15 +1731,15 @@
"type-fest": "^4.41.0" "type-fest": "^4.41.0"
}, },
"peerDependencies": { "peerDependencies": {
"@mantine/hooks": "8.3.5", "@mantine/hooks": "8.3.6",
"react": "^18.x || ^19.x", "react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x" "react-dom": "^18.x || ^19.x"
} }
}, },
"node_modules/@mantine/form": { "node_modules/@mantine/form": {
"version": "8.3.5", "version": "8.3.6",
"resolved": "https://registry.npmjs.org/@mantine/form/-/form-8.3.5.tgz", "resolved": "https://registry.npmjs.org/@mantine/form/-/form-8.3.6.tgz",
"integrity": "sha512-i9UFiHtO1dlrJXZkquyt+71YcNNxPPSkIcJCRp7k0Tif7bPqWK2xijPDEXzqvA53YvMvEMoqaQCEQLVmH7Esdg==", "integrity": "sha512-hIu0KdP1e1Vu7KUQ+cIDpor9UE9vO7iXR3dOMu6GPF3MlHFbwnCjakW9nxSCjP1PRTMwA3m43s4GIt22XfK9tg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"fast-deep-equal": "^3.1.3", "fast-deep-equal": "^3.1.3",
@@ -1750,9 +1750,9 @@
} }
}, },
"node_modules/@mantine/hooks": { "node_modules/@mantine/hooks": {
"version": "8.3.5", "version": "8.3.6",
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-8.3.5.tgz", "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-8.3.6.tgz",
"integrity": "sha512-0Wf08eWLKi3WkKlxnV1W5vfuN6wcvAV2VbhQlOy0R9nrWorGTtonQF6qqBE3PnJFYF1/ZE+HkYZQ/Dr7DmYSMQ==", "integrity": "sha512-liHfaWXHAkLjJy+Bkr29UsCwAoDQ/a64WrM67lksx8F0qqyjR5RQH8zVlhuOjdpQnwtlUkE/YiTvbJiPcoI0bw==",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"peerDependencies": { "peerDependencies": {
@@ -1760,52 +1760,52 @@
} }
}, },
"node_modules/@mantine/modals": { "node_modules/@mantine/modals": {
"version": "8.3.5", "version": "8.3.6",
"resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-8.3.5.tgz", "resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-8.3.6.tgz",
"integrity": "sha512-8pEhVc2NqUcO1+mQab1J5hDwMGKbqwMWMQptF++PUI0e82BGyoxuOdYywWvvW7+UzcA1REMF7uy0mfG9RLcjew==", "integrity": "sha512-pQFt32LigGSQAas/Wo6VqrE77HmbTRx8POSDh/r3PfPmoQdQpBN/C8mP2Z88JixIULq47DE49YEbgLG2Dyh1zA==",
"license": "MIT", "license": "MIT",
"peerDependencies": { "peerDependencies": {
"@mantine/core": "8.3.5", "@mantine/core": "8.3.6",
"@mantine/hooks": "8.3.5", "@mantine/hooks": "8.3.6",
"react": "^18.x || ^19.x", "react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x" "react-dom": "^18.x || ^19.x"
} }
}, },
"node_modules/@mantine/notifications": { "node_modules/@mantine/notifications": {
"version": "8.3.5", "version": "8.3.6",
"resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-8.3.5.tgz", "resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-8.3.6.tgz",
"integrity": "sha512-8TvzrPxfdtOLGTalv7Ei1hy2F6KbR3P7/V73yw3AOKhrf1ydS89sqV2ShbsucHGJk9Pto0wjdTPd8Q7pm5MAYw==", "integrity": "sha512-d3A96lyrFOVXtrwASEXALfzooKnnA60T2LclMXFF/4k27Ay5Hwza4D+ylqgxf0RkPfF9J6LhBXk72OjL5RH5Kg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@mantine/store": "8.3.5", "@mantine/store": "8.3.6",
"react-transition-group": "4.4.5" "react-transition-group": "4.4.5"
}, },
"peerDependencies": { "peerDependencies": {
"@mantine/core": "8.3.5", "@mantine/core": "8.3.6",
"@mantine/hooks": "8.3.5", "@mantine/hooks": "8.3.6",
"react": "^18.x || ^19.x", "react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x" "react-dom": "^18.x || ^19.x"
} }
}, },
"node_modules/@mantine/spotlight": { "node_modules/@mantine/spotlight": {
"version": "8.3.5", "version": "8.3.6",
"resolved": "https://registry.npmjs.org/@mantine/spotlight/-/spotlight-8.3.5.tgz", "resolved": "https://registry.npmjs.org/@mantine/spotlight/-/spotlight-8.3.6.tgz",
"integrity": "sha512-hK/nWnMGPicTjjRlM5eQdmXWi3HGYhM1bmc7NceIuS5Mmvcx3yb9llMZ9oHJz2StUgtGBe/uqFBKWAgFO2kYww==", "integrity": "sha512-fK5Or7Jao8sZhpR3uWvTxKXxMDF2nZ9/TKS0k4Lu+FOb+r0HtnjLgH4XsPqd65Zp909WwduJsRkMd0AS1TVt2w==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@mantine/store": "8.3.5" "@mantine/store": "8.3.6"
}, },
"peerDependencies": { "peerDependencies": {
"@mantine/core": "8.3.5", "@mantine/core": "8.3.6",
"@mantine/hooks": "8.3.5", "@mantine/hooks": "8.3.6",
"react": "^18.x || ^19.x", "react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x" "react-dom": "^18.x || ^19.x"
} }
}, },
"node_modules/@mantine/store": { "node_modules/@mantine/store": {
"version": "8.3.5", "version": "8.3.6",
"resolved": "https://registry.npmjs.org/@mantine/store/-/store-8.3.5.tgz", "resolved": "https://registry.npmjs.org/@mantine/store/-/store-8.3.6.tgz",
"integrity": "sha512-qN4fFsDMy86IV9oh1gZlDTv41RAsO0grjx90FGyT5QCv7NTgcavwxB74GBkhp45W8xn+Ms/awKy+6NxnmLmW1w==", "integrity": "sha512-fo86wF6nL8RPukY8cseAFQKk+bRVv3Ga/WmHJMYRsCbNleZOEZMXXUf/OVhmr1D3t+xzCzAlJe/sQ8MIS+c+pA==",
"license": "MIT", "license": "MIT",
"peerDependencies": { "peerDependencies": {
"react": "^18.x || ^19.x" "react": "^18.x || ^19.x"

View File

@@ -19,12 +19,12 @@
"@fontsource/open-sans": "^5.2.7", "@fontsource/open-sans": "^5.2.7",
"@lingui/core": "^5.5.1", "@lingui/core": "^5.5.1",
"@lingui/react": "^5.5.1", "@lingui/react": "^5.5.1",
"@mantine/core": "^8.3.5", "@mantine/core": "^8.3.6",
"@mantine/form": "^8.3.5", "@mantine/form": "^8.3.6",
"@mantine/hooks": "^8.3.5", "@mantine/hooks": "^8.3.6",
"@mantine/modals": "^8.3.5", "@mantine/modals": "^8.3.6",
"@mantine/notifications": "^8.3.5", "@mantine/notifications": "^8.3.6",
"@mantine/spotlight": "^8.3.5", "@mantine/spotlight": "^8.3.6",
"@monaco-editor/react": "^4.7.0", "@monaco-editor/react": "^4.7.0",
"@reduxjs/toolkit": "^2.9.2", "@reduxjs/toolkit": "^2.9.2",
"axios": "^1.13.1", "axios": "^1.13.1",