Skip to content

Commit a398c29

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

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.5.3",
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.5.3:
8531+
version "5.5.3"
8532+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa"
8533+
integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==
85348534

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

0 commit comments

Comments
 (0)