Skip to content

Commit

Permalink
Remove next-cookies and prop-types (vercel#14579)
Browse files Browse the repository at this point in the history
  • Loading branch information
matamatanot authored Jun 26, 2020
1 parent 8393869 commit 87bb11c
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions examples/with-firebase-authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@
"start": "next start"
},
"dependencies": {
"firebase": "^7.6.1",
"firebase-admin": "^8.9.0",
"firebase": "^7.15.5",
"firebase-admin": "^8.12.1",
"js-cookie": "2.2.1",
"next": "latest",
"next-cookies": "2.0.3",
"prop-types": "15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-firebaseui": "4.0.0",
"swr": "0.2.2"
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-firebaseui": "4.1.0",
"swr": "0.2.3"
}
}

0 comments on commit 87bb11c

Please sign in to comment.