no log: Bump mantine to 8.3.16

This commit is contained in:
Anderson Shindy Oki
2026-03-11 14:44:17 +09:00
parent eaccd4b3b2
commit a2ec45b7bf
2 changed files with 55 additions and 51 deletions

View File

@@ -9,12 +9,12 @@
"version": "1.0.0",
"license": "GPL-3",
"dependencies": {
"@mantine/core": "^8.3.9",
"@mantine/dropzone": "^8.3.9",
"@mantine/form": "^8.3.9",
"@mantine/hooks": "^8.3.9",
"@mantine/modals": "^8.3.9",
"@mantine/notifications": "^8.3.9",
"@mantine/core": "^8.3.16",
"@mantine/dropzone": "^8.3.16",
"@mantine/form": "^8.3.16",
"@mantine/hooks": "^8.3.16",
"@mantine/modals": "^8.3.16",
"@mantine/notifications": "^8.3.16",
"@tanstack/react-query": "^5.64.1",
"@tanstack/react-table": "^8.19.2",
"axios": "^1.13.6",
@@ -27,7 +27,7 @@
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@fontsource/roboto": "^5.0.12",
"@fontsource/roboto": "^5.2.10",
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-brands-svg-icons": "^7.2.0",
"@fortawesome/free-regular-svg-icons": "^7.2.0",
@@ -2467,10 +2467,14 @@
"license": "MIT"
},
"node_modules/@fontsource/roboto": {
"version": "5.0.12",
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.0.12.tgz",
"integrity": "sha512-x0o17jvgoSSbS9OZnUX2+xJmVRvVCfeaYJjkS7w62iN7CuJWtMf5vJj8LqgC7ibqIkitOHVW+XssRjgrcHn62g==",
"dev": true
"version": "5.2.10",
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.2.10.tgz",
"integrity": "sha512-8HlA5FtSfz//oFSr2eL7GFXAiE7eIkcGOtx7tjsLKq+as702x9+GU7K95iDeWFapHC4M2hv9RrpXKRTGGBI8Zg==",
"dev": true,
"license": "OFL-1.1",
"funding": {
"url": "https://github.com/sponsors/ayuhito"
}
},
"node_modules/@fortawesome/fontawesome-common-types": {
"version": "7.2.0",
@@ -3144,9 +3148,9 @@
}
},
"node_modules/@mantine/core": {
"version": "8.3.9",
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-8.3.9.tgz",
"integrity": "sha512-ivj0Crn5N521cI2eWZBsBGckg0ZYRqfOJz5vbbvYmfj65bp0EdsyqZuOxXzIcn2aUScQhskfvzyhV5XIUv81PQ==",
"version": "8.3.16",
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-8.3.16.tgz",
"integrity": "sha512-YgmoYrb0I9UUDYfs9OVLvBUTgkA5vn5KZTfxlOaOSFxzhyYjrtwMQK+P7fvEIkenNQbbikhelj/IRcC2yNQyFQ==",
"license": "MIT",
"dependencies": {
"@floating-ui/react": "^0.27.16",
@@ -3157,7 +3161,7 @@
"type-fest": "^4.41.0"
},
"peerDependencies": {
"@mantine/hooks": "8.3.9",
"@mantine/hooks": "8.3.16",
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
}
@@ -3175,24 +3179,24 @@
}
},
"node_modules/@mantine/dropzone": {
"version": "8.3.9",
"resolved": "https://registry.npmjs.org/@mantine/dropzone/-/dropzone-8.3.9.tgz",
"integrity": "sha512-RXFpmHQnANMxa3qBssQyI/YS+Xzpr6N/vPWTXrAzjNrJApbwShlIKRDHNw4mmydYT3Wq9y86uzXFPsrPoaJWLA==",
"version": "8.3.16",
"resolved": "https://registry.npmjs.org/@mantine/dropzone/-/dropzone-8.3.16.tgz",
"integrity": "sha512-HFxt+DLlJKFpPPitfayiz+ZhtaXbiGgdmxBLmVe/ybEOXRS5St5xTlHQE6Iw67CGd4LuAv1CvDqyiQJw/fC9VQ==",
"license": "MIT",
"dependencies": {
"react-dropzone": "14.3.8"
"react-dropzone": "15.0.0"
},
"peerDependencies": {
"@mantine/core": "8.3.9",
"@mantine/hooks": "8.3.9",
"@mantine/core": "8.3.16",
"@mantine/hooks": "8.3.16",
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
}
},
"node_modules/@mantine/form": {
"version": "8.3.9",
"resolved": "https://registry.npmjs.org/@mantine/form/-/form-8.3.9.tgz",
"integrity": "sha512-G7eCo5TEWGcsWHrNGwp/o1yPcCYbaMdLq6SClN+wMhAA+qaEO1ZHf9mX8fSOX78nkaoyIrZHGOhbVXcZ7hmVrQ==",
"version": "8.3.16",
"resolved": "https://registry.npmjs.org/@mantine/form/-/form-8.3.16.tgz",
"integrity": "sha512-yx7HXXdbS/Qmps7NmVGHtmnqembCcDg7W1ijxG6w4kQLntD//Co20B3DSrMXmQ3o14p779ayzTmHkMd+dP4QbA==",
"license": "MIT",
"dependencies": {
"fast-deep-equal": "^3.1.3",
@@ -3203,46 +3207,46 @@
}
},
"node_modules/@mantine/hooks": {
"version": "8.3.9",
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-8.3.9.tgz",
"integrity": "sha512-Dfz7W0+K1cq4Gb1WFQCZn8tsMXkLH6MV409wZR/ToqsxdNDUMJ/xxbfnwEXWEZjXNJd1wDETHgc+cZG2lTe3Xw==",
"version": "8.3.16",
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-8.3.16.tgz",
"integrity": "sha512-DthR8/KDCLIip3KoXyn370HEiKxiOwH+ZeXs1UoSv/e58xR88OE85Slyb5b5pRsDa4ndYnES+j9wyRyrRXLWfg==",
"license": "MIT",
"peerDependencies": {
"react": "^18.x || ^19.x"
}
},
"node_modules/@mantine/modals": {
"version": "8.3.9",
"resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-8.3.9.tgz",
"integrity": "sha512-0WOikHgECJeWA/1TNf+sxOnpNwQjmpyph3XEhzFkgneimW6Ry7R6qd/i345CDLSu6kP6FGGRI73SUROiTcu2Ng==",
"version": "8.3.16",
"resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-8.3.16.tgz",
"integrity": "sha512-5wRlcoIdMtxOyHPjwa/ibPndv+PwotdaX6T0W9gqEST3vOSndGD6+FwKJj8kNomyeeDISiMMWBV5QQGwC7QvTA==",
"license": "MIT",
"peerDependencies": {
"@mantine/core": "8.3.9",
"@mantine/hooks": "8.3.9",
"@mantine/core": "8.3.16",
"@mantine/hooks": "8.3.16",
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
}
},
"node_modules/@mantine/notifications": {
"version": "8.3.9",
"resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-8.3.9.tgz",
"integrity": "sha512-emUdoCyaccf/NuNmJ4fQgloJ7hEod0Pde7XIoD9xUUztVchL143oWRU2gYm6cwqzSyjpjTaqPXfz5UvEBRYjZw==",
"version": "8.3.16",
"resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-8.3.16.tgz",
"integrity": "sha512-FqUgWYlBGwpwDAh4q5K6xO/cGQpU+jqdPpQOVy12881vZaJsCk4XWmDzL7BwY6cS15nxU26DBokixZSrUKPTng==",
"license": "MIT",
"dependencies": {
"@mantine/store": "8.3.9",
"@mantine/store": "8.3.16",
"react-transition-group": "4.4.5"
},
"peerDependencies": {
"@mantine/core": "8.3.9",
"@mantine/hooks": "8.3.9",
"@mantine/core": "8.3.16",
"@mantine/hooks": "8.3.16",
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
}
},
"node_modules/@mantine/store": {
"version": "8.3.9",
"resolved": "https://registry.npmjs.org/@mantine/store/-/store-8.3.9.tgz",
"integrity": "sha512-Z4tYW597mD3NxHLlJ3OJ1aKucmwrD9nhqobz+142JNw01aHqzKjxVXlu3L5GGa7F3u3OjXJk/qb1QmUs4sU+Jw==",
"version": "8.3.16",
"resolved": "https://registry.npmjs.org/@mantine/store/-/store-8.3.16.tgz",
"integrity": "sha512-BLbAw5z3aAxO82LwICw6FEHq53dgn7CqKYYiwr+Gm2nHYlyvwg15q9ByfM44LiKY7R0YpDPHfCJcJP37MHHDSQ==",
"license": "MIT",
"peerDependencies": {
"react": "^18.x || ^19.x"
@@ -9096,9 +9100,9 @@
}
},
"node_modules/react-dropzone": {
"version": "14.3.8",
"resolved": "https://registry.npmjs.org/react-dropzone/-/react-dropzone-14.3.8.tgz",
"integrity": "sha512-sBgODnq+lcA4P296DY4wacOZz3JFpD99fp+hb//iBO2HHnyeZU3FwWyXJ6salNpqQdsZrgMrotuko/BdJMV8Ug==",
"version": "15.0.0",
"resolved": "https://registry.npmjs.org/react-dropzone/-/react-dropzone-15.0.0.tgz",
"integrity": "sha512-lGjYV/EoqEjEWPnmiSvH4v5IoIAwQM2W4Z1C0Q/Pw2xD0eVzKPS359BQTUMum+1fa0kH2nrKjuavmTPOGhpLPg==",
"license": "MIT",
"dependencies": {
"attr-accept": "^2.2.4",

View File

@@ -13,12 +13,12 @@
},
"private": true,
"dependencies": {
"@mantine/core": "^8.3.9",
"@mantine/dropzone": "^8.3.9",
"@mantine/form": "^8.3.9",
"@mantine/hooks": "^8.3.9",
"@mantine/modals": "^8.3.9",
"@mantine/notifications": "^8.3.9",
"@mantine/core": "^8.3.16",
"@mantine/dropzone": "^8.3.16",
"@mantine/form": "^8.3.16",
"@mantine/hooks": "^8.3.16",
"@mantine/modals": "^8.3.16",
"@mantine/notifications": "^8.3.16",
"@tanstack/react-query": "^5.64.1",
"@tanstack/react-table": "^8.19.2",
"axios": "^1.13.6",
@@ -31,7 +31,7 @@
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@fontsource/roboto": "^5.0.12",
"@fontsource/roboto": "^5.2.10",
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-brands-svg-icons": "^7.2.0",
"@fortawesome/free-regular-svg-icons": "^7.2.0",