Skip to content

Commit d5fca61

Browse files
chore(deps): update dependency typescript to v5.4.2 (#466)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 23a0a19 commit d5fca61

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@types/react": "18.2.63",
2020
"@types/react-dom": "18.2.20",
21-
"typescript": "5.3.3",
21+
"typescript": "5.4.2",
2222
"vite": "5.1.5"
2323
}
2424
}

demo/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -344,10 +344,10 @@ tiny-invariant@^1.1.0:
344344
resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.2.0.tgz#a1141f86b672a9148c72e978a19a73b9b94a15a9"
345345
integrity sha512-1Uhn/aqw5C6RI4KejVeTg6mIS7IqxnLJ8Mv2tV5rTc0qWobay7pDUz6Wi392Cnc8ak1H0F2cjoRzb2/AW4+Fvg==
346346

347-
typescript@5.3.3:
348-
version "5.3.3"
349-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
350-
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
347+
typescript@5.4.2:
348+
version "5.4.2"
349+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372"
350+
integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==
351351

352352
vite@5.1.5:
353353
version "5.1.5"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"react": "18.2.0",
3131
"react-dom": "18.2.0",
3232
"rimraf": "5.0.5",
33-
"typescript": "5.3.3",
33+
"typescript": "5.4.2",
3434
"vitest": "1.3.1"
3535
},
3636
"prettier": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1579,10 +1579,10 @@ type-detect@^4.0.0, type-detect@^4.0.8:
15791579
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c"
15801580
integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==
15811581

1582-
typescript@5.3.3:
1583-
version "5.3.3"
1584-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
1585-
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
1582+
typescript@5.4.2:
1583+
version "5.4.2"
1584+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372"
1585+
integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==
15861586

15871587
ufo@^1.3.0:
15881588
version "1.3.0"

0 commit comments

Comments
 (0)