mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-12 09:37:29 +08:00
dependencies
This commit is contained in:
parent
475100b15e
commit
bb58452096
2 changed files with 4 additions and 4 deletions
6
functions/package-lock.json
generated
6
functions/package-lock.json
generated
|
@ -1248,9 +1248,9 @@
|
|||
}
|
||||
},
|
||||
"firebase-functions": {
|
||||
"version": "3.6.2",
|
||||
"resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.6.2.tgz",
|
||||
"integrity": "sha512-KDLvWqSbOhbmMZpzS/gK3Q3n/Pp3vBArNs13aFqrS+p9itlpAvm29pgfLSw3/36YO7gBZ2ArqPU2uKsUZBGB5g==",
|
||||
"version": "3.7.0",
|
||||
"resolved": "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.7.0.tgz",
|
||||
"integrity": "sha512-+ROj2Gs2/KyM+T8jYo7AKaHynFsN49sXbgZMll3zuGa9/8oiDsXp9e1Iy2JMkFmSZg67jeYw5Ue2OSpz0XiqFQ==",
|
||||
"requires": {
|
||||
"@types/express": "4.17.3",
|
||||
"cors": "^2.8.5",
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"firebase-admin": "^8.10.0",
|
||||
"firebase-functions": "^3.6.1"
|
||||
"firebase-functions": "^3.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^5.12.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue