Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d34671c

Browse files
committedJun 2, 2022
fix(deps): update all non-major dependencies
Signed-off-by: Renovate Bot <bot@renovateapp.com>
1 parent 1c72c80 commit d34671c

File tree

5 files changed

+9147
-3757
lines changed

5 files changed

+9147
-3757
lines changed
 

‎.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.14.2
1+
16.15.1

‎functions/package-lock.json

+8,581-3,211
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎functions/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"main": "lib/index.js",
1616
"dependencies": {
1717
"eslint-config-prettier": "8.5.0",
18-
"firebase-admin": "10.1.0",
19-
"firebase-functions": "3.20.1",
18+
"firebase-admin": "10.2.0",
19+
"firebase-functions": "3.21.2",
2020
"handlebars": "4.7.7",
2121
"nodemailer": "6.7.5",
2222
"prettier": "2.6.2"
@@ -28,8 +28,8 @@
2828
"eslint": "8.16.0",
2929
"eslint-config-google": "0.14.0",
3030
"eslint-plugin-import": "2.26.0",
31-
"firebase-functions-test": "2.0.0",
32-
"typescript": "4.6.4"
31+
"firebase-functions-test": "2.2.0",
32+
"typescript": "4.7.2"
3333
},
3434
"private": true,
3535
"eslintConfig": {

‎package-lock.json

+553-533
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"lint": "next lint"
99
},
1010
"dependencies": {
11-
"@date-io/date-fns": "2.13.1",
11+
"@date-io/date-fns": "2.14.0",
1212
"@emotion/react": "11.9.0",
1313
"@emotion/styled": "11.8.1",
14-
"@mui/icons-material": "5.6.2",
15-
"@mui/lab": "5.0.0-alpha.80",
16-
"@mui/material": "5.6.4",
17-
"firebase": "9.7.0",
14+
"@mui/icons-material": "5.8.2",
15+
"@mui/lab": "5.0.0-alpha.84",
16+
"@mui/material": "5.8.2",
17+
"firebase": "9.8.2",
1818
"formik": "2.2.9",
1919
"formik-mui": "4.0.0-alpha.3",
2020
"formik-mui-lab": "1.0.0-alpha.3",
@@ -28,15 +28,15 @@
2828
"devDependencies": {
2929
"@types/date-fns": "2.6.0",
3030
"@types/node": "17.0.31",
31-
"@types/react": "18.0.8",
31+
"@types/react": "18.0.10",
3232
"@types/react-csv": "1.1.2",
3333
"eslint": "8.16.0",
3434
"eslint-config-next": "12.1.6",
3535
"eslint-config-prettier": "8.5.0",
36-
"firebase-tools": "11.0.0",
36+
"firebase-tools": "11.0.1",
3737
"next": "12.1.6",
3838
"prettier": "2.6.2",
39-
"typescript": "4.6.4"
39+
"typescript": "4.7.2"
4040
},
4141
"eslintConfig": {
4242
"extends": [

0 commit comments

Comments
 (0)
This repository has been archived.