Skip to content

Commit 6ad697e

Browse files
committed
fix duplicate symbols (macOS) and wrong app.json (Windows)
1 parent f5f6509 commit 6ad697e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"react-native": "^0.68.0-0",
8888
"react-native-builder-bob": "^0.18.0",
8989
"react-native-macos": "^0.68.0-0",
90-
"react-native-test-app": "^1.4.4",
90+
"react-native-test-app": "^1.4.6",
9191
"react-native-web": "^0.17.0",
9292
"react-native-windows": "^0.68.0-0",
9393
"react-test-renderer": "17.0.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9882,10 +9882,10 @@ react-native-macos@^0.68.0-0:
98829882
whatwg-fetch "^3.0.0"
98839883
ws "^6.1.4"
98849884

9885-
react-native-test-app@^1.4.4:
9886-
version "1.4.4"
9887-
resolved "https://registry.yarnpkg.com/react-native-test-app/-/react-native-test-app-1.4.4.tgz#0d932bea4131ba443de04b0537cc2774453976c9"
9888-
integrity sha512-AOB1zoHGq2XnyRXYyQyUqF4PAdABl4eMVoN8ub8Fno6Es5PmUS4hFPRzSxaSNxeQ4LEwOIZmKyYMkJlVFEp+9A==
9885+
react-native-test-app@^1.4.6:
9886+
version "1.4.6"
9887+
resolved "https://registry.yarnpkg.com/react-native-test-app/-/react-native-test-app-1.4.6.tgz#2087d453771676ed499c2a203eb6c867a84a6c1b"
9888+
integrity sha512-YOR/kQ1etMNc6/+DhYXiZQIqIz8Oox+5QvSuA+t8W0DfuUfIQkcLmEVT/11Eq5x7jcEjZAfc0yIm5yU+mhOTJw==
98899889
dependencies:
98909890
ajv "^8.0.0"
98919891
chalk "^4.1.0"

0 commit comments

Comments
 (0)