Skip to content

Commit 3c8ae67

Browse files
committed
Merge branch 'master' of github.com:firebase/firebase-functions
2 parents 977f120 + 17beb77 commit 3c8ae67

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

integration_test/package.node6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@google-cloud/pubsub": "~0.19.0",
99
"@types/google-cloud__pubsub": "^0.18.0",
1010
"@types/lodash": "~4.14.41",
11-
"firebase-admin": "~5.13.0",
11+
"firebase-admin": "~6.0.0",
1212
"firebase-functions": "./firebase-functions.tgz",
1313
"lodash": "~4.17.2"
1414
},

integration_test/package.node8.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@google-cloud/pubsub": "~0.19.0",
99
"@types/google-cloud__pubsub": "^0.18.0",
1010
"@types/lodash": "~4.14.41",
11-
"firebase-admin": "~5.13.0",
11+
"firebase-admin": "~6.0.0",
1212
"firebase-functions": "./firebase-functions.tgz",
1313
"lodash": "~4.17.2"
1414
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@types/chai": "^3.4.32",
3535
"@types/chai-as-promised": "0.0.28",
36-
"@types/mocha": "^2.2.31",
36+
"@types/mocha": "^5.2.5",
3737
"@types/mock-require": "^1.3.3",
3838
"@types/nock": "^0.54.32",
3939
"@types/node": "^6.0.38",
@@ -42,7 +42,7 @@
4242
"chai-as-promised": "^5.2.0",
4343
"firebase-admin": "~6.0.0",
4444
"istanbul": "^0.4.2",
45-
"mocha": "^2.4.5",
45+
"mocha": "^5.2.0",
4646
"mock-require": "^2.0.1",
4747
"nock": "^9.0.0",
4848
"prettier": "^1.13.7",

0 commit comments

Comments
 (0)