Skip to content

Commit 23ddd23

Browse files
chore(deps-dev): bump typescript from 5.0.3 to 5.0.4 (#209)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.3 to 5.0.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.0.3...v5.0.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 50161ff commit 23ddd23

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
@@ -16,7 +16,7 @@
1616
"jest": "^29.5.0",
1717
"prettier": "^2.8.7",
1818
"react": "^18.2.0",
19-
"typescript": "^5.0.3"
19+
"typescript": "^5.0.4"
2020
},
2121
"engines": {
2222
"node": ">=14"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3894,10 +3894,10 @@ typed-array-length@^1.0.4:
38943894
for-each "^0.3.3"
38953895
is-typed-array "^1.1.9"
38963896

3897-
typescript@^5.0.3:
3898-
version "5.0.3"
3899-
resolved "https://registry.npmjs.org/typescript/-/typescript-5.0.3.tgz#fe976f0c826a88d0a382007681cbb2da44afdedf"
3900-
integrity sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==
3897+
typescript@^5.0.4:
3898+
version "5.0.4"
3899+
resolved "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
3900+
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
39013901

39023902
unbox-primitive@^1.0.2:
39033903
version "1.0.2"

0 commit comments

Comments
 (0)