Skip to content

Commit 51a1285

Browse files
authored
docs(TypeScript): outline recommended TypeScript version (#4592)
1 parent 08f900f commit 51a1285

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ You can find our documentation under the following links:
6464
## Requirements
6565

6666
- [React](https://www.npmjs.com/package/react) and [React-DOM](https://www.npmjs.com/package/react-dom) (**16.14.0 or higher**)
67-
- [Node.js](https://nodejs.org/) (**version 14 or higher** ⚠️)
67+
- [Node.js](https://nodejs.org/) (**LTS version**)
68+
- If you're using [TypeScript](https://www.typescriptlang.org/) we recommend version **4.7** or later.
6869

6970
<!-- *********************************************************************** -->
7071

docs/Welcome.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ In addition to that, UI5 Web Components for React is providing complex component
2626
## Requirements
2727

2828
- [React](https://www.npmjs.com/package/react) and [React-DOM](https://www.npmjs.com/package/react-dom) (**16.14.0 or higher**)
29-
- [Node.js](https://nodejs.org/) (**version 14 or higher** ⚠️)
29+
- [Node.js](https://nodejs.org/) (**LTS version**)
30+
- If you're using [TypeScript](https://www.typescriptlang.org/) we recommend version **4.7** or later.
3031

3132
## Getting Started
3233

0 commit comments

Comments
 (0)