Skip to content

Commit

Permalink
build: Pin TypeScript version (#143)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
SimonAlling authored Jul 22, 2024
1 parent a0363d5 commit e7c1b52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"rimraf": "5.0.7",
"ts-jest": "^24.1.0",
"ts-preferences": "^2.0.0",
"typescript": "^4.2.3"
"typescript": "4.2.3"
},
"peerDependencies": {
"ts-preferences": "^2.0.0"
Expand Down

0 comments on commit e7c1b52

Please sign in to comment.