From a686036cf85c024127e744b6979c0672b305349e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 May 2024 20:20:34 +0000 Subject: [PATCH] fix: upgrade react from 18.0.0 to 18.3.0 Snyk has created this PR to upgrade react from 18.0.0 to 18.3.0. See this package in npm: https://www.npmjs.com/package/react See this project in Snyk: https://app.snyk.io/org/dan.burcaw/project/45a440f8-5497-4b62-9c8c-e975f2a14a3c?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/TestNamiTV/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/TestNamiTV/package.json b/examples/TestNamiTV/package.json index c2f830fe..ad9d5480 100644 --- a/examples/TestNamiTV/package.json +++ b/examples/TestNamiTV/package.json @@ -20,7 +20,7 @@ "@react-navigation/bottom-tabs": "^6.5.7", "@react-navigation/native": "^6.1.6", "@react-navigation/native-stack": "^6.9.12", - "react": "18.0.0", + "react": "18.3.0", "react-native": "npm:react-native-tvos@0.69.8-2", "react-native-nami-sdk": "file:../../", "react-native-reanimated": "^2.3.1",