Skip to content

Commit 129e789

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

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.3.3",
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.3.3:
8531+
version "5.3.3"
8532+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
8533+
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
85348534

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

0 commit comments

Comments
 (0)