Skip to content

Commit

Permalink
deps: update dependency typescript to v5.7.3 (#108)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 210c094 commit 426e837
Show file tree
Hide file tree
Showing 7 changed files with 113 additions and 113 deletions.
2 changes: 1 addition & 1 deletion apps/slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@cloudflare/workers-types": "4.20241230.0",
"@types/node": "22.8.1",
"eslint": "9.17.0",
"typescript": "5.7.2",
"typescript": "5.7.3",
"wrangler": "3.99.0"
}
}
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@vanilla-extract/next-plugin": "2.4.8",
"eslint": "9.17.0",
"tsx": "4.19.2",
"typescript": "5.7.2",
"typescript": "5.7.3",
"wrangler": "3.99.0"
}
}
2 changes: 1 addition & 1 deletion packages/custom-error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
},
"devDependencies": {
"eslint": "9.17.0",
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/node": "22.8.1",
"drizzle-kit": "0.30.1",
"eslint": "9.17.0",
"typescript": "5.7.2",
"typescript": "5.7.3",
"wrangler": "3.99.0"
}
}
2 changes: 1 addition & 1 deletion packages/domain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"devDependencies": {
"@types/node": "22.8.1",
"eslint": "9.17.0",
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}
2 changes: 1 addition & 1 deletion packages/neverthrow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
},
"devDependencies": {
"eslint": "9.17.0",
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}
214 changes: 107 additions & 107 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 426e837

Please sign in to comment.