From bb202d475eb94878114f68d47618679d418f132e Mon Sep 17 00:00:00 2001 From: Jakub Synowiec Date: Fri, 22 Dec 2023 12:08:16 +0100 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 17c0246a..fdb5d3be 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # node-typescript-boilerplate [![Sponsor][sponsor-badge]][sponsor] -[![TypeScript version][ts-badge]][typescript-5-1] +[![TypeScript version][ts-badge]][typescript-5-3] [![Node.js version][nodejs-badge]][nodejs] [![APLv2][license-badge]][license] [![Build Status - GitHub Actions][gha-badge]][gha-ci] @@ -10,7 +10,7 @@ 🏃🏽 Instant Value: All basic tools included and configured: -- [TypeScript][typescript] [5.1][typescript-5-1] +- [TypeScript][typescript] [5.3][typescript-5-3] - [ESM][esm] - [ESLint][eslint] with some initial rules recommendation - [Jest][jest] for fast unit testing and code coverage @@ -86,13 +86,13 @@ Support this project by becoming a [sponsor][sponsor]. Licensed under the APLv2. See the [LICENSE](https://github.com/jsynowiec/node-typescript-boilerplate/blob/main/LICENSE) file for details. -[ts-badge]: https://img.shields.io/badge/TypeScript-5.1-blue.svg -[nodejs-badge]: https://img.shields.io/badge/Node.js->=%2018.12-blue.svg -[nodejs]: https://nodejs.org/dist/latest-v18.x/docs/api/ +[ts-badge]: https://img.shields.io/badge/TypeScript-5.3-blue.svg +[nodejs-badge]: https://img.shields.io/badge/Node.js->=%2020.9-blue.svg +[nodejs]: https://nodejs.org/dist/latest-v20.x/docs/api/ [gha-badge]: https://github.com/jsynowiec/node-typescript-boilerplate/actions/workflows/nodejs.yml/badge.svg [gha-ci]: https://github.com/jsynowiec/node-typescript-boilerplate/actions/workflows/nodejs.yml [typescript]: https://www.typescriptlang.org/ -[typescript-5-1]: https://devblogs.microsoft.com/typescript/announcing-typescript-5-1/ +[typescript-5-3]: https://devblogs.microsoft.com/typescript/announcing-typescript-5-3/ [license-badge]: https://img.shields.io/badge/license-APLv2-blue.svg [license]: https://github.com/jsynowiec/node-typescript-boilerplate/blob/main/LICENSE [sponsor-badge]: https://img.shields.io/badge/♥-Sponsor-fc0fb5.svg @@ -103,11 +103,11 @@ Licensed under the APLv2. See the [LICENSE](https://github.com/jsynowiec/node-ty [prettier]: https://prettier.io [volta]: https://volta.sh [volta-getting-started]: https://docs.volta.sh/guide/getting-started -[volta-tomdale]: https://twitter.com/tomdale/status/1162017336699838467?s=20 +[volta-tomdale]: https://twitter.com/tomdale/status/1162017336699838467 [gh-actions]: https://github.com/features/actions [repo-template-action]: https://github.com/jsynowiec/node-typescript-boilerplate/generate [esm]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules [sindresorhus-esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c [nodejs-esm]: https://nodejs.org/docs/latest-v16.x/api/esm.html -[ts47-esm]: https://devblogs.microsoft.com/typescript/announcing-typescript-5-1/#esm-nodejs +[ts47-esm]: https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#esm-nodejs [editorconfig]: https://editorconfig.org