Skip to content

Commit c455056

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
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.2.2",
1717
"web-vitals": "2.1.4"
1818
},
1919
"scripts": {

yarn.lock

+4-4
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.2.2:
8531+
version "5.2.2"
8532+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
8533+
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
85348534

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

0 commit comments

Comments
 (0)