Skip to content

Commit

Permalink
chore: Use TypeScript 4.5 in bootstrapped userscript (#155)
Browse files Browse the repository at this point in the history
We use TypeScript 4.5 to compile the package itself since #151 (v5.0.0), so it makes sense to use at least that version in the bootstrapped userscript as well.

I did `npm install --save-exact typescript@4.5` because it typically makes much more sense to specify an exact TypeScript version than to specify a version range.
  • Loading branch information
SimonAlling authored Aug 1, 2024
1 parent d05e497 commit 99fd277
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions bootstrap/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 bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"app-root-path": "^3.0.0",
"rimraf": "^3.0.2",
"ts-preferences": "^2.0.0",
"typescript": "^3.7.4",
"typescript": "4.5.5",
"userscript-metadata": "^1.0.0",
"userscripter": "5.0.0",
"webpack": "^4.41.5",
Expand Down

0 comments on commit 99fd277

Please sign in to comment.