Skip to content

Commit 0b81f17

Browse files
chore: update to typescript v5
1 parent 2eb07e7 commit 0b81f17

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"rimraf": "^5.0.0",
4545
"semver": "^7.3.2",
4646
"style-dictionary": "^3.7.0",
47-
"typescript": "^4.9.3",
47+
"typescript": "^5.4.5",
4848
"xhr2": "^0.2.1"
4949
},
5050
"scripts": {

Diff for: yarn.lock

+1-6
Original file line numberDiff line numberDiff line change
@@ -13701,16 +13701,11 @@ typedarray@^0.0.6:
1370113701
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1370213702
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
1370313703

13704-
"typescript@>=3 < 6", typescript@^5.3.3:
13704+
"typescript@>=3 < 6", typescript@^5.3.3, typescript@^5.4.5:
1370513705
version "5.8.2"
1370613706
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
1370713707
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
1370813708

13709-
typescript@^4.9.3:
13710-
version "4.9.5"
13711-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
13712-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
13713-
1371413709
typescript@~5.4.5:
1371513710
version "5.4.5"
1371613711
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"

0 commit comments

Comments
 (0)