Skip to content

Commit 865cc0a

Browse files
chore(deps-dev): bump typescript from 4.9.5 to 5.0.2 (#5)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.0.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.9.5...v5.0.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2e0e675 commit 865cc0a

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
@@ -292,7 +292,7 @@
292292
"eslint": "^8.34.0",
293293
"glob": "^8.1.0",
294294
"mocha": "^10.2.0",
295-
"typescript": "^4.9.5"
295+
"typescript": "^5.0.2"
296296
},
297297
"dependencies": {
298298
"@octokit/types": "^9.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2341,10 +2341,10 @@ typed-rest-client@^1.8.4:
23412341
tunnel "0.0.6"
23422342
underscore "^1.12.1"
23432343

2344-
typescript@^4.9.5:
2345-
version "4.9.5"
2346-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
2347-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
2344+
typescript@^5.0.2:
2345+
version "5.0.2"
2346+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
2347+
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
23482348

23492349
uc.micro@^1.0.1, uc.micro@^1.0.5:
23502350
version "1.0.6"

0 commit comments

Comments
 (0)