Skip to content

Commit

Permalink
remove and update dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
matamatanot committed Jun 26, 2020
1 parent ae542b8 commit 965a969
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 965a969

Please sign in to comment.