Skip to content

Commit e2e8c78

Browse files
committed
Upgrade TypeScript to 5.4
1 parent 7ddeefc commit e2e8c78

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# node-typescript-boilerplate
22

33
[![Sponsor][sponsor-badge]][sponsor]
4-
[![TypeScript version][ts-badge]][typescript-5-3]
4+
[![TypeScript version][ts-badge]][typescript-5-4]
55
[![Node.js version][nodejs-badge]][nodejs]
66
[![APLv2][license-badge]][license]
77
[![Build Status - GitHub Actions][gha-badge]][gha-ci]
@@ -10,7 +10,7 @@
1010

1111
🏃🏽 Instant Value: All basic tools included and configured:
1212

13-
- [TypeScript][typescript] [5.3][typescript-5-3]
13+
- [TypeScript][typescript] [5.4][typescript-5-4]
1414
- [ESM][esm]
1515
- [ESLint][eslint] with some initial rules recommendation
1616
- [Jest][jest] for fast unit testing and code coverage
@@ -86,13 +86,13 @@ Support this project by becoming a [sponsor][sponsor].
8686

8787
Licensed under the APLv2. See the [LICENSE](https://github.com/jsynowiec/node-typescript-boilerplate/blob/main/LICENSE) file for details.
8888

89-
[ts-badge]: https://img.shields.io/badge/TypeScript-5.3-blue.svg
89+
[ts-badge]: https://img.shields.io/badge/TypeScript-5.4-blue.svg
9090
[nodejs-badge]: https://img.shields.io/badge/Node.js->=%2020.9-blue.svg
9191
[nodejs]: https://nodejs.org/dist/latest-v20.x/docs/api/
9292
[gha-badge]: https://github.com/jsynowiec/node-typescript-boilerplate/actions/workflows/nodejs.yml/badge.svg
9393
[gha-ci]: https://github.com/jsynowiec/node-typescript-boilerplate/actions/workflows/nodejs.yml
9494
[typescript]: https://www.typescriptlang.org/
95-
[typescript-5-3]: https://devblogs.microsoft.com/typescript/announcing-typescript-5-3/
95+
[typescript-5-4]: https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/
9696
[license-badge]: https://img.shields.io/badge/license-APLv2-blue.svg
9797
[license]: https://github.com/jsynowiec/node-typescript-boilerplate/blob/main/LICENSE
9898
[sponsor-badge]: https://img.shields.io/badge/♥-Sponsor-fc0fb5.svg

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"rimraf": "~5.0",
2020
"ts-api-utils": "~1.3",
2121
"ts-jest": "~29.1",
22-
"typescript": "~5.3"
22+
"typescript": "~5.4"
2323
},
2424
"scripts": {
2525
"start": "node build/src/main.js",

0 commit comments

Comments
 (0)