Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
bludnic committed Sep 4, 2024
1 parent c62d7d6 commit ccca64b
Showing 18 changed files with 169 additions and 268 deletions.
4 changes: 2 additions & 2 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/express": "^4.17.21",
"@types/node": "^20.16.2",
"@types/node": "^20.16.5",
"esbuild": "^0.23.1",
"eslint": "8.57.0",
"rimraf": "^6.0.1",
@@ -67,7 +67,7 @@
"execa": "^9.3.1",
"express": "^4.19.2",
"json5": "^2.2.3",
"pino": "^9.3.2",
"pino": "^9.4.0",
"pino-pretty": "^11.2.2",
"random-words": "^2.0.1",
"superjson": "^2.2.1",
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
},
"packageManager": "pnpm@9.7.0",
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@changesets/cli": "^2.27.8",
"execa": "^9.3.1",
"prettier": "^3.3.3",
"ts-node": "10.9.2",
2 changes: 1 addition & 1 deletion packages/backtesting/package.json
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/lodash": "^4.17.7",
"@types/node": "^20.16.2",
"@types/node": "^20.16.5",
"eslint": "8.57.0",
"typescript": "5.5.4"
},
2 changes: 1 addition & 1 deletion packages/bot-processor/package.json
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@
"@opentrader/eslint": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/node": "^20.16.2",
"@types/node": "^20.16.5",
"eslint": "8.57.0",
"ts-node": "10.9.2",
"tslib": "^2.7.0",
2 changes: 1 addition & 1 deletion packages/bot-store/package.json
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
"@opentrader/eslint": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/node": "^20.16.2",
"@types/node": "^20.16.5",
"eslint": "8.57.0",
"typescript": "5.5.4",
"vitest": "^2.0.5"
2 changes: 1 addition & 1 deletion packages/bot-templates/package.json
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
"@opentrader/eslint": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/node": "^20.16.2",
"@types/node": "^20.16.5",
"eslint": "8.57.0",
"typescript": "5.5.4",
"vitest": "^2.0.5"
2 changes: 1 addition & 1 deletion packages/bot/package.json
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/async": "^3.2.24",
"@types/node": "^20.16.2",
"@types/node": "^20.16.5",
"eslint": "8.57.0",
"ts-node": "10.9.2",
"typescript": "5.5.4",
2 changes: 1 addition & 1 deletion packages/daemon/package.json
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@
"@opentrader/types": "workspace:*",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^20.16.2",
"@types/node": "^20.16.5",
"@types/serve-handler": "^6.1.4",
"eslint": "8.57.0",
"ts-node": "10.9.2",
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@
"@opentrader/eslint": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/node": "^20.16.2",
"@types/node": "^20.16.5",
"eslint": "8.57.0",
"typescript": "5.5.4"
},
2 changes: 1 addition & 1 deletion packages/event-bus/package.json
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
"@opentrader/eslint": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/node": "^20.16.2",
"@types/node": "^20.16.5",
"eslint": "8.57.0",
"typescript": "5.5.4",
"vitest": "^2.0.5"
2 changes: 1 addition & 1 deletion packages/exchanges/package.json
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
"@opentrader/eslint": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/node": "^20.16.2",
"@types/node": "^20.16.5",
"eslint": "8.57.0",
"typescript": "5.5.4"
},
2 changes: 1 addition & 1 deletion packages/indicators/package.json
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
"@opentrader/eslint": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/node": "^20.16.2",
"@types/node": "^20.16.5",
"eslint": "8.57.0",
"ts-node": "10.9.2",
"typescript": "5.5.4",
4 changes: 2 additions & 2 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -18,14 +18,14 @@
"@opentrader/eslint": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/node": "^20.16.2",
"@types/node": "^20.16.5",
"eslint": "8.57.0",
"ts-node": "10.9.2",
"typescript": "5.5.4"
},
"dependencies": {
"chalk": "^5.3.0",
"pino": "^9.3.2",
"pino": "^9.4.0",
"pino-pretty": "^11.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/prisma/package.json
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@opentrader/tsconfig": "workspace:*",
"@types/node": "^20.16.2",
"@types/node": "^20.16.5",
"ts-node": "10.9.2",
"tsx": "^4.19.0",
"typescript": "5.5.4"
2 changes: 1 addition & 1 deletion packages/processing/package.json
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
"@opentrader/eslint": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/node": "^20.16.2",
"@types/node": "^20.16.5",
"eslint": "8.57.0",
"typescript": "5.5.4",
"vitest": "^2.0.5"
2 changes: 1 addition & 1 deletion packages/trpc/package.json
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@
"@opentrader/eslint": "workspace:*",
"@opentrader/tsconfig": "workspace:*",
"@opentrader/types": "workspace:*",
"@types/node": "^20.16.2",
"@types/node": "^20.16.5",
"eslint": "8.57.0",
"typescript": "5.5.4"
},
399 changes: 150 additions & 249 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pro
Submodule pro updated from 2c3c67 to d76b67

0 comments on commit ccca64b

Please sign in to comment.