From 43fa525a3c48c3c4ddc4e7a1bf530f5851ed3f35 Mon Sep 17 00:00:00 2001 From: Stavan Bhatt Date: Wed, 27 Dec 2023 11:45:24 +0530 Subject: [PATCH] feat: UNT-T20914: fix Skia import errors --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8ff2aa4..49046cb 100644 --- a/package.json +++ b/package.json @@ -42,8 +42,8 @@ "example": "yarn --cwd example" }, "peerDependencies": { - "@shopify/react-native-skia": "^0.1.211", - "d3-scale": "^4.0.2", + "@shopify/react-native-skia": "0.1.228", + "d3-scale": "4.0.2", "react": "*", "react-native": "*" }, @@ -111,7 +111,7 @@ ] }, "dependencies": { - "@shopify/react-native-skia": "^0.1.228", - "d3-scale": "^4.0.2" + "@shopify/react-native-skia": "0.1.228", + "d3-scale": "4.0.2" } } \ No newline at end of file