From 9ff006df83100058f736981507fa383415a4ef09 Mon Sep 17 00:00:00 2001 From: Valery Melou Date: Thu, 1 Aug 2024 08:25:55 +0100 Subject: [PATCH] chore: downgrade shiki version --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c3b5467..5d337f1 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "postcss-url": "~10.1.3", "prettier": "^3.2.5", "prettier-plugin-tailwindcss": "^0.6.5", - "shiki": "^1.12.0", + "shiki": "^1.11.1", "tailwindcss": "^3.4.4", "ts-jest": "^29.1.0", "ts-node": "10.9.2", diff --git a/yarn.lock b/yarn.lock index f73eb08..4377390 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10504,7 +10504,7 @@ shell-quote@^1.8.1: resolved "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz" integrity sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA== -shiki@^1.12.0: +shiki@^1.11.1: version "1.12.0" resolved "https://registry.yarnpkg.com/shiki/-/shiki-1.12.0.tgz#fd4900442405760df5c5819b5baa3892ef9612d2" integrity sha512-BuAxWOm5JhRcbSOl7XCei8wGjgJJonnV0oipUupPY58iULxUGyHhW5CF+9FRMuM1pcJ5cGEJGll1LusX6FwpPA==