This commit is contained in:
dependabot[bot] 2025-03-05 13:32:19 +01:00 committed by GitHub
commit 73338eab8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 14 deletions

View file

@ -20,7 +20,7 @@
"@floating-ui/dom": "^1.6.12",
"@lezer/common": "^1.2.3",
"@lezer/highlight": "^1.2.1",
"@mantine/code-highlight": "^7.15.2",
"@mantine/code-highlight": "^7.17.1",
"@mantine/core": "^7.11.2",
"@mantine/dates": "^7.15.3",
"@mantine/hooks": "^7.11.2",

View file

@ -34,7 +34,7 @@
"@floating-ui/dom": "^1.6.12",
"@lezer/common": "^1.2.3",
"@lezer/highlight": "^1.2.1",
"@mantine/code-highlight": "^7.15.2",
"@mantine/code-highlight": "^7.17.1",
"@mantine/core": "^7.11.2",
"@mantine/dates": "^7.15.3",
"@mantine/hooks": "^7.11.2",
@ -2109,24 +2109,26 @@
}
},
"node_modules/@mantine/code-highlight": {
"version": "7.15.2",
"resolved": "https://registry.npmjs.org/@mantine/code-highlight/-/code-highlight-7.15.2.tgz",
"integrity": "sha512-vp4RLYtLQJ++W4TUVt5K78RAiwlqSTAM3N1yFdDjDF2d5sK3k7CEztYP2ahwroIuaMYgJy/iOIW7l5iMLBbl7w==",
"version": "7.17.1",
"resolved": "https://registry.npmjs.org/@mantine/code-highlight/-/code-highlight-7.17.1.tgz",
"integrity": "sha512-fNbCzLwj+QWC0OehaJvwArs+hXHeK/Gmanc2Y1IUjGikEUMUPTxXIXppgSta6UusqXNcjKhsfffsmDMFaxXwhg==",
"license": "MIT",
"dependencies": {
"clsx": "^2.1.1",
"highlight.js": "^11.10.0"
},
"peerDependencies": {
"@mantine/core": "7.15.2",
"@mantine/hooks": "7.15.2",
"@mantine/core": "7.17.1",
"@mantine/hooks": "7.17.1",
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
}
},
"node_modules/@mantine/core": {
"version": "7.15.3",
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.15.3.tgz",
"integrity": "sha512-8IMTq5xDJDjByDUYkDNKImikASStzrnPtVumKsrEnyEY0zhAWkAe/z/+PjTUMcN44ncJ/PrXQkJ6qMaVWzSZwA==",
"version": "7.17.1",
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.17.1.tgz",
"integrity": "sha512-V8O3Ftq4la4I4wNDkTfH4Slkt/pCEU32pTE/DkO46zua0VFxfOAJeLjaol0s11//T+bXx82DtjMsd9APWPuFhA==",
"license": "MIT",
"dependencies": {
"@floating-ui/react": "^0.26.28",
"clsx": "^2.1.1",
@ -2136,7 +2138,7 @@
"type-fest": "^4.27.0"
},
"peerDependencies": {
"@mantine/hooks": "7.15.3",
"@mantine/hooks": "7.17.1",
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
}
@ -2157,9 +2159,10 @@
}
},
"node_modules/@mantine/hooks": {
"version": "7.15.3",
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.15.3.tgz",
"integrity": "sha512-rZYObhrmww3OIb4O30pDox/rc+9k3AExO0FSw13t7cfz5/Di+Ho1cChswVFAshnp81ucGEod1fiDOfuyGW7JhA==",
"version": "7.17.1",
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.17.1.tgz",
"integrity": "sha512-mkHLrXMPd5xdI5WD7UOLwNEpdh/i6A7HaRDTXvjDE2/S0N8VmAE+BlvdyvWRMi7ODp2zVqJdP8cF1tgUn+Z0fA==",
"license": "MIT",
"peerDependencies": {
"react": "^18.x || ^19.x"
}