Skip to content

Commit

Permalink
refactor(next-adapter): loosen peer dependency versions
Browse files Browse the repository at this point in the history
This may break the integration in the future, but does remove the hard limitation on possible later versions.
  • Loading branch information
byCedric committed Jan 4, 2024
1 parent 92d1e67 commit c92c4c4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/next-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/next-adapter",
"version": "5.0.2",
"version": "6.0.0",
"author": "Expo <support@expo.dev>",
"description": "Adapter for using Next.js to bundle Expo web projects",
"keywords": [
Expand Down Expand Up @@ -39,10 +39,10 @@
"expo-module-scripts": "^3.4.0"
},
"peerDependencies": {
"expo": "^46",
"next": "^13",
"react": "^18",
"react-native-web": "~0.18.0",
"expo": ">=46",
"next": ">=13",
"react": ">=18",
"react-native-web": ">=0.18.0",
"webpack": "^4.46.0 || ^5.74.0"
},
"publishConfig": {
Expand Down

0 comments on commit c92c4c4

Please sign in to comment.