Skip to content

Update dependencies #75

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 2, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.

"Licensor" shall mean the dcopyright owner or entity authorized by
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.

"Legal Entity" shall mean the union of the acting entity and all
Expand Down
2 changes: 1 addition & 1 deletion dist/StyledFirebaseAuth.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/StyledFirebaseAuth.js.map

Large diffs are not rendered by default.

2,790 changes: 1,692 additions & 1,098 deletions dist/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-firebaseui",
"version": "3.1.2",
"version": "4.0.0",
"description": "React wrapper for firebaseui: Javascript library for customizable UI on top of Firebase SDK",
"files": [
"FirebaseAuth.d.ts",
Expand Down Expand Up @@ -30,10 +30,10 @@
"license": "Apache-2.0",
"peerDependencies": {
"react": ">=15 <17",
"firebase": "^5.3.1"
"firebase": "^6.3.4"
},
"dependencies": {
"firebaseui": "^3.2.0"
"firebaseui": "^4.1.0"
},
"devDependencies": {
"@types/react": "^16.3.2",
Expand Down
Loading