Skip to content

Commit 94b95c3

Browse files
fix(deps): update dependency typescript to v5
1 parent b18fcc0 commit 94b95c3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"react": "18.2.0",
1414
"react-dom": "18.2.0",
1515
"react-scripts": "5.0.1",
16-
"typescript": "4.8.4",
16+
"typescript": "5.4.2",
1717
"web-vitals": "2.1.4"
1818
},
1919
"scripts": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8527,10 +8527,10 @@ typedarray-to-buffer@^3.1.5:
85278527
dependencies:
85288528
is-typedarray "^1.0.0"
85298529

8530-
typescript@4.8.4:
8531-
version "4.8.4"
8532-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
8533-
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
8530+
typescript@5.4.2:
8531+
version "5.4.2"
8532+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372"
8533+
integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==
85348534

85358535
unbox-primitive@^1.0.2:
85368536
version "1.0.2"

0 commit comments

Comments
 (0)