mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-30 07:03:06 -08:00
Merge pull request #15060 from prometheus/dependabot/npm_and_yarn/web/ui/mantine/code-highlight-7.13.1
Bump @mantine/code-highlight from 7.12.2 to 7.13.1 in /web/ui
This commit is contained in:
commit
cb895264a1
|
@ -20,7 +20,7 @@
|
||||||
"@floating-ui/dom": "^1.6.7",
|
"@floating-ui/dom": "^1.6.7",
|
||||||
"@lezer/common": "^1.2.1",
|
"@lezer/common": "^1.2.1",
|
||||||
"@lezer/highlight": "^1.2.1",
|
"@lezer/highlight": "^1.2.1",
|
||||||
"@mantine/code-highlight": "^7.11.2",
|
"@mantine/code-highlight": "^7.13.1",
|
||||||
"@mantine/core": "^7.11.2",
|
"@mantine/core": "^7.11.2",
|
||||||
"@mantine/dates": "^7.13.1",
|
"@mantine/dates": "^7.13.1",
|
||||||
"@mantine/hooks": "^7.11.2",
|
"@mantine/hooks": "^7.11.2",
|
||||||
|
|
13
web/ui/package-lock.json
generated
13
web/ui/package-lock.json
generated
|
@ -34,7 +34,7 @@
|
||||||
"@floating-ui/dom": "^1.6.7",
|
"@floating-ui/dom": "^1.6.7",
|
||||||
"@lezer/common": "^1.2.1",
|
"@lezer/common": "^1.2.1",
|
||||||
"@lezer/highlight": "^1.2.1",
|
"@lezer/highlight": "^1.2.1",
|
||||||
"@mantine/code-highlight": "^7.11.2",
|
"@mantine/code-highlight": "^7.13.1",
|
||||||
"@mantine/core": "^7.11.2",
|
"@mantine/core": "^7.11.2",
|
||||||
"@mantine/dates": "^7.13.1",
|
"@mantine/dates": "^7.13.1",
|
||||||
"@mantine/hooks": "^7.11.2",
|
"@mantine/hooks": "^7.11.2",
|
||||||
|
@ -2171,17 +2171,16 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@mantine/code-highlight": {
|
"node_modules/@mantine/code-highlight": {
|
||||||
"version": "7.12.2",
|
"version": "7.13.1",
|
||||||
"resolved": "https://registry.npmjs.org/@mantine/code-highlight/-/code-highlight-7.12.2.tgz",
|
"resolved": "https://registry.npmjs.org/@mantine/code-highlight/-/code-highlight-7.13.1.tgz",
|
||||||
"integrity": "sha512-eVVA6ZmtV2qV60qiQW3wvFbs0ryCmzrCJaqU4GV0D+6lGVn8mwbbo36+Jt4Qz/6FrswPD99ALRBlOwHDJe0P8A==",
|
"integrity": "sha512-7Iz6ymlTFf8hRu7OBUDOaevr2cnOPtktnDJ+9KtYibA7iZoaMxtv7CfarhfcYghDdPK9HOIQpAJkbzD5NgwjYQ==",
|
||||||
"license": "MIT",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"clsx": "^2.1.1",
|
"clsx": "^2.1.1",
|
||||||
"highlight.js": "^11.9.0"
|
"highlight.js": "^11.9.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@mantine/core": "7.12.2",
|
"@mantine/core": "7.13.1",
|
||||||
"@mantine/hooks": "7.12.2",
|
"@mantine/hooks": "7.13.1",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-dom": "^18.2.0"
|
"react-dom": "^18.2.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue