From 6632f2edf1a80966a05926544437c7a0c59e0074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 19:53:22 +0000 Subject: [PATCH] Bump @mantine/code-highlight from 7.6.2 to 7.9.0 Bumps [@mantine/code-highlight](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/code-highlight) from 7.6.2 to 7.9.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.9.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] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2d27ac1..d643c83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@heroicons/react": "^2.1.3", "@mantine/carousel": "^7.6.2", "@mantine/charts": "^7.6.2", - "@mantine/code-highlight": "^7.6.2", + "@mantine/code-highlight": "^7.9.0", "@mantine/core": "^7.6.2", "@mantine/dates": "^7.6.2", "@mantine/dropzone": "^7.6.2", @@ -3259,16 +3259,16 @@ } }, "node_modules/@mantine/code-highlight": { - "version": "7.6.2", - "resolved": "https://registry.npmjs.org/@mantine/code-highlight/-/code-highlight-7.6.2.tgz", - "integrity": "sha512-5JrCpONCdgrBfASQS5a7ZFrLD9e4uvjJDET10UX6ZS4dMPRqZZCYweJFUwaxhvRoIctpQeN5+Fuh95PVcZ5NXw==", + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/@mantine/code-highlight/-/code-highlight-7.9.0.tgz", + "integrity": "sha512-UvrzRQhp2S/l3J9f0HTNRao5S+WObxsQa37hiWQE/dT5qckZdC3zONbcIVim7EhnhC0saKBEJBThBVMhJhn29w==", "dependencies": { "clsx": "2.1.0", "highlight.js": "^11.9.0" }, "peerDependencies": { - "@mantine/core": "7.6.2", - "@mantine/hooks": "7.6.2", + "@mantine/core": "7.9.0", + "@mantine/hooks": "7.9.0", "react": "^18.2.0", "react-dom": "^18.2.0" } diff --git a/package.json b/package.json index 42ab602..a45d50d 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@heroicons/react": "^2.1.3", "@mantine/carousel": "^7.6.2", "@mantine/charts": "^7.6.2", - "@mantine/code-highlight": "^7.6.2", + "@mantine/code-highlight": "^7.9.0", "@mantine/core": "^7.6.2", "@mantine/dates": "^7.6.2", "@mantine/dropzone": "^7.6.2",