Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dominickolbe committed Oct 27, 2021
1 parent 90ffba2 commit 6090d6f
Show file tree
Hide file tree
Showing 4 changed files with 245 additions and 226 deletions.
20 changes: 10 additions & 10 deletions packages/pubg-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
"build": "REACT_APP_BUILD_TIME=$(date '+%x %X') react-scripts build"
},
"dependencies": {
"@emotion/css": "11.1.3",
"@emotion/css": "11.5.0",
"@fortawesome/fontawesome-svg-core": "1.2.36",
"@fortawesome/free-solid-svg-icons": "5.15.4",
"@fortawesome/react-fontawesome": "0.1.15",
"@fortawesome/react-fontawesome": "0.1.16",
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.60",
"@risingstack/react-easy-state": "6.3.0",
"@sentry/browser": "6.13.3",
"axios": "0.23.0",
"axios": "0.24.0",
"date-fns": "2.25.0",
"lodash": "4.17.21",
"option-t": "28.2.0",
"option-t": "28.2.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-ga": "3.3.0",
Expand All @@ -30,12 +30,12 @@
},
"devDependencies": {
"@types/axios": "0.14.0",
"@types/lodash": "4.14.175",
"@types/node": "16.10.4",
"@types/react": "17.0.29",
"@types/react-dom": "17.0.9",
"@types/react-router-dom": "5.3.1",
"typescript": "4.4.3"
"@types/lodash": "4.14.176",
"@types/node": "16.11.6",
"@types/react": "17.0.33",
"@types/react-dom": "17.0.10",
"@types/react-router-dom": "5.3.2",
"typescript": "4.4.4"
},
"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.10",
"mongoose": "6.0.12",
"runtypes": "6.4.1"
},
"devDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions packages/pubg-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
},
"dependencies": {
"@koa/cors": "3.1.0",
"axios": "0.23.0",
"axios": "0.24.0",
"date-fns": "2.25.0",
"dotenv-safe": "8.2.0",
"koa": "2.13.3",
"koa": "2.13.4",
"koa-router": "10.1.1",
"mongoose": "6.0.10",
"option-t": "28.2.0",
"mongoose": "6.0.12",
"option-t": "28.2.2",
"redis": "3.1.2",
"runtypes": "6.4.1"
},
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.10.4",
"@types/node": "16.11.6",
"@types/redis": "2.8.32",
"nodemon": "2.0.13",
"ts-node": "10.3.0",
"typescript": "4.4.3"
"nodemon": "2.0.14",
"ts-node": "10.4.0",
"typescript": "4.4.4"
}
}
Loading

0 comments on commit 6090d6f

Please sign in to comment.