Skip to content

Commit c42a85a

Browse files
Bump typescript from 4.8.4 to 5.5.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 5.5.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v4.8.4...v5.5.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bca9625 commit c42a85a

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
@@ -53,7 +53,7 @@
5353
"source-map-support": "^0.5.21",
5454
"ts-node": "^10.9.2",
5555
"tslint": "^6.1.3",
56-
"typescript": "^4.8.4"
56+
"typescript": "^5.5.2"
5757
},
5858
"dependencies": {
5959
"@tokenizer/token": "^0.3.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3259,10 +3259,10 @@ typedarray@^0.0.6:
32593259
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
32603260
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
32613261

3262-
typescript@^4.8.4:
3263-
version "4.8.4"
3264-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
3265-
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
3262+
typescript@^5.5.2:
3263+
version "5.5.2"
3264+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507"
3265+
integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==
32663266

32673267
undici-types@~5.26.4:
32683268
version "5.26.5"

0 commit comments

Comments
 (0)