Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 21, 2021
1 parent 89f1934 commit 146c205
Show file tree
Hide file tree
Showing 4 changed files with 498 additions and 385 deletions.
226 changes: 164 additions & 62 deletions functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"logs": "firebase functions:log"
},
"dependencies": {
"firebase-admin": "^9.7.0",
"firebase-functions": "^3.13.2"
"firebase-admin": "9.12.0",
"firebase-functions": "3.15.7"
},
"devDependencies": {
"@types/node": "^14.0.26",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@types/recompose": "0.30.8",
"babel-plugin-import": "1.13.3",
"dotenv": "10.0.0",
"firebase": "9.0.1",
"firebase": "9.1.3",
"lodash": "4.17.21",
"moment": "2.29.1",
"promise": "8.1.0",
Expand All @@ -25,7 +25,7 @@
"recompose": "0.30.0",
"redux": "4.1.1",
"redux-thunk": "2.3.0",
"styled-components": "5.3.1"
"styled-components": "5.3.3"
},
"devDependencies": {
"@babel/core": "7.15.5",
Expand All @@ -50,12 +50,12 @@
"binary": "0.3.0",
"eslint": "^7.32.0",
"eslint-config-nzap": "^4.4.0",
"husky": "7.0.2",
"lint-staged": "11.1.2",
"prettier": "2.3.2",
"husky": "7.0.4",
"lint-staged": "11.2.3",
"prettier": "2.4.1",
"react-dev-utils": "11.0.4",
"serve": "12.0.0",
"typescript": "4.4.2",
"serve": "12.0.1",
"typescript": "4.4.4",
"typescript-fsa": "3.0.0",
"typescript-fsa-reducers": "1.2.2"
},
Expand Down
Loading

0 comments on commit 146c205

Please sign in to comment.