Skip to content

Commit

Permalink
same node types everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
nicktrn committed Dec 18, 2024
1 parent 610c95f commit b1604fb
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 57 deletions.
1 change: 0 additions & 1 deletion apps/coordinator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"tinyexec": "^0.3.0"
},
"devDependencies": {
"@types/node": "^18",
"dotenv": "^16.4.2",
"esbuild": "^0.19.11",
"tsx": "^4.7.0"
Expand Down
2 changes: 1 addition & 1 deletion apps/coordinator/src/checkpointer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export class Checkpointer {
const start = performance.now();
this.#logger.log(`checkpointAndPush() start`, { start, opts });

let interval: NodeJS.Timer | undefined;
let interval: NodeJS.Timeout | undefined;

if (opts.shouldHeartbeat) {
interval = setInterval(() => {
Expand Down
1 change: 0 additions & 1 deletion apps/docker-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"execa": "^8.0.1"
},
"devDependencies": {
"@types/node": "^18.19.8",
"dotenv": "^16.4.2",
"esbuild": "^0.19.11",
"tsx": "^4.7.0"
Expand Down
1 change: 0 additions & 1 deletion apps/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@
"@types/lodash.omit": "^4.5.7",
"@types/marked": "^4.0.3",
"@types/morgan": "^1.9.3",
"@types/node": "20.14.14",
"@types/node-fetch": "^2.6.2",
"@types/prismjs": "^1.26.0",
"@types/qs": "^6.9.7",
Expand Down
1 change: 0 additions & 1 deletion internal-packages/emails/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"zod": "3.23.8"
},
"devDependencies": {
"@types/node": "^18",
"@types/react": "18.2.69"
},
"engines": {
Expand Down
1 change: 0 additions & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
"tsconfck": "3.1.3"
},
"devDependencies": {
"@types/node": "20.14.14",
"rimraf": "6.0.1",
"tshy": "^3.0.2",
"tsx": "4.17.0",
Expand Down
1 change: 0 additions & 1 deletion packages/cli-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"devDependencies": {
"@epic-web/test-server": "^0.1.0",
"@types/gradient-string": "^1.1.2",
"@types/node": "20.14.14",
"@types/object-hash": "3.0.6",
"@types/react": "^18.2.48",
"@types/resolve": "^1.20.6",
Expand Down
1 change: 0 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@
"@epic-web/test-server": "^0.1.0",
"@trigger.dev/database": "workspace:*",
"@types/humanize-duration": "^3.27.1",
"@types/node": "20.14.14",
"@types/readable-stream": "^4.0.14",
"ai": "^3.4.33",
"defu": "^6.1.4",
Expand Down
1 change: 0 additions & 1 deletion packages/react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.4",
"@types/node": "^20.14.14",
"@types/react": "*",
"@types/react-dom": "*",
"rimraf": "^3.0.2",
Expand Down
1 change: 0 additions & 1 deletion packages/rsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.4",
"@trigger.dev/build": "workspace:^3.3.7",
"@types/node": "^20.14.14",
"@types/react": "*",
"@types/react-dom": "*",
"rimraf": "^3.0.2",
Expand Down
1 change: 0 additions & 1 deletion packages/trigger-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.4",
"@types/debug": "^4.1.7",
"@types/node": "20.14.14",
"@types/slug": "^5.0.3",
"@types/uuid": "^9.0.0",
"@types/ws": "^8.5.3",
Expand Down
1 change: 0 additions & 1 deletion packages/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.4",
"@types/node": "20.14.14",
"rimraf": "6.0.1",
"tshy": "^3.0.2",
"tsx": "4.17.0"
Expand Down
43 changes: 0 additions & 43 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion references/nextjs-realtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"devDependencies": {
"@next/bundle-analyzer": "^15.0.2",
"@trigger.dev/rsc": "workspace:^3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
Expand Down
1 change: 0 additions & 1 deletion references/v3-catalog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
"@trigger.dev/build": "workspace:*",
"@types/email-reply-parser": "^1.4.2",
"@types/fluent-ffmpeg": "^2.1.26",
"@types/node": "20.4.2",
"@types/react": "^18.3.1",
"esbuild": "^0.19.11",
"prisma": "5.19.0",
Expand Down

0 comments on commit b1604fb

Please sign in to comment.