Skip to content

Commit

Permalink
improve package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
LunatiqueCoder committed Jul 15, 2024
1 parent 7d0f54c commit 2154197
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 71 deletions.
2 changes: 1 addition & 1 deletion examples/MyTVProject/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-video": "6.3.0",
"react-native-video": "6.4.2",
"react-native-web": "~0.19.10"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/media-console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"react-native": "npm:react-native-tvos@~0.74.2-0",
"react-native-builder-bob": "^0.18.2",
"react-native-reanimated": "~3.10.1",
"react-native-video": "6.3.0",
"react-native-video": "6.4.2",
"typescript": "~5.3.3"
},
"react-native": "src/index.ts",
Expand Down
64 changes: 0 additions & 64 deletions packages/media-console/src/package.json

This file was deleted.

2 changes: 1 addition & 1 deletion packages/reanimated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"react": "^18.2.0",
"react-native": "npm:react-native-tvos@~0.74.2-0",
"react-native-builder-bob": "^0.18.2",
"react-native-video": "6.3.0",
"react-native-video": "6.4.2",
"react-native-reanimated": "~3.10.1",
"typescript": "~5.3.3"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9425,10 +9425,10 @@ [email protected]:
react-freeze "^1.0.0"
warn-once "^0.1.0"

react-native-video@6.3.0:
version "6.3.0"
resolved "https://registry.yarnpkg.com/react-native-video/-/react-native-video-6.3.0.tgz#c195ef4c0a6d9ad19bfca40700f1f72dccf26cf3"
integrity sha512-lyLjWOdw/jgVpMSrprgKVwhT0KUlGzQRBVTDGyQSYDJ0I5ZkZKcmDE32rWCOyAtWhel+GtJjIyFqgT6xIXuxgg==
react-native-video@6.4.2:
version "6.4.2"
resolved "https://registry.yarnpkg.com/react-native-video/-/react-native-video-6.4.2.tgz#f1d8e7594d36aa513ba21aa86bcd6e11c2716915"
integrity sha512-8/8AVnamWJU80ZTWFFrLtpzfJeonSM8C8C8YycWAnjzro+FpJqpnQFFheVU2l2BSrnRTGA3eT2p4euXc+SByMw==

react-native-web@~0.19.10:
version "0.19.12"
Expand Down

0 comments on commit 2154197

Please sign in to comment.