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 7, 2022
1 parent 0c0f351 commit 4a9bacf
Show file tree
Hide file tree
Showing 5 changed files with 325 additions and 323 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
},
"dependencies": {},
"devDependencies": {
"prettier": "2.6.0"
"prettier": "2.6.2"
}
}
22 changes: 11 additions & 11 deletions packages/coins-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,31 @@
},
"dependencies": {
"@coingecko/cryptoformat": "0.4.4",
"@emotion/css": "11.7.1",
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.60",
"@sentry/browser": "6.19.1",
"@emotion/css": "11.9.0",
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.3",
"@material-ui/lab": "4.0.0-alpha.61",
"@sentry/browser": "6.19.5",
"axios": "0.26.1",
"lodash": "4.17.21",
"option-t": "30.1.0",
"overmind": "27.0.0",
"overmind-react": "28.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-ga": "3.3.0",
"react-router-dom": "5.3.0",
"react-scripts": "4.0.3",
"react-use": "17.3.2"
},
"devDependencies": {
"@types/axios": "0.14.0",
"@types/lodash": "4.14.180",
"@types/node": "17.0.22",
"@types/react": "17.0.41",
"@types/lodash": "4.14.181",
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"@types/react-router-dom": "5.3.3",
"typescript": "4.6.2"
"typescript": "4.6.3"
},
"eslintConfig": {
"extends": [
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.2.7",
"mongoose": "6.2.10",
"runtypes": "6.5.1"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/coins-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"start": "ts-node ./src/index.ts"
},
"dependencies": {
"@koa/cors": "3.2.0",
"@koa/cors": "3.3.0",
"axios": "0.26.1",
"dotenv-safe": "8.2.0",
"koa": "2.13.4",
"koa-bodyparser": "4.3.0",
"koa-router": "10.1.1",
"mongoose": "6.2.7",
"mongoose": "6.2.10",
"option-t": "30.1.0",
"redis": "4.0.4",
"redis": "4.0.6",
"ts-node": "10.7.0"
},
"devDependencies": {
Expand All @@ -26,9 +26,9 @@
"@types/koa-router": "7.4.4",
"@types/koa__cors": "3.1.1",
"@types/mongoose": "5.11.96",
"@types/node": "17.0.22",
"@types/node": "17.0.23",
"@types/redis": "4.0.10",
"typescript": "4.6.2",
"typescript": "4.6.3",
"nodemon": "2.0.15"
}
}
Loading

0 comments on commit 4a9bacf

Please sign in to comment.