Skip to content

Commit a1b6f37

Browse files
build(deps-dev): bump typescript from 4.9.5 to 5.0.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 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-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c61cb4f commit a1b6f37

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
@@ -34,7 +34,7 @@
3434
"prettier-plugin-organize-imports": "^3.0.3",
3535
"ts-jest": "^29.0.5",
3636
"tsup": "^6.7.0",
37-
"typescript": "^4.9.4"
37+
"typescript": "^5.0.3"
3838
},
3939
"engines": {
4040
"node": ">=18.0.0"

yarn.lock

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

2690-
typescript@^4.9.4:
2691-
version "4.9.5"
2692-
resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz"
2693-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
2690+
typescript@^5.0.3:
2691+
version "5.0.3"
2692+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.3.tgz#fe976f0c826a88d0a382007681cbb2da44afdedf"
2693+
integrity sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==
26942694

26952695
update-browserslist-db@^1.0.10:
26962696
version "1.0.10"

0 commit comments

Comments
 (0)