Skip to content

Commit

Permalink
Fixing peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Jun 29, 2024
1 parent 157944f commit c5a3dd5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"expo": "~50.0.17",
"expo-status-bar": "~1.12.1",
"mocha-remote-react-native": "1.12.2",
"react": "18.3.1",
"react": "18.2.0",
"react-native": "0.73.7"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"yargs": "^17.7.2"
},
"engines": {
"node": "^20"
"node": "^20 || ^21 || ^22"
},
"devDependencies": {
"@types/commander": "^2.12.2",
Expand Down

0 comments on commit c5a3dd5

Please sign in to comment.