Skip to content

Commit

Permalink
update lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
Naturalclar committed Sep 17, 2024
1 parent efd79c5 commit 65e15c6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@
"react-native-windows": ">= 0.61.0"
},
"peerDependenciesMeta": {
"react-native-windows": {
"react-native-macos": {
"optional": true
},
"react-native-macos": {
"react-native-windows": {
"optional": true
}
},
Expand Down
13 changes: 9 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1830,10 +1830,15 @@ __metadata:
react-test-renderer: "npm:18.2.0"
typescript: "npm:^4.4.3"
peerDependencies:
react: 16.9.0 || 16.11.0 || 16.13.1 || 17.0.1 || 17.0.2 || 18.0.0 || 18.1.0 || 18.2.0
react-native: ^0.61.5 || ^0.62.3 || ^0.63.2 || ^0.64.2 || ^0.65.0 || ^0.66.0 || ^0.67.0 || ^0.68.0 || ^0.69.0 || ^0.70.0 || ^0.71.0 || ^0.72.0 || ^0.73.0
react-native-macos: ^0.61.0 || ^0.62.0 || ^0.63.0 || ^0.64.0 || ^0.65.0 || ^0.66.0 || ^0.67.0 || ^0.68.0 || ^0.69.0 || ^0.70.0 || ^0.71.0 || ^0.72.0 || ^0.73.0
react-native-windows: ^0.61.0 || ^0.62.0 || ^0.63.0 || ^0.64.0 || ^0.65.0 || ^0.66.0 || ^0.67.0 || ^0.68.0 || ^0.69.0 || ^0.70.0 || ^0.71.0 || ^0.72.0 || ^0.73.0
react: ">= 16.9.0"
react-native: ">= 0.61.5"
react-native-macos: ">= 0.61.0"
react-native-windows: ">= 0.61.0"
peerDependenciesMeta:
react-native-macos:
optional: true
react-native-windows:
optional: true
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 65e15c6

Please sign in to comment.