Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dominickolbe committed Sep 2, 2021
1 parent 698dfb8 commit 0487e09
Show file tree
Hide file tree
Showing 4 changed files with 183 additions and 168 deletions.
10 changes: 5 additions & 5 deletions packages/pubg-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,26 @@
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.60",
"@risingstack/react-easy-state": "6.3.0",
"@sentry/browser": "6.11.0",
"@sentry/browser": "6.12.0",
"axios": "0.21.1",
"date-fns": "2.23.0",
"lodash": "4.17.21",
"option-t": "28.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-ga": "3.3.0",
"react-router-dom": "5.2.0",
"react-router-dom": "5.2.1",
"react-scripts": "4.0.3",
"react-use": "17.2.4"
"react-use": "17.3.1"
},
"devDependencies": {
"@types/axios": "0.14.0",
"@types/lodash": "4.14.172",
"@types/node": "16.7.1",
"@types/node": "16.7.10",
"@types/react": "17.0.19",
"@types/react-dom": "17.0.9",
"@types/react-router-dom": "5.1.8",
"typescript": "4.3.5"
"typescript": "4.4.2"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion packages/pubg-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "UNLICENSED",
"private": true,
"dependencies": {
"mongoose": "6.0.0",
"mongoose": "6.0.4",
"runtypes": "6.3.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/pubg-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dotenv-safe": "8.2.0",
"koa": "2.13.1",
"koa-router": "10.1.1",
"mongoose": "6.0.0",
"mongoose": "6.0.4",
"option-t": "28.1.1",
"redis": "3.1.2",
"runtypes": "6.3.2"
Expand All @@ -24,10 +24,10 @@
"@types/koa-router": "7.4.4",
"@types/koa__cors": "3.0.3",
"@types/mongoose": "5.11.96",
"@types/node": "16.7.1",
"@types/node": "16.7.10",
"@types/redis": "2.8.31",
"nodemon": "2.0.12",
"ts-node": "10.2.1",
"typescript": "4.3.5"
"typescript": "4.4.2"
}
}
Loading

0 comments on commit 0487e09

Please sign in to comment.