Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed May 10, 2024
1 parent 0def64d commit 3d0752e
Show file tree
Hide file tree
Showing 20 changed files with 1,287 additions and 1,283 deletions.
1 change: 1 addition & 0 deletions apps/frontend/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ module.exports = {
},
experimental: {
optimizePackageImports: ["@mui/base", "@mui/joy"],
missingSuspenseWithCSRBailout: false, // error when building app: https://nextjs.org/docs/messages/missing-suspense-with-csr-bailout
},
};
48 changes: 24 additions & 24 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,58 +13,58 @@
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/react": "^11.11.4",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/base": "5.0.0-beta.23",
"@mui/icons-material": "^5.14.16",
"@mui/joy": "5.0.0-beta.14",
"@emotion/styled": "^11.11.5",
"@mui/base": "5.0.0-beta.40",
"@mui/icons-material": "^5.15.17",
"@mui/joy": "5.0.0-beta.36",
"@opentrader/backtesting": "workspace:*",
"@opentrader/exchanges": "workspace:*",
"@opentrader/tools": "workspace:*",
"@opentrader/trpc": "workspace:*",
"@reduxjs/toolkit": "^1.9.7",
"@tanstack/react-query": "^4.36.1",
"@trpc/client": "^10.43.3",
"@trpc/react-query": "^10.43.3",
"@trpc/server": "^10.43.3",
"axios": "^1.6.1",
"@trpc/client": "^10.45.2",
"@trpc/react-query": "^10.45.2",
"@trpc/server": "^10.45.2",
"axios": "^1.6.8",
"big.js": "^6.2.1",
"ccxt": "4.1.48",
"clsx": "^2.0.0",
"clsx": "^2.1.1",
"date-fns": "^2.30.0",
"final-form": "^4.20.10",
"lightweight-charts": "^4.1.1",
"lightweight-charts": "^4.1.4",
"lodash": "^4.17.21",
"next": "14.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"next": "14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-final-form": "^6.5.9",
"react-number-format": "^5.3.1",
"react-number-format": "^5.3.4",
"react-redux": "^8.1.3",
"react-window": "^1.8.9",
"react-window": "^1.8.10",
"redux": "^4.2.1",
"server-only": "^0.0.1",
"superjson": "^1.13.3",
"usehooks-ts": "^2.9.1",
"usehooks-ts": "^2.16.0",
"zod": "3.22.4"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.3",
"@next/eslint-plugin-next": "^14.2.3",
"@opentrader/eslint-config": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/big.js": "^6.2.2",
"@types/eslint": "^8.44.7",
"@types/jest": "^29.5.8",
"@types/lodash": "^4.14.201",
"@types/node": "17.0.8",
"@types/react": "18.2.22",
"@types/eslint": "^8.56.10",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.1",
"@types/node": "^20.12.11",
"@types/react": "18.3.1",
"@types/react-window": "^1.8.8",
"eslint": "8.54.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"typescript": "5.2.2"
"typescript": "^5.2.2"
},
"husky": {
"hooks": {
Expand Down
16 changes: 8 additions & 8 deletions apps/processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@
"@opentrader/eslint-config": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/async": "^3.2.23",
"@types/cookie-parser": "^1.4.6",
"@types/async": "^3.2.24",
"@types/cookie-parser": "^1.4.7",
"@types/cors": "^2.8.17",
"@types/node": "^20.9.0",
"@types/node": "^20.12.11",
"@types/node-cron": "^3.0.11",
"@types/serve-handler": "^6.1.4",
"@types/webpack-node-externals": "^3.0.4",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.1.1",
"tsx": "^4.9.3",
"typescript": "^5.2.2",
"webpack": "^5.89.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
},
Expand All @@ -39,15 +39,15 @@
"@opentrader/exchanges": "workspace:*",
"@opentrader/processing": "workspace:*",
"@opentrader/trpc": "workspace:*",
"@trpc/server": "^10.43.3",
"@trpc/server": "^10.45.2",
"@types/express": "^4.17.21",
"async": "^3.2.5",
"ccxt": "4.1.48",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"date-fns": "^2.30.0",
"eslint": "8.54.0",
"express": "^4.18.2",
"express": "^4.19.2",
"node-cron": "^3.0.3",
"serve-handler": "^6.1.5"
}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"packageManager": "[email protected]",
"devDependencies": {
"prettier": "^3.0.3",
"ts-node": "^10.9.1",
"turbo": "^1.10.16"
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"turbo": "^1.13.3"
},
"scripts": {
"lint": "turbo run lint",
Expand Down
6 changes: 3 additions & 3 deletions packages/backtesting-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"@opentrader/eslint-config": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/node": "^20.9.0",
"@types/node": "^20.12.11",
"eslint": "8.54.0",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"typescript": "^5.2.2"
},
"dependencies": {
"@opentrader/backtesting": "workspace:*",
"@opentrader/bot-processor": "workspace:*",
"@opentrader/bot-templates": "workspace:*",
"@opentrader/tools": "workspace:*",
"axios": "^1.6.1"
"axios": "^1.6.8"
}
}
4 changes: 2 additions & 2 deletions packages/backtesting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@opentrader/eslint-config": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/lodash": "^4.14.201",
"@types/node": "^20.10.0",
"@types/lodash": "^4.17.1",
"@types/node": "^20.12.11",
"eslint": "8.54.0",
"typescript": "^5.2.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/bot-processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@opentrader/eslint-config": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/node": "^20.9.0",
"@types/node": "^20.12.11",
"eslint": "8.54.0",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/bot-templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@opentrader/eslint-config": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/node": "^20.10.0",
"@types/node": "^20.12.11",
"eslint": "8.54.0",
"typescript": "^5.2.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"@opentrader/eslint-config": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/async": "^3.2.23",
"@types/node": "^20.10.0",
"@types/async": "^3.2.24",
"@types/node": "^20.12.11",
"@types/node-cron": "^3.0.11",
"eslint": "8.54.0",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"typescript": "^5.2.2"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"@opentrader/eslint-config": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/node": "^20.10.0",
"@types/node": "^20.12.11",
"eslint": "8.54.0",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"typescript": "^5.2.2"
},
"dependencies": {
Expand All @@ -29,7 +29,7 @@
"@opentrader/logger": "workspace:*",
"@opentrader/processing": "workspace:*",
"@opentrader/tools": "workspace:*",
"@prisma/client": "5.6.0",
"@prisma/client": "5.13.0",
"ccxt": "4.1.48",
"commander": "^12.0.0",
"json5": "^2.2.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"@opentrader/eslint-config": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/node": "^20.10.0",
"@types/node": "^20.12.11",
"eslint": "8.54.0",
"typescript": "^5.2.2"
},
"dependencies": {
"@opentrader/prisma": "workspace:*",
"@prisma/client": "5.6.0",
"@prisma/client": "5.13.0",
"zod": "3.22.4"
}
}
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"next.js"
],
"devDependencies": {
"@vercel/style-guide": "^5.1.0",
"eslint-config-turbo": "^1.10.16",
"@vercel/style-guide": "^5.2.0",
"eslint-config-turbo": "^1.13.3",
"typescript": "^5.2.2"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/exchanges/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@opentrader/eslint-config": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/node": "^20.10.0",
"@types/node": "^20.12.11",
"eslint": "8.54.0",
"typescript": "^5.2.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/indicators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"@opentrader/eslint-config": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/node": "^20.10.0",
"@types/node": "^20.12.11",
"eslint": "8.54.0",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"typescript": "^5.2.2"
},
"dependencies": {
"axios": "^1.6.1"
"axios": "^1.6.8"
}
}
6 changes: 3 additions & 3 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"@opentrader/eslint-config": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/node": "^20.10.0",
"@types/node": "^20.12.11",
"eslint": "8.54.0",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"typescript": "^5.2.2"
},
"dependencies": {
"chalk": "4",
"chalk": "^4.1.2",
"pino": "^9.0.0",
"pino-pretty": "^11.0.0"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"license": "ISC",
"devDependencies": {
"@opentrader/tsconfig": "workspace:*",
"@types/node": "^20.9.0",
"ts-node": "^10.9.1",
"@types/node": "^20.12.11",
"ts-node": "^10.9.2",
"typescript": "^5.2.2"
},
"dependencies": {
"@opentrader/tools": "workspace:*",
"@opentrader/types": "workspace:*",
"@prisma/client": "5.6.0",
"prisma": "^5.6.0",
"@prisma/client": "5.13.0",
"prisma": "^5.13.0",
"zod": "3.22.4",
"zod-prisma-types": "3.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/processing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@opentrader/eslint-config": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/node": "^20.10.0",
"@types/node": "^20.12.11",
"eslint": "8.54.0",
"typescript": "^5.2.2"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@jest/globals": "^29.4.2",
"@jest/globals": "^29.7.0",
"@opentrader/eslint-config": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@types/big.js": "^6.1.6",
"@types/jest": "^29.4.0",
"@types/big.js": "^6.2.2",
"@types/jest": "^29.5.12",
"eslint": "8.54.0",
"jest": "^29.4.2",
"ts-jest": "^29.0.5",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.2.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@opentrader/prisma": "workspace:*",
"@opentrader/processing": "workspace:*",
"@opentrader/tools": "workspace:*",
"@trpc/server": "^10.43.3",
"@trpc/server": "^10.45.2",
"ccxt": "4.1.48",
"superjson": "^1.13.3",
"zod": "3.22.4"
Expand Down
Loading

0 comments on commit 3d0752e

Please sign in to comment.