Skip to content

Commit aa338bc

Browse files
chore(deps-dev): bump typescript from 4.7.4 to 5.7.2
Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.7.4 to 5.7.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.7.4...v5.7.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 360522f commit aa338bc

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
@@ -65,7 +65,7 @@
6565
"ts-jest": "^29.1.1",
6666
"ts-loader": "^9.3.1",
6767
"ts-node": "^10.9.1",
68-
"typescript": "^4.7.4",
68+
"typescript": "^5.7.2",
6969
"webpack": "^5.73.0",
7070
"webpack-cli": "^4.10.0"
7171
},

yarn.lock

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

4115-
typescript@^4.7.4:
4116-
version "4.7.4"
4117-
resolved "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz"
4118-
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==
4115+
typescript@^5.7.2:
4116+
version "5.7.2"
4117+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
4118+
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
41194119

41204120
unbox-primitive@^1.0.2:
41214121
version "1.0.2"

0 commit comments

Comments
 (0)