File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " nuxt-fire" ,
3- "version" : " 3.0.1 " ,
3+ "version" : " 3.0.2 " ,
44 "license" : " MIT" ,
55 "description" : " Intergrate Firebase into your Nuxt project." ,
66 "main" : " src/index.js" ,
1616 },
1717 "peerDependencies" : {
1818 "nuxt" : " ^2.10.2" ,
19- "firebase" : " ^7.4 .0"
19+ "firebase" : " ^7.5 .0"
2020 },
2121 "dependencies" : {
2222 "lodash" : " ^4.17.15"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { isEmpty } from 'lodash'
33
44export default function nuxtFire ( moduleOptions ) {
55 const options = Object . assign ( { } , this . options . fire , moduleOptions )
6- const firebaseVersion = '7.4 .0' // TODO: Update with each Firebase update
6+ const firebaseVersion = '7.5 .0' // TODO: Update with each Firebase update
77 const currentEnv = getCurrentEnv ( options )
88
99 validateOptions ( options )
You can’t perform that action at this time.
0 commit comments