Skip to content

Commit

Permalink
refactor(next-adapter): loosen peer dependency versions (#25)
Browse files Browse the repository at this point in the history
* refactor(next-adapter): loosen peer dependency versions

This may break the integration in the future, but does remove the hard limitation on possible later versions.

* docs(next-adapter): add changelog

* refactor(next-adapter): remove next peer dependency
  • Loading branch information
byCedric authored Jan 8, 2024
1 parent 12dc5ef commit 25b8422
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This is the log of notable changes to Expo CLI and related packages.

### 🛠 Breaking changes

- [next-adapter] Loosen peer dependency restrictions ([#25](https://github.com/expo/expo-webpack-integrations/pull/25))

### 🎉 New features

### 🧹 Chores
Expand Down
8 changes: 3 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,8 @@
"expo-module-scripts": "^3.4.0"
},
"peerDependencies": {
"expo": "^46",
"next": "^13",
"react": "^18",
"react-native-web": "~0.18.0",
"expo": ">=46",
"react-native-web": "^0.18 || ^0.19",
"webpack": "^4.46.0 || ^5.74.0"
},
"publishConfig": {
Expand Down

0 comments on commit 25b8422

Please sign in to comment.