mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-05 22:56:11 +00:00
fix: example app package.json file and yarn.lock (#2303)
# Summary
Fix problem package.json
## Test Plan
install packages and run apps.
## Compatibility
| OS | Implemented |
| ------- | :---------: |
| Web | ✅ |
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-native": "0.74.0",
|
||||
"react-native-reanimated": "3.9.0-nightly-20240421-474f6983d",
|
||||
"react-native-svg": "link:../",
|
||||
|
||||
@@ -2061,14 +2061,6 @@
|
||||
prompts "^2.4.2"
|
||||
semver "^7.5.2"
|
||||
|
||||
"@react-native-mac/virtualized-lists@^0.73.3":
|
||||
version "0.73.3"
|
||||
resolved "https://registry.yarnpkg.com/@react-native-mac/virtualized-lists/-/virtualized-lists-0.73.3.tgz#90e74e0fcb00f2e0a2f24baf7737b8a18368e00d"
|
||||
integrity sha512-7UcvjGYLIU0s2FzVLUPxHYo68tqtZV6x0AH8B0Hf9mkkpENGdRIKD7wDv0kjb/GkVn+qk94u3u0kQyMNRY9UkQ==
|
||||
dependencies:
|
||||
invariant "^2.2.4"
|
||||
nullthrows "^1.1.1"
|
||||
|
||||
"@react-native-windows/cli@0.73.0":
|
||||
version "0.73.0"
|
||||
resolved "https://registry.yarnpkg.com/@react-native-windows/cli/-/cli-0.73.0.tgz#d7af4dc0221d888b34953f58bb692db2a1903c93"
|
||||
@@ -7911,6 +7903,14 @@ react-devtools-core@^5.0.0:
|
||||
shell-quote "^1.6.1"
|
||||
ws "^7"
|
||||
|
||||
react-dom@^18.2.0:
|
||||
version "18.3.1"
|
||||
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4"
|
||||
integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==
|
||||
dependencies:
|
||||
loose-envify "^1.1.0"
|
||||
scheduler "^0.23.2"
|
||||
|
||||
"react-is@^16.12.0 || ^17.0.0 || ^18.0.0", react-is@^18.0.0, react-is@^18.2.0:
|
||||
version "18.2.0"
|
||||
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b"
|
||||
@@ -7926,49 +7926,6 @@ react-is@^17.0.1:
|
||||
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
|
||||
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
|
||||
|
||||
react-native-macos@^0.73.2:
|
||||
version "0.73.2"
|
||||
resolved "https://registry.yarnpkg.com/react-native-macos/-/react-native-macos-0.73.2.tgz#2c82e160c1de6b88864808ba5de108960388c6a7"
|
||||
integrity sha512-DjXLutGBE8EkRJD/sltsTFWxtEXEwMKMZ5ro14JVNObRifsHNJk2yNnV1ZqiPUF23YsHAzscvE+jInSSOfZ2IA==
|
||||
dependencies:
|
||||
"@jest/create-cache-key-function" "^29.6.3"
|
||||
"@react-native-community/cli" "12.1.1"
|
||||
"@react-native-community/cli-platform-android" "12.1.1"
|
||||
"@react-native-community/cli-platform-ios" "12.1.1"
|
||||
"@react-native-mac/virtualized-lists" "^0.73.3"
|
||||
"@react-native/assets-registry" "^0.73.1"
|
||||
"@react-native/codegen" "^0.73.2"
|
||||
"@react-native/community-cli-plugin" "^0.73.10"
|
||||
"@react-native/gradle-plugin" "^0.73.4"
|
||||
"@react-native/js-polyfills" "^0.73.1"
|
||||
"@react-native/normalize-colors" "^0.73.2"
|
||||
abort-controller "^3.0.0"
|
||||
anser "^1.4.9"
|
||||
ansi-regex "^5.0.0"
|
||||
base64-js "^1.5.1"
|
||||
deprecated-react-native-prop-types "^5.0.0"
|
||||
event-target-shim "^5.0.1"
|
||||
flow-enums-runtime "^0.0.6"
|
||||
invariant "^2.2.4"
|
||||
jest-environment-node "^29.6.3"
|
||||
jsc-android "^250231.0.0"
|
||||
memoize-one "^5.0.0"
|
||||
metro-runtime "^0.80.0"
|
||||
metro-source-map "^0.80.0"
|
||||
mkdirp "^0.5.1"
|
||||
nullthrows "^1.1.1"
|
||||
pretty-format "^26.5.2"
|
||||
promise "^8.3.0"
|
||||
react-devtools-core "^4.27.7"
|
||||
react-refresh "^0.14.0"
|
||||
react-shallow-renderer "^16.15.0"
|
||||
regenerator-runtime "^0.13.2"
|
||||
scheduler "0.24.0-canary-efb381bbf-20230505"
|
||||
stacktrace-parser "^0.1.10"
|
||||
whatwg-fetch "^3.0.0"
|
||||
ws "^6.2.2"
|
||||
yargs "^17.6.2"
|
||||
|
||||
react-native-reanimated@3.9.0-nightly-20240421-474f6983d:
|
||||
version "3.9.0-nightly-20240421-474f6983d"
|
||||
resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-3.9.0-nightly-20240421-474f6983d.tgz#4c6b092fadf3931830077597441b4147a731d57f"
|
||||
@@ -8416,6 +8373,13 @@ scheduler@^0.23.0:
|
||||
dependencies:
|
||||
loose-envify "^1.1.0"
|
||||
|
||||
scheduler@^0.23.2:
|
||||
version "0.23.2"
|
||||
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.2.tgz#414ba64a3b282892e944cf2108ecc078d115cdc3"
|
||||
integrity sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==
|
||||
dependencies:
|
||||
loose-envify "^1.1.0"
|
||||
|
||||
schema-utils@^3.0.0, schema-utils@^3.1.1, schema-utils@^3.2.0:
|
||||
version "3.3.0"
|
||||
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.3.0.tgz#f50a88877c3c01652a15b622ae9e9795df7a60fe"
|
||||
|
||||
Reference in New Issue
Block a user