Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dominickolbe committed Apr 22, 2022
1 parent 6dd09ac commit 55f03d0
Show file tree
Hide file tree
Showing 4 changed files with 217 additions and 199 deletions.
12 changes: 6 additions & 6 deletions packages/pubg-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"@material-ui/icons": "4.11.3",
"@material-ui/lab": "4.0.0-alpha.61",
"@risingstack/react-easy-state": "6.3.0",
"@sentry/browser": "6.19.5",
"@sentry/browser": "6.19.6",
"axios": "0.26.1",
"date-fns": "2.28.0",
"lodash": "4.17.21",
"option-t": "30.1.0",
"option-t": "32.2.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-ga": "3.3.0",
Expand All @@ -30,10 +30,10 @@
},
"devDependencies": {
"@types/axios": "0.14.0",
"@types/lodash": "4.14.181",
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"@types/lodash": "4.14.182",
"@types/node": "17.0.25",
"@types/react": "18.0.6",
"@types/react-dom": "18.0.2",
"@types/react-router-dom": "5.3.3",
"typescript": "4.6.3"
},
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.2.10",
"mongoose": "6.3.1",
"runtypes": "6.5.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/pubg-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"dotenv-safe": "8.2.0",
"koa": "2.13.4",
"koa-router": "10.1.1",
"mongoose": "6.2.10",
"option-t": "30.1.0",
"mongoose": "6.3.1",
"option-t": "32.2.0",
"redis": "4.0.6",
"runtypes": "6.5.1"
},
"devDependencies": {
"@types/koa": "2.13.4",
"@types/koa-router": "7.4.4",
"@types/koa__cors": "3.1.1",
"@types/koa__cors": "3.3.0",
"@types/mongoose": "5.11.96",
"@types/node": "17.0.23",
"@types/node": "17.0.25",
"@types/redis": "4.0.10",
"nodemon": "2.0.15",
"ts-node": "10.7.0",
Expand Down
Loading

0 comments on commit 55f03d0

Please sign in to comment.