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 20, 2021
1 parent bc162cc commit 7878654
Show file tree
Hide file tree
Showing 4 changed files with 169 additions and 162 deletions.
6 changes: 3 additions & 3 deletions packages/coins-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.60",
"@sentry/browser": "6.12.0",
"@sentry/browser": "6.13.1",
"axios": "0.21.4",
"lodash": "4.17.21",
"option-t": "28.1.1",
Expand All @@ -29,8 +29,8 @@
"devDependencies": {
"@types/axios": "0.14.0",
"@types/lodash": "4.14.173",
"@types/node": "16.9.2",
"@types/react": "17.0.21",
"@types/node": "16.9.4",
"@types/react": "17.0.22",
"@types/react-dom": "17.0.9",
"@types/react-router-dom": "5.1.9",
"typescript": "4.4.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/coins-models/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.6",
"mongoose": "6.0.7",
"runtypes": "6.4.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/coins-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"koa": "2.13.1",
"koa-bodyparser": "4.3.0",
"koa-router": "10.1.1",
"mongoose": "6.0.6",
"mongoose": "6.0.7",
"option-t": "28.1.1",
"redis": "3.1.2",
"ts-node": "10.2.1"
Expand All @@ -26,7 +26,7 @@
"@types/koa-router": "7.4.4",
"@types/koa__cors": "3.0.3",
"@types/mongoose": "5.11.96",
"@types/node": "16.9.2",
"@types/node": "16.9.4",
"@types/redis": "2.8.32",
"typescript": "4.4.3",
"nodemon": "2.0.12"
Expand Down
Loading

0 comments on commit 7878654

Please sign in to comment.