Skip to content

Commit d2c8e06

Browse files
committed
Update dependencies and submodules
1 parent 454e2b1 commit d2c8e06

6 files changed

Lines changed: 1401 additions & 618 deletions

File tree

firebase/functions/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"@grpc/grpc-js": "^1.4.6",
2020
"@josephg/resolvable": "^1.0.0",
2121
"@sentry/node": "^6.15.0",
22+
"@sentry/serverless": "^7.17.3",
2223
"airtable": "^0.10.0",
2324
"axios": "^0.19.2",
2425
"bcrypt": "^3.0.6",
@@ -61,7 +62,7 @@
6162
"@types/mocha": "^5.2.7",
6263
"chai": "^4.2.0",
6364
"firebase-functions-test": "^0.1.7",
64-
"firebase-tools": "10.9.2",
65+
"firebase-tools": "^11.16.0",
6566
"mocha": "^6.2.2",
6667
"sinon": "^7.5.0",
6768
"sinon-chai": "^3.3.0",

firebase/functions/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as admin from 'firebase-admin'
2-
import * as functions from 'firebase-functions'
2+
import * as functions from 'firebase-functions/v1'
33
import { main } from '@worldbrain/memex-common/lib/firebase-backend/main'
44

55
module.exports = main(admin as any, functions)

0 commit comments

Comments
 (0)