Skip to content

Commit

Permalink
Merge pull request #378 from mscharley/renovate/typescript-5.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency typescript to v5.7.3
  • Loading branch information
renovate[bot] authored Jan 11, 2025
2 parents 5c32f40 + fae8bcc commit 58cb5a4
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 59 deletions.
6 changes: 6 additions & 0 deletions .changeset/dependencies-GH-378.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@mscharley/bootstrap-node": patch
"@mscharley/eslint-config": patch
---

fix(deps): update dependency typescript to v5.7.3
2 changes: 1 addition & 1 deletion commands/bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"babel-jest": "29.7.0",
"bufferutil": "4.0.9",
"jest": "29.7.0",
"typescript": "5.7.2",
"typescript": "5.7.3",
"utf-8-validate": "6.0.5"
}
}
114 changes: 57 additions & 57 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion presets/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"typescript-eslint": "^8.12.2"
},
"peerDependencies": {
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}

0 comments on commit 58cb5a4

Please sign in to comment.