Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
isamu committed Oct 24, 2023
1 parent 9cc6b34 commit a59b239
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,16 @@
},
"main": "lib/index.js",
"dependencies": {
"firebase-admin": "^11.2.0",
"firebase-functions": "^4.0.1"
"firebase-admin": "^11.11.0",
"firebase-functions": "^4.4.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"eslint": "^8.26.0",
"eslint-plugin-import": "^2.26.0",
"firebase-functions-test": "^3.0.0",
"prettier": "^2.7.1",
"typescript": "^4.8.4"
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"eslint": "^8.50.0",
"eslint-plugin-import": "^2.28.1",
"prettier": "^3.0.3",
"typescript": "5.1.6"
},
"private": true
}

0 comments on commit a59b239

Please sign in to comment.