Skip to content

Commit

Permalink
feat(types): support firebase greater than v8 (#432)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Support for versions of firebase before v8 was dropped due to how types are imported
  • Loading branch information
prescottprue authored Feb 26, 2022
1 parent 119ea3c commit 7df99e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as Firebase from 'firebase';
import firebase from 'firebase/app'
import { Dispatch } from 'redux';

/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"prepare": "husky install && npm run clean && npm run build"
},
"peerDependencies": {
"firebase": "^4 || ^5 || ^6 || ^7 || ^8"
"firebase": ">=8"
},
"dependencies": {
"immer": "9.0.12",
Expand Down

0 comments on commit 7df99e3

Please sign in to comment.