Update mantine monorepo to v7.10.2

This commit is contained in:
renovate[bot]
2024-06-13 21:47:30 +00:00
committed by GitHub
parent 01593d94eb
commit ef71a691ef

View File

@@ -1473,9 +1473,10 @@
}
},
"node_modules/@mantine/core": {
"version": "7.10.1",
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.10.1.tgz",
"integrity": "sha512-l9ypojKN3PjwO1CSLIsqxi7mA25+7w+xc71Q+JuCCREI0tuGwkZsKbIOpuTATIJOjPh8ycLiW7QxX1LYsRTq6w==",
"version": "7.10.2",
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.10.2.tgz",
"integrity": "sha512-sPqJY2A+zHAhi7/mJKL2EH92jKc6JDACJY17gXS+FcbIQgiaY1rxA/tdcybpq8FbswSgUYZO6CRL6XWEhatw5w==",
"license": "MIT",
"dependencies": {
"@floating-ui/react": "^0.26.9",
"clsx": "^2.1.1",
@@ -1485,7 +1486,7 @@
"type-fest": "^4.12.0"
},
"peerDependencies": {
"@mantine/hooks": "7.10.1",
"@mantine/hooks": "7.10.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
@@ -1494,14 +1495,16 @@
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
"integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
"license": "MIT",
"engines": {
"node": ">=6"
}
},
"node_modules/@mantine/core/node_modules/type-fest": {
"version": "4.15.0",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.15.0.tgz",
"integrity": "sha512-tB9lu0pQpX5KJq54g+oHOLumOx+pMep4RaM6liXh2PKmVRFF+/vAtUP0ZaJ0kOySfVNjF6doBWPHhBhISKdlIA==",
"version": "4.20.0",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.0.tgz",
"integrity": "sha512-MBh+PHUHHisjXf4tlx0CFWoMdjx8zCMLJHOjnV1prABYZFHqtFOyauCIK2/7w4oIfwkF8iNhLtnJEfVY2vn3iw==",
"license": "(MIT OR CC0-1.0)",
"engines": {
"node": ">=16"
},
@@ -1510,9 +1513,10 @@
}
},
"node_modules/@mantine/form": {
"version": "7.10.1",
"resolved": "https://registry.npmjs.org/@mantine/form/-/form-7.10.1.tgz",
"integrity": "sha512-mZwzg4GEWKEDKEIZu9FmSpGFzYYhFD2YArVOXUM0MMciUqX7yxSCon1PaPJxrV8ldc6FE+JLVI2+G2KVxJ3ZXA==",
"version": "7.10.2",
"resolved": "https://registry.npmjs.org/@mantine/form/-/form-7.10.2.tgz",
"integrity": "sha512-OlXQ04orkwQO+AEeA4OihYtfxpaoK/LC1r2/nnUQmChG/GO1X9MoEW8oTQYKyYDIpQc8+lHhos4gl9dEF5YAWw==",
"license": "MIT",
"dependencies": {
"fast-deep-equal": "^3.1.3",
"klona": "^2.0.6"
@@ -1522,57 +1526,62 @@
}
},
"node_modules/@mantine/hooks": {
"version": "7.10.1",
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.10.1.tgz",
"integrity": "sha512-0EH9WBWUdtQLGU3Ak+csQ77EtUxI6pPNfwZdRJQWcaA3f8SFOLo9h9CGxiikFExerhvuCeUlaTf3s+TB9Op/rw==",
"version": "7.10.2",
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.10.2.tgz",
"integrity": "sha512-3m4flbR2yv3Bl21pHl5BKOOnqrInp/gVD72rozLeu/jzIZqQy8yFRTY2bUWCebPwNem//OD1rCORsBXNXvq31g==",
"license": "MIT",
"peerDependencies": {
"react": "^18.2.0"
}
},
"node_modules/@mantine/modals": {
"version": "7.10.1",
"resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-7.10.1.tgz",
"integrity": "sha512-2riQSNpVV7f0baizlqcggz9hx9/+y6SQTnW3zEkl/RIkuyK9dpeMFUG6M+M8ntwP79b7x9n7Em9PMWxRbgi28A==",
"version": "7.10.2",
"resolved": "https://registry.npmjs.org/@mantine/modals/-/modals-7.10.2.tgz",
"integrity": "sha512-L/gjPnvokciHOuTXFZqkc5b+ECAGKe/0l0LXlDwM3PvGJs1/Wa4DBCSy3pdGhKv+rMwFr2HiBc8nibCfwaR7IQ==",
"license": "MIT",
"peerDependencies": {
"@mantine/core": "7.10.1",
"@mantine/hooks": "7.10.1",
"@mantine/core": "7.10.2",
"@mantine/hooks": "7.10.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
},
"node_modules/@mantine/notifications": {
"version": "7.10.1",
"resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-7.10.1.tgz",
"integrity": "sha512-cx3JR3BJzEzH6t2EF1ysrWVY/rdJk0WbSBQo/qFamJd2sbU+8XAHriI8Cx6hNo7uRGCwd8VGAj7Cf3aWK2VC5A==",
"version": "7.10.2",
"resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-7.10.2.tgz",
"integrity": "sha512-wX6qNBvpV7iqlH98AkGuS9plq02yYhTG7bkzP3Y7jd7o2ognLPoN83YeIaxzuZ/qVnWrwZrOHOx87Ox2e9Qyxw==",
"license": "MIT",
"dependencies": {
"@mantine/store": "7.10.1",
"@mantine/store": "7.10.2",
"react-transition-group": "4.4.5"
},
"peerDependencies": {
"@mantine/core": "7.10.1",
"@mantine/hooks": "7.10.1",
"@mantine/core": "7.10.2",
"@mantine/hooks": "7.10.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
},
"node_modules/@mantine/spotlight": {
"version": "7.10.1",
"resolved": "https://registry.npmjs.org/@mantine/spotlight/-/spotlight-7.10.1.tgz",
"integrity": "sha512-0G9HLaSbgJvSZRFIsEPyLUPM9heLBsYsKNYAeh6gTE6Q0/rdc5WrXxPUyOzdUaZVu4JVPvdzx/Ov5fa+kGgU4g==",
"version": "7.10.2",
"resolved": "https://registry.npmjs.org/@mantine/spotlight/-/spotlight-7.10.2.tgz",
"integrity": "sha512-sKwGRVjCEjVbNl950EqYWJo+AqyFi++XAGGSJpTB8k3gtNKjqO7O1rxXpZOuMaZ2W1KuNOtwee23YHdqFZ5qgQ==",
"license": "MIT",
"dependencies": {
"@mantine/store": "7.10.1"
"@mantine/store": "7.10.2"
},
"peerDependencies": {
"@mantine/core": "7.10.1",
"@mantine/hooks": "7.10.1",
"@mantine/core": "7.10.2",
"@mantine/hooks": "7.10.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
},
"node_modules/@mantine/store": {
"version": "7.10.1",
"resolved": "https://registry.npmjs.org/@mantine/store/-/store-7.10.1.tgz",
"integrity": "sha512-KrGBsSoMsfrYeLxPwf5rFv0s2Nl/4wf+AaF/U1SpQrMgPI8vYokPXx52Wp3jCmlo12NCZnCIG+/6YHAdTWH1qQ==",
"version": "7.10.2",
"resolved": "https://registry.npmjs.org/@mantine/store/-/store-7.10.2.tgz",
"integrity": "sha512-izT4ivE2Ka2NBTjy5Ck31F3sSybCBLXJhX/ESDCasVR9MKD2Ci2Y6nbm0UtBdPf4+PrDPZtaPwqQzL92uZLtCQ==",
"license": "MIT",
"peerDependencies": {
"react": "^18.2.0"
}