Skip to content

Commit cc98061

Browse files
chore(deps-dev): bump typescript from 4.9.5 to 5.0.2
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]>
1 parent 7905db5 commit cc98061

File tree

2 files changed

+3
-33
lines changed

2 files changed

+3
-33
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"semantic-release": "^20.1.3",
120120
"ts-node": "^10.9.1",
121121
"ttypescript": "^1.5.15",
122-
"typescript": "^4.9.5",
122+
"typescript": "^5.0.2",
123123
"yarn": "^1.22.19"
124124
}
125125
}

yarn.lock

Lines changed: 2 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,27 +1261,7 @@
12611261
"@commitlint/rules" "^17.4.4"
12621262
"@commitlint/types" "^17.4.4"
12631263

1264-
"@commitlint/load@>6.1.1", "@commitlint/load@^17.4.4", "@commitlint/load@^17.5.0":
1265-
version "17.5.0"
1266-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.5.0.tgz#be45dbbb50aaf5eb7e8e940e1e0d6171d1426bab"
1267-
integrity sha512-l+4W8Sx4CD5rYFsrhHH8HP01/8jEP7kKf33Xlx2Uk2out/UKoKPYMOIRcDH5ppT8UXLMV+x6Wm5osdRKKgaD1Q==
1268-
dependencies:
1269-
"@commitlint/config-validator" "^17.4.4"
1270-
"@commitlint/execute-rule" "^17.4.0"
1271-
"@commitlint/resolve-extends" "^17.4.4"
1272-
"@commitlint/types" "^17.4.4"
1273-
"@types/node" "*"
1274-
chalk "^4.1.0"
1275-
cosmiconfig "^8.0.0"
1276-
cosmiconfig-typescript-loader "^4.0.0"
1277-
lodash.isplainobject "^4.0.6"
1278-
lodash.merge "^4.6.2"
1279-
lodash.uniq "^4.5.0"
1280-
resolve-from "^5.0.0"
1281-
ts-node "^10.8.1"
1282-
typescript "^4.6.4 || ^5.0.0"
1283-
1284-
"@commitlint/load@^17.5.0":
1264+
"@commitlint/load@>6.1.1", "@commitlint/load@^17.5.0":
12851265
version "17.5.0"
12861266
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.5.0.tgz#be45dbbb50aaf5eb7e8e940e1e0d6171d1426bab"
12871267
integrity sha512-l+4W8Sx4CD5rYFsrhHH8HP01/8jEP7kKf33Xlx2Uk2out/UKoKPYMOIRcDH5ppT8UXLMV+x6Wm5osdRKKgaD1Q==
@@ -15274,17 +15254,7 @@ typedarray@^0.0.6:
1527415254
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1527515255
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
1527615256

15277-
"typescript@^4.6.4 || ^5.0.0":
15278-
version "5.0.2"
15279-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
15280-
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
15281-
15282-
typescript@^4.9.5:
15283-
version "4.9.5"
15284-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
15285-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
15286-
15287-
"typescript@^4.6.4 || ^5.0.0":
15257+
"typescript@^4.6.4 || ^5.0.0", typescript@^5.0.2:
1528815258
version "5.0.2"
1528915259
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
1529015260
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==

0 commit comments

Comments
 (0)