From 70715e6014f54246c7d6505b63f7e11578b1e2ff Mon Sep 17 00:00:00 2001 From: Kshitij Pramod Ghongadi Date: Sun, 7 Apr 2024 21:32:10 +0530 Subject: [PATCH] TP-61032 | Package version fix (#10335) Co-authored-by: Shivam Goyal --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 832cefbf15..44beb737f1 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "lottie-react-native": "^5.1.6", "react": "^18.2.0", "react-native": "0.73.2", - "react-native-code-push": "^8.2.0", + "react-native-code-push": "8.2.1", "react-native-config": "^1.5.1", "react-native-gesture-handler": "^2.14.0", "react-native-linear-gradient": "^2.5.6",