Skip to content

Commit f376a9c

Browse files
committed
updated firebase version to 7.5.0
1 parent eab72d9 commit f376a9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/nuxt-fire/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -16,7 +16,7 @@
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"

packages/nuxt-fire/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { isEmpty } from 'lodash'
33

44
export 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)

0 commit comments

Comments
 (0)