Skip to content

Commit d4df453

Browse files
dependabot[bot]kodiakhq[bot]
authored andcommitted
chore(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 d81b42a commit d4df453

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@
7171
"husky": "^8.0.3",
7272
"lint-staged": "^13.2.0",
7373
"prettier": "^2.8.4",
74-
"typescript": "^4.9.5"
74+
"typescript": "^5.0.3"
7575
}
7676
}

yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -2882,11 +2882,16 @@ typed-array-length@^1.0.4:
28822882
for-each "^0.3.3"
28832883
is-typed-array "^1.1.9"
28842884

2885-
typescript@^4.6.4, typescript@^4.9.5:
2885+
typescript@^4.6.4:
28862886
version "4.9.5"
28872887
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
28882888
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
28892889

2890+
typescript@^5.0.3:
2891+
version "5.0.3"
2892+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.3.tgz#fe976f0c826a88d0a382007681cbb2da44afdedf"
2893+
integrity sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==
2894+
28902895
unbox-primitive@^1.0.2:
28912896
version "1.0.2"
28922897
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.2.tgz#29032021057d5e6cdbd08c5129c226dff8ed6f9e"

0 commit comments

Comments
 (0)