Skip to content

Commit 4e825eb

Browse files
chore(deps-dev): bump typescript from 5.0.2 to 5.0.3 (#199)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.2 to 5.0.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- 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 950a68e commit 4e825eb

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.2"
19+
"typescript": "^5.0.3"
2020
},
2121
"engines": {
2222
"node": ">=14"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3698,10 +3698,10 @@ type-fest@^0.21.3:
36983698
resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz"
36993699
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
37003700

3701-
typescript@^5.0.2:
3702-
version "5.0.2"
3703-
resolved "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
3704-
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
3701+
typescript@^5.0.3:
3702+
version "5.0.3"
3703+
resolved "https://registry.npmjs.org/typescript/-/typescript-5.0.3.tgz#fe976f0c826a88d0a382007681cbb2da44afdedf"
3704+
integrity sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==
37053705

37063706
unbox-primitive@^1.0.2:
37073707
version "1.0.2"

0 commit comments

Comments
 (0)