Skip to content

Commit a20853f

Browse files
Update Web
1 parent c3e211e commit a20853f

File tree

4 files changed

+91
-86
lines changed

4 files changed

+91
-86
lines changed

bindings/wysiwyg-wasm/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -874,9 +874,9 @@
874874
undici-types "~7.8.0"
875875

876876
"@types/node@^22.10.2":
877-
version "22.18.6"
878-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.6.tgz#38172ef0b65e09d1a4fc715eb09a7d5decfdc748"
879-
integrity sha512-r8uszLPpeIWbNKtvWRt/DbVi5zbqZyj1PTmhRMqBMvDnaz1QpmSKujUtJLrqGZeoM8v72MfYggDceY4K1itzWQ==
877+
version "22.18.8"
878+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.8.tgz#738d9dafa38f6e0c467687c158f8e1ca2d7d8eaa"
879+
integrity sha512-pAZSHMiagDR7cARo/cch1f3rXy0AEXwsVsVH09FcyeJVAzCnGgmYis7P3JidtTUjyadhTeSo8TgRPswstghDaw==
880880
dependencies:
881881
undici-types "~6.21.0"
882882

@@ -2496,9 +2496,9 @@ typedoc@^0.28.0:
24962496
yaml "^2.8.1"
24972497

24982498
typescript@^5.7.2:
2499-
version "5.8.3"
2500-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
2501-
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
2499+
version "5.9.3"
2500+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
2501+
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
25022502

25032503
uc.micro@^2.0.0, uc.micro@^2.1.0:
25042504
version "2.1.0"

platforms/web/example-wysiwyg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@vector-im/matrix-wysiwyg": "2.39.0",
12+
"@vector-im/matrix-wysiwyg": "2.40.0",
1313
"react": "^19.0.0",
1414
"react-dom": "^19.0.0"
1515
},

platforms/web/example-wysiwyg/yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -473,19 +473,19 @@
473473
integrity sha512-qXRuZaOsAdXKFyOhRBg6Lqqc0yay13vN7KrIg4L7N4aaHN68ma9OK3NE1BoDFgFOTfM7zg+3/8+2n8rLUH3OKQ==
474474

475475
"@types/react@^19.0.0":
476-
version "19.1.13"
477-
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.13.tgz#fc650ffa680d739a25a530f5d7ebe00cdd771883"
478-
integrity sha512-hHkbU/eoO3EG5/MZkuFSKmYqPbSVk5byPFa3e7y/8TybHiLMACgI8seVYlicwk7H5K/rI2px9xrQp/C+AUDTiQ==
476+
version "19.1.16"
477+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.16.tgz#6329b1c17a5de624439eae673f86a2c5569a42be"
478+
integrity sha512-WBM/nDbEZmDUORKnh5i1bTnAz6vTohUf9b8esSMu+b24+srbaxa04UbJgWx78CVfNXA20sNu0odEIluZDFdCog==
479479
dependencies:
480480
csstype "^3.0.2"
481481

482482
"@vector-im/matrix-wysiwyg-wasm@link:../../bindings/wysiwyg-wasm":
483483
version "0.0.0"
484484

485-
"@vector-im/matrix-wysiwyg@2.39.0":
486-
version "2.39.0"
487-
resolved "https://registry.yarnpkg.com/@vector-im/matrix-wysiwyg/-/matrix-wysiwyg-2.39.0.tgz#a6238e517f23a2f3025d9c65445914771c63b163"
488-
integrity sha512-OROXnzPcQWrCMoUpIrCKEC4FYU+9SsRomUgu+VbJwWtBDkCbfvLD4z6w/mgiADw3iTUpBPgmcWJoGxesFuB20Q==
485+
"@vector-im/matrix-wysiwyg@2.40.0":
486+
version "2.40.0"
487+
resolved "https://registry.yarnpkg.com/@vector-im/matrix-wysiwyg/-/matrix-wysiwyg-2.40.0.tgz#53c9ca5ea907d91e4515da64f20a82e5586b882c"
488+
integrity sha512-8LRFLs5PEKYs4lOL7aJ4lL/hGCrvEvOYkCR3JggXYXDVMtX4LmfdlKYucSAe98pCmqAAbLRvlRcR1bTOYvM8ug==
489489
dependencies:
490490
"@vector-im/matrix-wysiwyg-wasm" "link:../../bindings/wysiwyg-wasm"
491491

@@ -716,9 +716,9 @@ tinyglobby@^0.2.14:
716716
picomatch "^4.0.2"
717717

718718
typescript@^5.0.0:
719-
version "5.8.3"
720-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
721-
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
719+
version "5.9.3"
720+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
721+
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
722722

723723
update-browserslist-db@^1.1.3:
724724
version "1.1.3"

platforms/web/yarn.lock

Lines changed: 74 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -824,9 +824,9 @@
824824
pretty-format "^27.0.2"
825825

826826
"@testing-library/jest-dom@^6.0.0":
827-
version "6.8.0"
828-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.8.0.tgz#697db9424f0d21d8216f1958fa0b1b69b5f43923"
829-
integrity sha512-WgXcWzVM6idy5JaftTVC8Vs83NKRmGJz4Hqs4oyOuO2J4r/y79vvKZsb+CaGyCSEbUPI6OsewfPd0G1A0/TUZQ==
827+
version "6.9.0"
828+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.9.0.tgz#186d7b317435617f3fdfeb976feb8892bfbfe667"
829+
integrity sha512-QHdxYMJ0YPGKYofMc6zYvo7LOViVhdc6nPg/OtM2cf9MQrwEcTxFCs7d/GJ5eSyPkHzOiBkc/KfLdFJBHzldtQ==
830830
dependencies:
831831
"@adobe/css-tools" "^4.4.0"
832832
aria-query "^5.0.0"
@@ -971,9 +971,9 @@
971971
integrity sha512-qXRuZaOsAdXKFyOhRBg6Lqqc0yay13vN7KrIg4L7N4aaHN68ma9OK3NE1BoDFgFOTfM7zg+3/8+2n8rLUH3OKQ==
972972

973973
"@types/react@^19.0.0":
974-
version "19.1.13"
975-
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.13.tgz#fc650ffa680d739a25a530f5d7ebe00cdd771883"
976-
integrity sha512-hHkbU/eoO3EG5/MZkuFSKmYqPbSVk5byPFa3e7y/8TybHiLMACgI8seVYlicwk7H5K/rI2px9xrQp/C+AUDTiQ==
974+
version "19.1.16"
975+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.16.tgz#6329b1c17a5de624439eae673f86a2c5569a42be"
976+
integrity sha512-WBM/nDbEZmDUORKnh5i1bTnAz6vTohUf9b8esSMu+b24+srbaxa04UbJgWx78CVfNXA20sNu0odEIluZDFdCog==
977977
dependencies:
978978
csstype "^3.0.2"
979979

@@ -1017,105 +1017,110 @@
10171017
"@types/node" "*"
10181018

10191019
"@typescript-eslint/eslint-plugin@^8.0.0":
1020-
version "8.44.0"
1021-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.44.0.tgz#d72bf8b2d3052afee919ba38f38c57138eee0396"
1022-
integrity sha512-EGDAOGX+uwwekcS0iyxVDmRV9HX6FLSM5kzrAToLTsr9OWCIKG/y3lQheCq18yZ5Xh78rRKJiEpP0ZaCs4ryOQ==
1020+
version "8.45.0"
1021+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.45.0.tgz#9f251d4e85ec5089e7cccb09257ce93dbf0d7744"
1022+
integrity sha512-HC3y9CVuevvWCl/oyZuI47dOeDF9ztdMEfMH8/DW/Mhwa9cCLnK1oD7JoTVGW/u7kFzNZUKUoyJEqkaJh5y3Wg==
10231023
dependencies:
10241024
"@eslint-community/regexpp" "^4.10.0"
1025-
"@typescript-eslint/scope-manager" "8.44.0"
1026-
"@typescript-eslint/type-utils" "8.44.0"
1027-
"@typescript-eslint/utils" "8.44.0"
1028-
"@typescript-eslint/visitor-keys" "8.44.0"
1025+
"@typescript-eslint/scope-manager" "8.45.0"
1026+
"@typescript-eslint/type-utils" "8.45.0"
1027+
"@typescript-eslint/utils" "8.45.0"
1028+
"@typescript-eslint/visitor-keys" "8.45.0"
10291029
graphemer "^1.4.0"
10301030
ignore "^7.0.0"
10311031
natural-compare "^1.4.0"
10321032
ts-api-utils "^2.1.0"
10331033

10341034
"@typescript-eslint/parser@^8.0.0":
1035-
version "8.44.0"
1036-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.44.0.tgz#0436fbe0a72f86d3366d2d157d480524b0ab3f26"
1037-
integrity sha512-VGMpFQGUQWYT9LfnPcX8ouFojyrZ/2w3K5BucvxL/spdNehccKhB4jUyB1yBCXpr2XFm0jkECxgrpXBW2ipoAw==
1038-
dependencies:
1039-
"@typescript-eslint/scope-manager" "8.44.0"
1040-
"@typescript-eslint/types" "8.44.0"
1041-
"@typescript-eslint/typescript-estree" "8.44.0"
1042-
"@typescript-eslint/visitor-keys" "8.44.0"
1035+
version "8.45.0"
1036+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.45.0.tgz#571660c98824aefb4a6ec3b3766655d1348520a4"
1037+
integrity sha512-TGf22kon8KW+DeKaUmOibKWktRY8b2NSAZNdtWh798COm1NWx8+xJ6iFBtk3IvLdv6+LGLJLRlyhrhEDZWargQ==
1038+
dependencies:
1039+
"@typescript-eslint/scope-manager" "8.45.0"
1040+
"@typescript-eslint/types" "8.45.0"
1041+
"@typescript-eslint/typescript-estree" "8.45.0"
1042+
"@typescript-eslint/visitor-keys" "8.45.0"
10431043
debug "^4.3.4"
10441044

1045-
"@typescript-eslint/project-service@8.44.0":
1046-
version "8.44.0"
1047-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.44.0.tgz#89060651dcecde946e758441fe94dceb6f769a29"
1048-
integrity sha512-ZeaGNraRsq10GuEohKTo4295Z/SuGcSq2LzfGlqiuEvfArzo/VRrT0ZaJsVPuKZ55lVbNk8U6FcL+ZMH8CoyVA==
1045+
"@typescript-eslint/project-service@8.45.0":
1046+
version "8.45.0"
1047+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.45.0.tgz#f83dda1bca31dae2fd6821f9131daf1edebfd46c"
1048+
integrity sha512-3pcVHwMG/iA8afdGLMuTibGR7pDsn9RjDev6CCB+naRsSYs2pns5QbinF4Xqw6YC/Sj3lMrm/Im0eMfaa61WUg==
10491049
dependencies:
1050-
"@typescript-eslint/tsconfig-utils" "^8.44.0"
1051-
"@typescript-eslint/types" "^8.44.0"
1050+
"@typescript-eslint/tsconfig-utils" "^8.45.0"
1051+
"@typescript-eslint/types" "^8.45.0"
10521052
debug "^4.3.4"
10531053

1054-
"@typescript-eslint/scope-manager@8.44.0":
1055-
version "8.44.0"
1056-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.44.0.tgz#c37f1e786fd0e5b40607985c769a61c24c761c26"
1057-
integrity sha512-87Jv3E+al8wpD+rIdVJm/ItDBe/Im09zXIjFoipOjr5gHUhJmTzfFLuTJ/nPTMc2Srsroy4IBXwcTCHyRR7KzA==
1054+
"@typescript-eslint/scope-manager@8.45.0":
1055+
version "8.45.0"
1056+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.45.0.tgz#59615ba506a9e3479d1efb0d09d6ab52f2a19142"
1057+
integrity sha512-clmm8XSNj/1dGvJeO6VGH7EUSeA0FMs+5au/u3lrA3KfG8iJ4u8ym9/j2tTEoacAffdW1TVUzXO30W1JTJS7dA==
10581058
dependencies:
1059-
"@typescript-eslint/types" "8.44.0"
1060-
"@typescript-eslint/visitor-keys" "8.44.0"
1059+
"@typescript-eslint/types" "8.45.0"
1060+
"@typescript-eslint/visitor-keys" "8.45.0"
10611061

1062-
"@typescript-eslint/tsconfig-utils@8.44.0", "@typescript-eslint/tsconfig-utils@^8.44.0":
1063-
version "8.44.0"
1064-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.44.0.tgz#8c0601372bf889f0663a08df001ad666442aa3a8"
1065-
integrity sha512-x5Y0+AuEPqAInc6yd0n5DAcvtoQ/vyaGwuX5HE9n6qAefk1GaedqrLQF8kQGylLUb9pnZyLf+iEiL9fr8APDtQ==
1062+
"@typescript-eslint/tsconfig-utils@8.45.0", "@typescript-eslint/tsconfig-utils@^8.45.0":
1063+
version "8.45.0"
1064+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.45.0.tgz#63d38282790a2566c571bad423e7c1cad1f3d64c"
1065+
integrity sha512-aFdr+c37sc+jqNMGhH+ajxPXwjv9UtFZk79k8pLoJ6p4y0snmYpPA52GuWHgt2ZF4gRRW6odsEj41uZLojDt5w==
10661066

1067-
"@typescript-eslint/type-utils@8.44.0":
1068-
version "8.44.0"
1069-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.44.0.tgz#5b875f8a961d15bb47df787cbfde50baea312613"
1070-
integrity sha512-9cwsoSxJ8Sak67Be/hD2RNt/fsqmWnNE1iHohG8lxqLSNY8xNfyY7wloo5zpW3Nu9hxVgURevqfcH6vvKCt6yg==
1067+
"@typescript-eslint/type-utils@8.45.0":
1068+
version "8.45.0"
1069+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.45.0.tgz#04004bdf2598844faa29fb936fb6b0ee10d6d3f3"
1070+
integrity sha512-bpjepLlHceKgyMEPglAeULX1vixJDgaKocp0RVJ5u4wLJIMNuKtUXIczpJCPcn2waII0yuvks/5m5/h3ZQKs0A==
10711071
dependencies:
1072-
"@typescript-eslint/types" "8.44.0"
1073-
"@typescript-eslint/typescript-estree" "8.44.0"
1074-
"@typescript-eslint/utils" "8.44.0"
1072+
"@typescript-eslint/types" "8.45.0"
1073+
"@typescript-eslint/typescript-estree" "8.45.0"
1074+
"@typescript-eslint/utils" "8.45.0"
10751075
debug "^4.3.4"
10761076
ts-api-utils "^2.1.0"
10771077

1078-
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.44.0":
1078+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.45.0":
1079+
version "8.45.0"
1080+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.45.0.tgz#fc01cd2a4690b9713b02f895e82fb43f7d960684"
1081+
integrity sha512-WugXLuOIq67BMgQInIxxnsSyRLFxdkJEJu8r4ngLR56q/4Q5LrbfkFRH27vMTjxEK8Pyz7QfzuZe/G15qQnVRA==
1082+
1083+
"@typescript-eslint/types@^8.44.0":
10791084
version "8.44.0"
10801085
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.44.0.tgz#4b9154ab164a0beff22d3217ff0fdc8d10bce924"
10811086
integrity sha512-ZSl2efn44VsYM0MfDQe68RKzBz75NPgLQXuGypmym6QVOWL5kegTZuZ02xRAT9T+onqvM6T8CdQk0OwYMB6ZvA==
10821087

1083-
"@typescript-eslint/typescript-estree@8.44.0":
1084-
version "8.44.0"
1085-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.44.0.tgz#e23e9946c466cf5f53b7e46ecdd9789fd8192daa"
1086-
integrity sha512-lqNj6SgnGcQZwL4/SBJ3xdPEfcBuhCG8zdcwCPgYcmiPLgokiNDKlbPzCwEwu7m279J/lBYWtDYL+87OEfn8Jw==
1088+
"@typescript-eslint/typescript-estree@8.45.0":
1089+
version "8.45.0"
1090+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.45.0.tgz#3498500f109a89b104d2770497c707e56dfe062d"
1091+
integrity sha512-GfE1NfVbLam6XQ0LcERKwdTTPlLvHvXXhOeUGC1OXi4eQBoyy1iVsW+uzJ/J9jtCz6/7GCQ9MtrQ0fml/jWCnA==
10871092
dependencies:
1088-
"@typescript-eslint/project-service" "8.44.0"
1089-
"@typescript-eslint/tsconfig-utils" "8.44.0"
1090-
"@typescript-eslint/types" "8.44.0"
1091-
"@typescript-eslint/visitor-keys" "8.44.0"
1093+
"@typescript-eslint/project-service" "8.45.0"
1094+
"@typescript-eslint/tsconfig-utils" "8.45.0"
1095+
"@typescript-eslint/types" "8.45.0"
1096+
"@typescript-eslint/visitor-keys" "8.45.0"
10921097
debug "^4.3.4"
10931098
fast-glob "^3.3.2"
10941099
is-glob "^4.0.3"
10951100
minimatch "^9.0.4"
10961101
semver "^7.6.0"
10971102
ts-api-utils "^2.1.0"
10981103

1099-
"@typescript-eslint/utils@8.44.0":
1100-
version "8.44.0"
1101-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.44.0.tgz#2c0650a1e8a832ed15658e7ca3c7bd2818d92c7c"
1102-
integrity sha512-nktOlVcg3ALo0mYlV+L7sWUD58KG4CMj1rb2HUVOO4aL3K/6wcD+NERqd0rrA5Vg06b42YhF6cFxeixsp9Riqg==
1104+
"@typescript-eslint/utils@8.45.0":
1105+
version "8.45.0"
1106+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.45.0.tgz#6e68e92d99019fdf56018d0e6664c76a70470c95"
1107+
integrity sha512-bxi1ht+tLYg4+XV2knz/F7RVhU0k6VrSMc9sb8DQ6fyCTrGQLHfo7lDtN0QJjZjKkLA2ThrKuCdHEvLReqtIGg==
11031108
dependencies:
11041109
"@eslint-community/eslint-utils" "^4.7.0"
1105-
"@typescript-eslint/scope-manager" "8.44.0"
1106-
"@typescript-eslint/types" "8.44.0"
1107-
"@typescript-eslint/typescript-estree" "8.44.0"
1110+
"@typescript-eslint/scope-manager" "8.45.0"
1111+
"@typescript-eslint/types" "8.45.0"
1112+
"@typescript-eslint/typescript-estree" "8.45.0"
11081113

1109-
"@typescript-eslint/visitor-keys@8.44.0":
1110-
version "8.44.0"
1111-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.44.0.tgz#0d9d5647e005c2ff8acc391d1208ab37d08850aa"
1112-
integrity sha512-zaz9u8EJ4GBmnehlrpoKvj/E3dNbuQ7q0ucyZImm3cLqJ8INTc970B1qEqDX/Rzq65r3TvVTN7kHWPBoyW7DWw==
1114+
"@typescript-eslint/visitor-keys@8.45.0":
1115+
version "8.45.0"
1116+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.45.0.tgz#4e3bcc55da64ac61069ebfe62ca240567ac7d784"
1117+
integrity sha512-qsaFBA3e09MIDAGFUrTk+dzqtfv1XPVz8t8d1f0ybTzrCY7BKiMC5cjrl1O/P7UmHsNyW90EYSkU/ZWpmXelag==
11131118
dependencies:
1114-
"@typescript-eslint/types" "8.44.0"
1119+
"@typescript-eslint/types" "8.45.0"
11151120
eslint-visitor-keys "^4.2.1"
11161121

11171122
"@vector-im/matrix-wysiwyg-wasm@link:../../bindings/wysiwyg-wasm":
1118-
version "2.39.0"
1123+
version "2.40.0"
11191124

11201125
"@vitejs/plugin-react@^4.2.1":
11211126
version "4.7.0"
@@ -5208,9 +5213,9 @@ [email protected]:
52085213
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
52095214

52105215
typescript@^5.0.0:
5211-
version "5.8.3"
5212-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
5213-
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
5216+
version "5.9.3"
5217+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
5218+
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
52145219

52155220
ufo@^1.5.4:
52165221
version "1.6.1"

0 commit comments

Comments
 (0)