Skip to content

Commit 4c50bf4

Browse files
committed
Fix typescript version
1 parent afd7e99 commit 4c50bf4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

example/yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -6227,9 +6227,9 @@ type-is@~1.6.18:
62276227
mime-types "~2.1.24"
62286228

62296229
typescript@^5.5.3:
6230-
version "5.6.3"
6231-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b"
6232-
integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==
6230+
version "5.5.3"
6231+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa"
6232+
integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==
62336233

62346234
ua-parser-js@^1.0.35:
62356235
version "1.0.39"

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -5298,9 +5298,9 @@ type-fest@^0.7.1:
52985298
integrity sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==
52995299

53005300
typescript@^5.5.3:
5301-
version "5.6.3"
5302-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b"
5303-
integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==
5301+
version "5.5.3"
5302+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa"
5303+
integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==
53045304

53055305
unc-path-regex@^0.1.2:
53065306
version "0.1.2"

0 commit comments

Comments
 (0)