Skip to content

Commit 44c677f

Browse files
chore(deps-dev): bump typescript from 4.2.2 to 5.0.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.2 to 5.0.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.2.2...v5.0.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 914ff2c commit 44c677f

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"prettier-eslint": "^14.0.3",
104104
"semantic-release": "19.0.3",
105105
"semantic-release-slack-bot": "3.5.3",
106-
"typescript": "^4.1.3",
106+
"typescript": "^5.0.4",
107107
"webpack": "4.44.2"
108108
},
109109
"workspaces": {

yarn.lock

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23958,21 +23958,16 @@ typedarray@^0.0.6:
2395823958
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
2395923959
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
2396023960

23961-
typescript@^4.1.3:
23962-
version "4.2.2"
23963-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.2.tgz#1450f020618f872db0ea17317d16d8da8ddb8c4c"
23964-
integrity sha512-tbb+NVrLfnsJy3M59lsDgrzWIflR4d4TIUjz+heUnHZwdF7YsrMTKoRERiIvI2lvBG95dfpLxB21WZhys1bgaQ==
23965-
23966-
typescript@^4.5.4:
23967-
version "4.6.4"
23968-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9"
23969-
integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==
23970-
23971-
typescript@^4.6.4:
23961+
typescript@^4.1.3, typescript@^4.5.4, typescript@^4.6.4:
2397223962
version "4.7.4"
2397323963
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
2397423964
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==
2397523965

23966+
typescript@^5.0.4:
23967+
version "5.0.4"
23968+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
23969+
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
23970+
2397623971
uglify-js@^3.1.4:
2397723972
version "3.12.8"
2397823973
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.12.8.tgz#a82e6e53c9be14f7382de3d068ef1e26e7d4aaf8"

0 commit comments

Comments
 (0)