Skip to content

Commit

Permalink
fix(webpack-config): loosen peer dependency versions (#27)
Browse files Browse the repository at this point in the history
* fix(webpack-config): loosen peer dependency versions

* fix(webpack-config): include SDK 50 prerelease versions
  • Loading branch information
byCedric authored Jan 16, 2024
1 parent 25b8422 commit 1388955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webpack-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"serve": "^11.1.0"
},
"peerDependencies": {
"expo": "^49.0.7"
"expo": "^49.0.7 || ^50.0.0-0"
},
"engines": {
"node": ">=12"
Expand Down

0 comments on commit 1388955

Please sign in to comment.