Skip to content

Commit

Permalink
Support Next 14 peer dep (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmjennison authored Nov 5, 2023
1 parent 761e502 commit 37069af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"peerDependencies": {
"firebase": ">=9.0.0 <11",
"firebase-admin": ">=10.0.0 <12",
"next": ">=9.5.0 <14",
"next": ">=9.5.0 <15",
"react": ">=16.8.0 <19",
"react-dom": ">=16.8.0 <19"
},
Expand All @@ -137,4 +137,4 @@
"files": [
"/build"
]
}
}

0 comments on commit 37069af

Please sign in to comment.