Skip to content

Commit 7a7c12c

Browse files
authored
Update typescript (#370)
* Update package.json * Update yarn.lock
1 parent 8c6895a commit 7a7c12c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"npm-run-all": "^4.1.5",
115115
"prettier": "^2.8.8",
116116
"shx": "^0.4.0",
117-
"typescript": "^4.9.5",
117+
"typescript": "^5.8.3",
118118
"wait-on": "^8.0.3"
119119
},
120120
"browserslist": [

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14858,16 +14858,16 @@ typedarray-to-buffer@^3.1.5:
1485814858
dependencies:
1485914859
is-typedarray "^1.0.0"
1486014860

14861-
typescript@^4.9.5:
14862-
version "4.9.5"
14863-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
14864-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
14865-
1486614861
typescript@^5.3.3:
1486714862
version "5.6.2"
1486814863
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0"
1486914864
integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==
1487014865

14866+
typescript@^5.8.3:
14867+
version "5.8.3"
14868+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
14869+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
14870+
1487114871
unbox-primitive@^1.0.2:
1487214872
version "1.0.2"
1487314873
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.2.tgz#29032021057d5e6cdbd08c5129c226dff8ed6f9e"

0 commit comments

Comments
 (0)