From 45f7e422a472a977cb1367ed8f4f7bb384cc1d6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 10:20:26 +0000 Subject: [PATCH] chore(deps): bump @mantine/code-highlight from 7.5.3 to 7.7.0 Bumps [@mantine/code-highlight](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/code-highlight) from 7.5.3 to 7.7.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.7.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] --- pnpm-lock.yaml | 14 +++++++------- services/manage/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1f5f175..898911e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -188,8 +188,8 @@ importers: specifier: ^7.21.11 version: 7.21.11(@babel/core@7.23.9) '@mantine/code-highlight': - specifier: ^7.5.2 - version: 7.5.3(@mantine/core@7.5.3)(@mantine/hooks@7.5.3)(react-dom@18.2.0)(react@18.2.0) + specifier: ^7.7.0 + version: 7.7.0(@mantine/core@7.5.3)(@mantine/hooks@7.5.3)(react-dom@18.2.0)(react@18.2.0) '@mantine/core': specifier: ^7.5.3 version: 7.5.3(@mantine/hooks@7.5.3)(react-dom@18.2.0)(react@18.2.0) @@ -2748,17 +2748,17 @@ packages: engines: {node: '>=8'} dev: false - /@mantine/code-highlight@7.5.3(@mantine/core@7.5.3)(@mantine/hooks@7.5.3)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-TLZSkVAfX3KH9XKjJl965KX6TjpMKtNzObjI6Uvo/J/5Rvqhe7xbhBPJDT7yhSD+wjnTMsEWEb68rmQa3M/cEA==} + /@mantine/code-highlight@7.7.0(@mantine/core@7.5.3)(@mantine/hooks@7.5.3)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-ue+ItjT57yGx/MaWpaHF0iJje+Zn+CQwLK6cMnF80zI54i7Wbsy2Rb6ZbDP7pAP8lc+6vaojO50OoKUcbCXxNg==} peerDependencies: - '@mantine/core': 7.5.3 - '@mantine/hooks': 7.5.3 + '@mantine/core': 7.7.0 + '@mantine/hooks': 7.7.0 react: ^18.2.0 react-dom: ^18.2.0 dependencies: '@mantine/core': 7.5.3(@mantine/hooks@7.5.3)(react-dom@18.2.0)(react@18.2.0) '@mantine/hooks': 7.5.3(react@18.2.0) - clsx: 2.0.0 + clsx: 2.1.0 highlight.js: 11.9.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) diff --git a/services/manage/package.json b/services/manage/package.json index 6dd83ec..0911ce5 100644 --- a/services/manage/package.json +++ b/services/manage/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", - "@mantine/code-highlight": "^7.5.2", + "@mantine/code-highlight": "^7.7.0", "@mantine/core": "^7.5.3", "@mantine/dates": "^7.5.3", "@mantine/form": "^7.5.3",