mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Merge fe5e625d58
into 6da8b1050e
This commit is contained in:
commit
73338eab8b
|
@ -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",
|
||||
|
|
29
web/ui/package-lock.json
generated
29
web/ui/package-lock.json
generated
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue