From 16950d71af4e53268a1220967bcd5c338a9f323f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 03:46:17 +0000 Subject: [PATCH] Bump shiki from 1.1.7 to 1.2.0 Bumps [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) from 1.1.7 to 1.2.0. - [Release notes](https://github.com/shikijs/shiki/releases) - [Changelog](https://github.com/shikijs/shiki/blob/main/CHANGELOG.md) - [Commits](https://github.com/shikijs/shiki/commits/v1.2.0/packages/shiki) --- updated-dependencies: - dependency-name: shiki dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 8bcd384..6cfee64 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "rehype-pretty-code": "^0.13.0", "rehype-slug": "^6.0.0", "remark-gfm": "^3.0.1", - "shiki": "^1.1.7", + "shiki": "^1.2.0", "swr": "^2.2.5", "tiny-invariant": "^1.3.3", "use-delayed-render": "^0.0.7" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ce1c191..5bc99ad 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,9 +1,5 @@ lockfileVersion: '6.0' -settings: - autoInstallPeers: true - excludeLinksFromLockfile: false - dependencies: '@tailwindcss/typography': specifier: ^0.5.10 @@ -52,7 +48,7 @@ dependencies: version: 7.1.0 rehype-pretty-code: specifier: ^0.13.0 - version: 0.13.0(shiki@1.1.7) + version: 0.13.0(shiki@1.2.0) rehype-slug: specifier: ^6.0.0 version: 6.0.0 @@ -60,8 +56,8 @@ dependencies: specifier: ^3.0.1 version: 3.0.1 shiki: - specifier: ^1.1.7 - version: 1.1.7 + specifier: ^1.2.0 + version: 1.2.0 swr: specifier: ^2.2.5 version: 2.2.5(react@18.2.0) @@ -1100,8 +1096,8 @@ packages: resolution: {integrity: sha512-RbhOOTCNoCrbfkRyoXODZp75MlpiHMgbE5MEBZAnnnLyQNgrigEj4p0lzsMDyc1zVsJDLrivB58tgg3emX0eEA==} dev: true - /@shikijs/core@1.1.7: - resolution: {integrity: sha512-gTYLUIuD1UbZp/11qozD3fWpUTuMqPSf3svDMMrL0UmlGU7D9dPw/V1FonwAorCUJBltaaESxq90jrSjQyGixg==} + /@shikijs/core@1.2.0: + resolution: {integrity: sha512-OlFvx+nyr5C8zpcMBnSGir0YPD6K11uYhouqhNmm1qLiis4GA7SsGtu07r9gKS9omks8RtQqHrJL4S+lqWK01A==} dev: false /@swc/helpers@0.5.2: @@ -5058,7 +5054,7 @@ packages: unified: 11.0.4 dev: false - /rehype-pretty-code@0.13.0(shiki@1.1.7): + /rehype-pretty-code@0.13.0(shiki@1.2.0): resolution: {integrity: sha512-+22dz1StXlF7dlMyOySNaVxgcGhMI4BCxq0JxJJPWYGiKsI6cu5jyuIKGHXHvH18D8sv1rdKtvsY9UEfN3++SQ==} engines: {node: '>=18'} peerDependencies: @@ -5068,7 +5064,7 @@ packages: hast-util-to-string: 3.0.0 parse-numeric-range: 1.3.0 rehype-parse: 9.0.0 - shiki: 1.1.7 + shiki: 1.2.0 unified: 11.0.4 unist-util-visit: 5.0.0 dev: false @@ -5330,10 +5326,10 @@ packages: engines: {node: '>=8'} dev: true - /shiki@1.1.7: - resolution: {integrity: sha512-9kUTMjZtcPH3i7vHunA6EraTPpPOITYTdA5uMrvsJRexktqP0s7P3s9HVK80b4pP42FRVe03D7fT3NmJv2yYhw==} + /shiki@1.2.0: + resolution: {integrity: sha512-xLhiTMOIUXCv5DqJ4I70GgQCtdlzsTqFLZWcMHHG3TAieBUbvEGthdrlPDlX4mL/Wszx9C6rEcxU6kMlg4YlxA==} dependencies: - '@shikijs/core': 1.1.7 + '@shikijs/core': 1.2.0 dev: false /side-channel@1.0.6: @@ -6212,3 +6208,7 @@ packages: /zwitch@2.0.4: resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} dev: false + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false