Skip to content

Commit

Permalink
Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
epodol committed Sep 26, 2021
1 parent ac48db1 commit b20e1f8
Show file tree
Hide file tree
Showing 8 changed files with 7,331 additions and 7,918 deletions.
1,809 changes: 931 additions & 878 deletions common/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"firebase-admin": "^9.11.1"
},
"devDependencies": {
"jest": "^27.2.0"
"jest": "^27.2.2"
}
}
1,856 changes: 1,029 additions & 827 deletions functions/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
},
"dependencies": {
"firebase-admin": "^9.11.1",
"firebase-functions": "^3.15.6",
"firebase-functions": "^3.15.7",
"node-fetch": "^3.0.0"
},
"devDependencies": {
"firebase-functions-test": "^0.3.2",
"jest": "^27.2.0",
"jest": "^27.2.2",
"typescript": "^4.4.3"
},
"private": true
Expand Down
1,676 changes: 950 additions & 726 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
"outdated:common": "cd common && npm outdated"
},
"devDependencies": {
"@types/node": "^16.9.2",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@types/node": "^16.10.1",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^14.0.0",
Expand All @@ -73,7 +73,7 @@
"eslint-plugin-jest-dom": "^3.9.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.2",
"eslint-plugin-react": "^7.26.0",
"eslint-plugin-react-hooks": "^4.2.0",
"firebase-tools": "^9.18.0",
"npm-run-all": "^4.1.5",
Expand Down
9,882 changes: 4,408 additions & 5,474 deletions react/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"@material-ui/lab": "^4.0.0-alpha.60",
"algoliasearch": "^4.10.5",
"bootstrap-css-only": "^4.4.1",
"firebase": "^9.0.2",
"firebase": "^9.1.0",
"formik": "^2.2.9",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-material-ui-carousel": "^2.3.1",
"react-material-ui-carousel": "^2.3.5",
"react-phone-number-input": "^3.1.27",
"react-router-dom": "^5.3.0",
"reactfire": "^4.2.0",
Expand Down Expand Up @@ -41,12 +41,12 @@
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/react": "^17.0.21",
"@types/jest": "^27.0.2",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"@types/react-phone-number-input": "^3.0.12",
"@types/react-phone-number-input": "^3.0.13",
"@types/react-router": "^5.1.16",
"@types/react-router-dom": "^5.1.9",
"@types/react-router-dom": "^5.3.0",
"fake-indexeddb": "^3.1.3",
"react-scripts": "^4.0.3"
}
Expand Down

0 comments on commit b20e1f8

Please sign in to comment.