chore(deps): bump
This commit is contained in:
1
functions/.gitignore
vendored
1
functions/.gitignore
vendored
@@ -1 +0,0 @@
|
||||
node_modules/
|
||||
@@ -1,8 +0,0 @@
|
||||
// const functions = require('firebase-functions');
|
||||
|
||||
// // Create and Deploy Your First Cloud Functions
|
||||
// // https://firebase.google.com/docs/functions/write-firebase-functions
|
||||
//
|
||||
// exports.helloWorld = functions.https.onRequest((request, response) => {
|
||||
// response.send("Hello from Firebase!");
|
||||
// });
|
||||
1930
functions/package-lock.json
generated
1930
functions/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,22 +0,0 @@
|
||||
{
|
||||
"name": "functions",
|
||||
"description": "Cloud Functions for Firebase",
|
||||
"scripts": {
|
||||
"serve": "firebase serve --only functions",
|
||||
"shell": "firebase functions:shell",
|
||||
"start": "npm run shell",
|
||||
"deploy": "firebase deploy --only functions",
|
||||
"logs": "firebase functions:log"
|
||||
},
|
||||
"engines": {
|
||||
"node": "8"
|
||||
},
|
||||
"dependencies": {
|
||||
"firebase-admin": "^9.2.0",
|
||||
"firebase-functions": "^3.11.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"firebase-functions-test": "^0.2.2"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
1178
package-lock.json
generated
1178
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -58,17 +58,17 @@
|
||||
"@testing-library/jest-dom": "^5.11.5",
|
||||
"@vue/test-utils": "^1.1.1",
|
||||
"babel-core": "^7.0.0-bridge.0",
|
||||
"babel-jest": "^26.6.1",
|
||||
"babel-jest": "^26.6.2",
|
||||
"eslint": "^7.12.1",
|
||||
"eslint-plugin-vue": "^7.1.0",
|
||||
"firebase-mock": "^2.3.2",
|
||||
"husky": "^4.3.0",
|
||||
"jest": "^26.6.1",
|
||||
"jest": "^26.6.2",
|
||||
"jest-serializer-vue": "^2.0.2",
|
||||
"prettier": "^2.1.2",
|
||||
"pretty-quick": "^3.1.0",
|
||||
"sass": "^1.28.0",
|
||||
"sass-loader": "^10.0.4",
|
||||
"sass-loader": "^10.0.5",
|
||||
"vue-jest": "^3.0.7"
|
||||
},
|
||||
"jest": {
|
||||
|
||||
Reference in New Issue
Block a user