mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-04 12:10:14 -08:00
chore(deps): bump @mantine/code-highlight in /web/ui (#15630)
Bumps [@mantine/code-highlight](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/code-highlight) from 7.14.3 to 7.15.0. - [Release notes](https://github.com/mantinedev/mantine/releases) - [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md) - [Commits](https://github.com/mantinedev/mantine/commits/7.15.0/packages/@mantine/code-highlight) --- updated-dependencies: - dependency-name: "@mantine/code-highlight" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
9438966a40
commit
a976b8b135
|
@ -20,7 +20,7 @@
|
||||||
"@floating-ui/dom": "^1.6.7",
|
"@floating-ui/dom": "^1.6.7",
|
||||||
"@lezer/common": "^1.2.3",
|
"@lezer/common": "^1.2.3",
|
||||||
"@lezer/highlight": "^1.2.1",
|
"@lezer/highlight": "^1.2.1",
|
||||||
"@mantine/code-highlight": "^7.14.3",
|
"@mantine/code-highlight": "^7.15.0",
|
||||||
"@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",
|
||||||
|
|
29
web/ui/package-lock.json
generated
29
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.3",
|
"@lezer/common": "^1.2.3",
|
||||||
"@lezer/highlight": "^1.2.1",
|
"@lezer/highlight": "^1.2.1",
|
||||||
"@mantine/code-highlight": "^7.14.3",
|
"@mantine/code-highlight": "^7.15.0",
|
||||||
"@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",
|
||||||
|
@ -2076,24 +2076,26 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@mantine/code-highlight": {
|
"node_modules/@mantine/code-highlight": {
|
||||||
"version": "7.14.3",
|
"version": "7.15.0",
|
||||||
"resolved": "https://registry.npmjs.org/@mantine/code-highlight/-/code-highlight-7.14.3.tgz",
|
"resolved": "https://registry.npmjs.org/@mantine/code-highlight/-/code-highlight-7.15.0.tgz",
|
||||||
"integrity": "sha512-iTdirW7R4A8qhacwNJwzBRteLX3hlVlxc8TKEfBJ4KM9Ke5wZ7hrsclzXg3vsFDQHd+oKLtWUBsehecre4VR2Q==",
|
"integrity": "sha512-UJ1Qfjs7LigFQt/yuvjjWv7y6AGhfAc177tmlegs1E2OTVL8f11pM4PKGuoQxRD70Wwz+hG23ZNMumibEcRejg==",
|
||||||
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"clsx": "^2.1.1",
|
"clsx": "^2.1.1",
|
||||||
"highlight.js": "^11.10.0"
|
"highlight.js": "^11.10.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@mantine/core": "7.14.3",
|
"@mantine/core": "7.15.0",
|
||||||
"@mantine/hooks": "7.14.3",
|
"@mantine/hooks": "7.15.0",
|
||||||
"react": "^18.x || ^19.x",
|
"react": "^18.x || ^19.x",
|
||||||
"react-dom": "^18.x || ^19.x"
|
"react-dom": "^18.x || ^19.x"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@mantine/core": {
|
"node_modules/@mantine/core": {
|
||||||
"version": "7.14.3",
|
"version": "7.15.0",
|
||||||
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.14.3.tgz",
|
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.15.0.tgz",
|
||||||
"integrity": "sha512-niAi+ZYBr4KrG+X2Mx+muvEzUOOHc/Rx0vsbIGYeNe7urwHSm/xNEGsaapmCqeRC0CSL4KI6TJOq8QhnSuQZcw==",
|
"integrity": "sha512-tZlRydfaEaaCNIi3tl1u+VtJxNyBoml2iCJAy6ZqcNNcjy/krJmta5lVtjUeApZfE33rkvr+3WVqGk0YjW6oSQ==",
|
||||||
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@floating-ui/react": "^0.26.28",
|
"@floating-ui/react": "^0.26.28",
|
||||||
"clsx": "^2.1.1",
|
"clsx": "^2.1.1",
|
||||||
|
@ -2103,7 +2105,7 @@
|
||||||
"type-fest": "^4.27.0"
|
"type-fest": "^4.27.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@mantine/hooks": "7.14.3",
|
"@mantine/hooks": "7.15.0",
|
||||||
"react": "^18.x || ^19.x",
|
"react": "^18.x || ^19.x",
|
||||||
"react-dom": "^18.x || ^19.x"
|
"react-dom": "^18.x || ^19.x"
|
||||||
}
|
}
|
||||||
|
@ -2124,9 +2126,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@mantine/hooks": {
|
"node_modules/@mantine/hooks": {
|
||||||
"version": "7.14.3",
|
"version": "7.15.0",
|
||||||
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.14.3.tgz",
|
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.15.0.tgz",
|
||||||
"integrity": "sha512-cU3R9b8GLs6aCvpsVC56ZOOJCUIoDqX3RcLWkcfpA5a47LjWa/rzegP4YWfNW6/E9vodPJT4AEbYXVffYlyNwA==",
|
"integrity": "sha512-AV4ItRbVIWVDzpOPyj3ICrfQq7HEdKhO7IE7xxkdbJ4oj73DAq2jFsMoNdj3dN9u2tOn1bhPBIaP+8gKd0oAcw==",
|
||||||
|
"license": "MIT",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^18.x || ^19.x"
|
"react": "^18.x || ^19.x"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue