Skip to content

Commit 0bfcb2b

Browse files
committed
feature #1322 Drop support for typescript 4 (stof)
This PR was merged into the main branch. Discussion ---------- Drop support for typescript 4 Commits ------- 204c21b Drop support for typescript 4
2 parents 4c2afda + 204c21b commit 0bfcb2b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"svelte": "^3.50.0 || ^4.2.2",
9393
"svelte-loader": "^3.1.0",
9494
"ts-loader": "^9.0.0",
95-
"typescript": "^4.3.2 || ^5.0.0",
95+
"typescript": "^5.0.0",
9696
"vue": "^3.2.14",
9797
"vue-loader": "^17.0.0",
9898
"webpack": "^5.72",
@@ -124,7 +124,7 @@
124124
"stylus": "^0.58.1",
125125
"stylus-loader": "^7.0.0 || ^8.1.0",
126126
"ts-loader": "^9.0.0",
127-
"typescript": "^4.2.2 || ^5.0.0",
127+
"typescript": "^5.0.0",
128128
"vue": "^3.2.14",
129129
"vue-loader": "^17.0.0",
130130
"webpack": "^5.72",

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -7155,7 +7155,7 @@ typed-array-length@^1.0.4:
71557155
for-each "^0.3.3"
71567156
is-typed-array "^1.1.9"
71577157

7158-
"typescript@^4.3.2 || ^5.0.0":
7158+
typescript@^5.0.0:
71597159
version "5.5.4"
71607160
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
71617161
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==

0 commit comments

Comments
 (0)