From 23ac91c6cf775cafbb6d1a541bfeb78eaa633d10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kr=C3=A6n=20Hansen?= Date: Tue, 19 Mar 2024 18:28:16 +0100 Subject: [PATCH] Upgrading expo example to the latest mocha-remote-react-native --- examples/expo/package.json | 2 +- package-lock.json | 11 +---------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/examples/expo/package.json b/examples/expo/package.json index fb49a2e..9589586 100644 --- a/examples/expo/package.json +++ b/examples/expo/package.json @@ -34,7 +34,7 @@ "dependencies": { "expo": "~50.0.13", "expo-status-bar": "~1.11.1", - "mocha-remote-react-native": "1.8.0", + "mocha-remote-react-native": "1.9.0", "react": "18.2.0", "react-native": "0.73.6" }, diff --git a/package-lock.json b/package-lock.json index 6492c77..5a9089f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "dependencies": { "expo": "~50.0.13", "expo-status-bar": "~1.11.1", - "mocha-remote-react-native": "1.8.0", + "mocha-remote-react-native": "1.9.0", "react": "18.2.0", "react-native": "0.73.6" }, @@ -46,15 +46,6 @@ "@types/react": "~18.2.45" } }, - "examples/expo/node_modules/mocha-remote-react-native": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/mocha-remote-react-native/-/mocha-remote-react-native-1.8.0.tgz", - "integrity": "sha512-8l6LqFg1bVQSxHzVeMwUvt+J5T1Z9u4PboEfYn5gq2pJoezlHp7L+snvviOxU0hN390mAiSQyooYiqbv2eFG+A==", - "peerDependencies": { - "react": "^18", - "react-native": "*" - } - }, "node_modules/@aashutoshrathi/word-wrap": { "version": "1.2.6", "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz",