chore(deps): bump @mantine/code-highlight in /web/ui

Bumps [@mantine/code-highlight](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/code-highlight) from 7.15.2 to 7.17.2.
- [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.17.2/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>
pull/16297/head
dependabot[bot] 3 months ago committed by GitHub
parent 02354a101b
commit 611b4797c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      web/ui/mantine-ui/package.json
  2. 13
      web/ui/package-lock.json

@ -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",

@ -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…
Cancel
Save