Skip to content

Commit 4b517b9

Browse files
committed
fix(deps): update "typescript" lowest supported version to ^4.3.2
1 parent 0a38699 commit 4b517b9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"svelte": "^3.50.0 || ^4.2.2",
9494
"svelte-loader": "^3.1.0",
9595
"ts-loader": "^9.0.0",
96-
"typescript": "^4.2.2 || ^5.0.0",
96+
"typescript": "^4.3.2 || ^5.0.0",
9797
"vue": "^3.2.14",
9898
"vue-loader": "^17.0.0",
9999
"vue-template-compiler": "^2.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6933,10 +6933,10 @@ typed-array-length@^1.0.4:
69336933
for-each "^0.3.3"
69346934
is-typed-array "^1.1.9"
69356935

6936-
"typescript@^4.2.2 || ^5.0.0":
6937-
version "5.3.3"
6938-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
6939-
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
6936+
"typescript@^4.3.2 || ^5.0.0":
6937+
version "5.5.4"
6938+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
6939+
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
69406940

69416941
uglify-js@^3.1.4:
69426942
version "3.17.4"

0 commit comments

Comments
 (0)