mirror of
https://github.com/prometheus/prometheus.git
synced 2025-12-10 20:11:11 +01:00
Merge pull request #16297 from prometheus/dependabot/npm_and_yarn/web/ui/mantine/code-highlight-7.17.2
chore(deps): bump @mantine/code-highlight from 7.15.2 to 7.17.2 in /web/ui
This commit is contained in:
commit
f158d27816
@ -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.2",
|
||||
"@mantine/core": "^7.17.2",
|
||||
"@mantine/dates": "^7.17.2",
|
||||
"@mantine/hooks": "^7.17.2",
|
||||
|
||||
13
web/ui/package-lock.json
generated
13
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.2",
|
||||
"@mantine/core": "^7.17.2",
|
||||
"@mantine/dates": "^7.17.2",
|
||||
"@mantine/hooks": "^7.17.2",
|
||||
@ -2146,16 +2146,17 @@
|
||||
}
|
||||
},
|
||||
"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.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/code-highlight/-/code-highlight-7.17.2.tgz",
|
||||
"integrity": "sha512-sUS3ZsZ1KAOgywZdnR448V9pVe+O9tZLUZwtZKNF9SrxUJazddxD3TS+e/qFLUocQQwhSa/zHMSmbtPbfiDvMg==",
|
||||
"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.2",
|
||||
"@mantine/hooks": "7.17.2",
|
||||
"react": "^18.x || ^19.x",
|
||||
"react-dom": "^18.x || ^19.x"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user