Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dominickolbe committed Feb 23, 2022
1 parent 4fc5f3b commit 6cd0715
Show file tree
Hide file tree
Showing 4 changed files with 281 additions and 242 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,8 +13,8 @@
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.60",
"@sentry/browser": "6.17.6",
"axios": "0.25.0",
"@sentry/browser": "6.17.9",
"axios": "0.26.0",
"lodash": "4.17.21",
"option-t": "30.0.0",
"overmind": "27.0.0",
Expand All @@ -29,7 +29,7 @@
"devDependencies": {
"@types/axios": "0.14.0",
"@types/lodash": "4.14.178",
"@types/node": "17.0.17",
"@types/node": "17.0.19",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.11",
"@types/react-router-dom": "5.3.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/coins-models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"license": "UNLICENSED",
"private": true,
"dependencies": {
"mongoose": "6.2.1",
"runtypes": "6.5.0"
"mongoose": "6.2.3",
"runtypes": "6.5.1"
},
"devDependencies": {
"@types/mongoose": "5.11.97"
Expand Down
8 changes: 4 additions & 4 deletions packages/coins-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
},
"dependencies": {
"@koa/cors": "3.1.0",
"axios": "0.25.0",
"axios": "0.26.0",
"dotenv-safe": "8.2.0",
"koa": "2.13.4",
"koa-bodyparser": "4.3.0",
"koa-router": "10.1.1",
"mongoose": "6.2.1",
"mongoose": "6.2.3",
"option-t": "30.0.0",
"redis": "4.0.3",
"redis": "4.0.4",
"ts-node": "10.5.0"
},
"devDependencies": {
Expand All @@ -26,7 +26,7 @@
"@types/koa-router": "7.4.4",
"@types/koa__cors": "3.1.1",
"@types/mongoose": "5.11.96",
"@types/node": "17.0.17",
"@types/node": "17.0.19",
"@types/redis": "4.0.10",
"typescript": "4.5.5",
"nodemon": "2.0.15"
Expand Down
Loading

0 comments on commit 6cd0715

Please sign in to comment.