From ed7777e77f5cfb54dc1dd4e6e46d9fb57a86ac28 Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Thu, 12 Sep 2024 12:33:35 +0100 Subject: [PATCH] fix: freeze shikijs to resolve as cjs properly --- packages/expo-atlas-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/expo-atlas-ui/package.json b/packages/expo-atlas-ui/package.json index b85905d..000ee69 100644 --- a/packages/expo-atlas-ui/package.json +++ b/packages/expo-atlas-ui/package.json @@ -44,7 +44,7 @@ "react-native-safe-area-context": "4.10.5", "react-native-svg": "15.2.0", "react-native-web": "~0.19.6", - "shiki": "^1.15.1", + "shiki": "1.15.1", "tailwind-gradient-mask-image": "^1.2.0", "tailwindcss": "^3.4.10", "tailwindcss-animate": "^1.0.7"