Skip to content

Commit 5dd9b51

Browse files
Update dependency typescript to v5.5.2
1 parent 5cb3b31 commit 5dd9b51

File tree

2 files changed

+35
-5
lines changed

2 files changed

+35
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"svelte": "^4.2.3",
8686
"svelte-check": "^3.6.0",
8787
"tailwindcss": "3.3.5",
88-
"typescript": "5.2.2",
88+
"typescript": "5.5.2",
8989
"vue": "3.3.8",
9090
"vue-tsc": "^1.8.22"
9191
},

yarn.lock

Lines changed: 34 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8235,7 +8235,16 @@ strict-uri-encode@^2.0.0:
82358235
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz#b9c7330c7042862f6b142dc274bbcc5866ce3546"
82368236
integrity sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ==
82378237

8238-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8238+
"string-width-cjs@npm:string-width@^4.2.0":
8239+
version "4.2.3"
8240+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
8241+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
8242+
dependencies:
8243+
emoji-regex "^8.0.0"
8244+
is-fullwidth-code-point "^3.0.0"
8245+
strip-ansi "^6.0.1"
8246+
8247+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
82398248
version "4.2.3"
82408249
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
82418250
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -8277,7 +8286,14 @@ stringify-entities@^4.0.0:
82778286
character-entities-html4 "^2.0.0"
82788287
character-entities-legacy "^3.0.0"
82798288

8280-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8289+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
8290+
version "6.0.1"
8291+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
8292+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
8293+
dependencies:
8294+
ansi-regex "^5.0.1"
8295+
8296+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
82818297
version "6.0.1"
82828298
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
82838299
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8727,7 +8743,12 @@ typescript-auto-import-cache@^0.3.0:
87278743
dependencies:
87288744
semver "^7.3.8"
87298745

8730-
[email protected], typescript@^5.0.3:
8746+
8747+
version "5.5.2"
8748+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507"
8749+
integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==
8750+
8751+
typescript@^5.0.3:
87318752
version "5.2.2"
87328753
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
87338754
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
@@ -9292,7 +9313,7 @@ widest-line@^4.0.1:
92929313
dependencies:
92939314
string-width "^5.0.1"
92949315

9295-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
9316+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
92969317
version "7.0.0"
92979318
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
92989319
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -9310,6 +9331,15 @@ wrap-ansi@^6.2.0:
93109331
string-width "^4.1.0"
93119332
strip-ansi "^6.0.0"
93129333

9334+
wrap-ansi@^7.0.0:
9335+
version "7.0.0"
9336+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
9337+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
9338+
dependencies:
9339+
ansi-styles "^4.0.0"
9340+
string-width "^4.1.0"
9341+
strip-ansi "^6.0.0"
9342+
93139343
wrap-ansi@^8.1.0:
93149344
version "8.1.0"
93159345
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)