Skip to content

Commit

Permalink
feature #1322 Drop support for typescript 4 (stof)
Browse files Browse the repository at this point in the history
This PR was merged into the main branch.

Discussion
----------

Drop support for typescript 4

Commits
-------

204c21b Drop support for typescript 4
  • Loading branch information
Kocal committed Sep 2, 2024
2 parents 4c2afda + 204c21b commit 0bfcb2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"svelte": "^3.50.0 || ^4.2.2",
"svelte-loader": "^3.1.0",
"ts-loader": "^9.0.0",
"typescript": "^4.3.2 || ^5.0.0",
"typescript": "^5.0.0",
"vue": "^3.2.14",
"vue-loader": "^17.0.0",
"webpack": "^5.72",
Expand Down Expand Up @@ -124,7 +124,7 @@
"stylus": "^0.58.1",
"stylus-loader": "^7.0.0 || ^8.1.0",
"ts-loader": "^9.0.0",
"typescript": "^4.2.2 || ^5.0.0",
"typescript": "^5.0.0",
"vue": "^3.2.14",
"vue-loader": "^17.0.0",
"webpack": "^5.72",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7155,7 +7155,7 @@ typed-array-length@^1.0.4:
for-each "^0.3.3"
is-typed-array "^1.1.9"

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

0 comments on commit 0bfcb2b

Please sign in to comment.