Skip to content

Commit

Permalink
match min firebase version of firebaseui
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuleatt committed Apr 26, 2021
1 parent 54cc2eb commit b0157ff
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"license": "Apache-2.0",
"peerDependencies": {
"react": ">=15 <=17",
"firebase": ">=7 <=8"
"firebase": "^8.2.4"
},
"dependencies": {
"firebaseui": "^4.8.0"
Expand Down
50 changes: 25 additions & 25 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"serve": "firebase serve"
},
"dependencies": {
"firebase": "^8.1.1",
"firebase": "^8.4.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-firebaseui": "../dist"
"react-firebaseui": "5.0.1"
},
"devDependencies": {
"ajv": "^6.12.6",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"license": "Apache-2.0",
"peerDependencies": {
"react": ">=15 <=17",
"firebase": ">=7 <=8"
"firebase": "^8.2.4"
},
"dependencies": {
"firebaseui": "^4.8.0"
Expand Down

0 comments on commit b0157ff

Please sign in to comment.