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:
dependabot[bot] 2024-12-11 15:26:22 +01:00 committed by GitHub
parent 9438966a40
commit a976b8b135
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.7",
"@lezer/common": "^1.2.3",
"@lezer/highlight": "^1.2.1",
"@mantine/code-highlight": "^7.14.3",
"@mantine/code-highlight": "^7.15.0",
"@mantine/core": "^7.11.2",
"@mantine/dates": "^7.13.1",
"@mantine/hooks": "^7.11.2",

View file

@ -34,7 +34,7 @@
"@floating-ui/dom": "^1.6.7",
"@lezer/common": "^1.2.3",
"@lezer/highlight": "^1.2.1",
"@mantine/code-highlight": "^7.14.3",
"@mantine/code-highlight": "^7.15.0",
"@mantine/core": "^7.11.2",
"@mantine/dates": "^7.13.1",
"@mantine/hooks": "^7.11.2",
@ -2076,24 +2076,26 @@
}
},
"node_modules/@mantine/code-highlight": {
"version": "7.14.3",
"resolved": "https://registry.npmjs.org/@mantine/code-highlight/-/code-highlight-7.14.3.tgz",
"integrity": "sha512-iTdirW7R4A8qhacwNJwzBRteLX3hlVlxc8TKEfBJ4KM9Ke5wZ7hrsclzXg3vsFDQHd+oKLtWUBsehecre4VR2Q==",
"version": "7.15.0",
"resolved": "https://registry.npmjs.org/@mantine/code-highlight/-/code-highlight-7.15.0.tgz",
"integrity": "sha512-UJ1Qfjs7LigFQt/yuvjjWv7y6AGhfAc177tmlegs1E2OTVL8f11pM4PKGuoQxRD70Wwz+hG23ZNMumibEcRejg==",
"license": "MIT",
"dependencies": {
"clsx": "^2.1.1",
"highlight.js": "^11.10.0"
},
"peerDependencies": {
"@mantine/core": "7.14.3",
"@mantine/hooks": "7.14.3",
"@mantine/core": "7.15.0",
"@mantine/hooks": "7.15.0",
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
}
},
"node_modules/@mantine/core": {
"version": "7.14.3",
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.14.3.tgz",
"integrity": "sha512-niAi+ZYBr4KrG+X2Mx+muvEzUOOHc/Rx0vsbIGYeNe7urwHSm/xNEGsaapmCqeRC0CSL4KI6TJOq8QhnSuQZcw==",
"version": "7.15.0",
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.15.0.tgz",
"integrity": "sha512-tZlRydfaEaaCNIi3tl1u+VtJxNyBoml2iCJAy6ZqcNNcjy/krJmta5lVtjUeApZfE33rkvr+3WVqGk0YjW6oSQ==",
"license": "MIT",
"dependencies": {
"@floating-ui/react": "^0.26.28",
"clsx": "^2.1.1",
@ -2103,7 +2105,7 @@
"type-fest": "^4.27.0"
},
"peerDependencies": {
"@mantine/hooks": "7.14.3",
"@mantine/hooks": "7.15.0",
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
}
@ -2124,9 +2126,10 @@
}
},
"node_modules/@mantine/hooks": {
"version": "7.14.3",
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.14.3.tgz",
"integrity": "sha512-cU3R9b8GLs6aCvpsVC56ZOOJCUIoDqX3RcLWkcfpA5a47LjWa/rzegP4YWfNW6/E9vodPJT4AEbYXVffYlyNwA==",
"version": "7.15.0",
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.15.0.tgz",
"integrity": "sha512-AV4ItRbVIWVDzpOPyj3ICrfQq7HEdKhO7IE7xxkdbJ4oj73DAq2jFsMoNdj3dN9u2tOn1bhPBIaP+8gKd0oAcw==",
"license": "MIT",
"peerDependencies": {
"react": "^18.x || ^19.x"
}