|
1 | 1 | # node-typescript-boilerplate
|
2 | 2 |
|
3 | 3 | [![Sponsor][sponsor-badge]][sponsor]
|
4 |
| -[![TypeScript version][ts-badge]][typescript-5-3] |
| 4 | +[![TypeScript version][ts-badge]][typescript-5-4] |
5 | 5 | [![Node.js version][nodejs-badge]][nodejs]
|
6 | 6 | [![APLv2][license-badge]][license]
|
7 | 7 | [![Build Status - GitHub Actions][gha-badge]][gha-ci]
|
|
10 | 10 |
|
11 | 11 | 🏃🏽 Instant Value: All basic tools included and configured:
|
12 | 12 |
|
13 |
| -- [TypeScript][typescript] [5.3][typescript-5-3] |
| 13 | +- [TypeScript][typescript] [5.4][typescript-5-4] |
14 | 14 | - [ESM][esm]
|
15 | 15 | - [ESLint][eslint] with some initial rules recommendation
|
16 | 16 | - [Jest][jest] for fast unit testing and code coverage
|
@@ -86,13 +86,13 @@ Support this project by becoming a [sponsor][sponsor].
|
86 | 86 |
|
87 | 87 | Licensed under the APLv2. See the [LICENSE](https://github.com/jsynowiec/node-typescript-boilerplate/blob/main/LICENSE) file for details.
|
88 | 88 |
|
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 |
90 | 90 | [nodejs-badge]: https://img.shields.io/badge/Node.js->=%2020.9-blue.svg
|
91 | 91 | [nodejs]: https://nodejs.org/dist/latest-v20.x/docs/api/
|
92 | 92 | [gha-badge]: https://github.com/jsynowiec/node-typescript-boilerplate/actions/workflows/nodejs.yml/badge.svg
|
93 | 93 | [gha-ci]: https://github.com/jsynowiec/node-typescript-boilerplate/actions/workflows/nodejs.yml
|
94 | 94 | [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/ |
96 | 96 | [license-badge]: https://img.shields.io/badge/license-APLv2-blue.svg
|
97 | 97 | [license]: https://github.com/jsynowiec/node-typescript-boilerplate/blob/main/LICENSE
|
98 | 98 | [sponsor-badge]: https://img.shields.io/badge/♥-Sponsor-fc0fb5.svg
|
|
0 commit comments