Skip to content

Commit

Permalink
Support Next 12 and Firebase Admin 10 (#328)
Browse files Browse the repository at this point in the history
* Use Next 12

* Allow latest versions of Next and firebase-admin
  • Loading branch information
kmjennison authored Nov 2, 2021
1 parent 49d4e4f commit 1e0ec3f
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 313 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"jsdom": "^18.0.1",
"mockdate": "^3.0.2",
"moment": "^2.29.1",
"next": "^11.0.1",
"next": "^12.0.2",
"next-test-api-route-handler": "^2.0.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.1",
Expand All @@ -80,8 +80,8 @@
},
"peerDependencies": {
"firebase": ">=7.0.0 <9",
"firebase-admin": "^9.0.0",
"next": ">=9.5.0 <12",
"firebase-admin": "^9.0.0 <11",
"next": ">=9.5.0 <13",
"react": ">=16.8.0 <18",
"react-dom": ">=16.8.0 <18"
},
Expand Down
Loading

1 comment on commit 1e0ec3f

@vercel
Copy link

@vercel vercel bot commented on 1e0ec3f Nov 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.