SimonAlling / userscripter

Create userscripts in a breeze!
https://www.npmjs.com/package/userscripter
MIT License
100 stars 10 forks source link

build: Pin TypeScript version #143

Closed SimonAlling closed 3 months ago

SimonAlling commented 3 months ago

TypeScript doesn't use SemVer – one should think of e.g. v4.2 and v4.3 as v42 and v43, respectively – so ^4.2.3 makes no sense. ~4.2.3 does, but it usually doesn't hurt to specify an exact version in my experience.