Pocket / curation-tools-frontend

DEPRECATED
Mozilla Public License 2.0
10 stars 52 forks source link

Upgrade to TypeScript 4.1.3 #107

Closed nina-py closed 3 years ago

nina-py commented 3 years ago

Goal

In #89, it says that the updated Create React App has TypeScript 4.1. That was not quite correct: it is compatible with 4.1 but the actual dependency is ^3.2, so the 3.7.5 version installed when this project was started was enough and TypeScript was not upgraded.

Implementation Decisions

Updated TypeScript to the latest version (4.1.3) as well as the @types/react package that needed to be updated, too. There are some new features and it also catches extra errors - #106 has a fixup commit for a functional component.