Skip to content

Commit 99fd277

Browse files
authored
chore: Use TypeScript 4.5 in bootstrapped userscript (#155)
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.
1 parent d05e497 commit 99fd277

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

bootstrap/package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootstrap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"app-root-path": "^3.0.0",
1313
"rimraf": "^3.0.2",
1414
"ts-preferences": "^2.0.0",
15-
"typescript": "^3.7.4",
15+
"typescript": "4.5.5",
1616
"userscript-metadata": "^1.0.0",
1717
"userscripter": "5.0.0",
1818
"webpack": "^4.41.5",

0 commit comments

Comments
 (0)