Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dominickolbe committed Nov 20, 2021
1 parent a989982 commit 7f6b302
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 111 deletions.
8 changes: 4 additions & 4 deletions packages/pubg-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"@risingstack/react-easy-state": "6.3.0",
"@sentry/browser": "6.15.0",
"axios": "0.24.0",
"date-fns": "2.25.0",
"date-fns": "2.26.0",
"lodash": "4.17.21",
"option-t": "29.0.2",
"option-t": "29.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-ga": "3.3.0",
Expand All @@ -31,11 +31,11 @@
"devDependencies": {
"@types/axios": "0.14.0",
"@types/lodash": "4.14.177",
"@types/node": "16.11.7",
"@types/node": "16.11.9",
"@types/react": "17.0.35",
"@types/react-dom": "17.0.11",
"@types/react-router-dom": "5.3.2",
"typescript": "4.4.4"
"typescript": "4.5.2"
},
"eslintConfig": {
"extends": [
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 @@ -10,12 +10,12 @@
"dependencies": {
"@koa/cors": "3.1.0",
"axios": "0.24.0",
"date-fns": "2.25.0",
"date-fns": "2.26.0",
"dotenv-safe": "8.2.0",
"koa": "2.13.4",
"koa-router": "10.1.1",
"mongoose": "6.0.13",
"option-t": "29.0.2",
"option-t": "29.1.0",
"redis": "3.1.2",
"runtypes": "6.5.0"
},
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.11.7",
"@types/node": "16.11.9",
"@types/redis": "2.8.32",
"nodemon": "2.0.15",
"ts-node": "10.4.0",
"typescript": "4.4.4"
"typescript": "4.5.2"
}
}
Loading

0 comments on commit 7f6b302

Please sign in to comment.