Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuleatt committed Feb 24, 2020
1 parent 6065d7f commit c67dfa7
Show file tree
Hide file tree
Showing 4 changed files with 756 additions and 1,094 deletions.
2 changes: 1 addition & 1 deletion reactfire/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@babel/preset-typescript": "^7.3.3",
"@firebase/app": "^0.4.8",
"@firebase/app-types": "^0.4.0",
"@firebase/testing": "^0.11.4",
"@firebase/testing": "^0.16.10",
"@rollup/plugin-node-resolve": "^7.0.0",
"@testing-library/jest-dom": "^4.1.1",
"@testing-library/react": "^9.3.0",
Expand Down
2 changes: 1 addition & 1 deletion reactfire/package.pub.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
},
"peerDependencies": {
"firebase": "^7.0.0",
"react": "0.0.0-experimental-f6b8d31a7"
"react": "0.0.0-experimental-5de5b6150"
}
}
8 changes: 4 additions & 4 deletions sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"private": true,
"dependencies": {
"@types/jest": "^24.9.0",
"firebase": "^7.0.0",
"react": "0.0.0-experimental-f42431abe",
"react-dom": "0.0.0-experimental-f42431abe",
"firebase": "^7.9.1",
"react": "0.0.0-experimental-5de5b6150",
"react-dom": "0.0.0-experimental-5de5b6150",
"react-firebaseui": "^4.0.0",
"react-scripts": "3.3.0"
"react-scripts": "3.4.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Loading

0 comments on commit c67dfa7

Please sign in to comment.