Skip to content

Commit

Permalink
updated firebase version to 7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lupas committed Nov 23, 2019
1 parent eab72d9 commit f376a9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/nuxt-fire/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-fire",
"version": "3.0.1",
"version": "3.0.2",
"license": "MIT",
"description": "Intergrate Firebase into your Nuxt project.",
"main": "src/index.js",
Expand All @@ -16,7 +16,7 @@
},
"peerDependencies": {
"nuxt": "^2.10.2",
"firebase": "^7.4.0"
"firebase": "^7.5.0"
},
"dependencies": {
"lodash": "^4.17.15"
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt-fire/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { isEmpty } from 'lodash'

export default function nuxtFire(moduleOptions) {
const options = Object.assign({}, this.options.fire, moduleOptions)
const firebaseVersion = '7.4.0' // TODO: Update with each Firebase update
const firebaseVersion = '7.5.0' // TODO: Update with each Firebase update
const currentEnv = getCurrentEnv(options)

validateOptions(options)
Expand Down

0 comments on commit f376a9c

Please sign in to comment.