Skip to content

Commit bcd245b

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 2b4a892 commit bcd245b

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
"rimraf": "^3.0.2",
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
@@ -24179,21 +24179,16 @@ typedarray@^0.0.6:
2417924179
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
2418024180
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
2418124181

24182-
typescript@^4.1.3:
24183-
version "4.2.2"
24184-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.2.tgz#1450f020618f872db0ea17317d16d8da8ddb8c4c"
24185-
integrity sha512-tbb+NVrLfnsJy3M59lsDgrzWIflR4d4TIUjz+heUnHZwdF7YsrMTKoRERiIvI2lvBG95dfpLxB21WZhys1bgaQ==
24186-
24187-
typescript@^4.5.4:
24188-
version "4.6.4"
24189-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9"
24190-
integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==
24191-
24192-
typescript@^4.6.4:
24182+
typescript@^4.1.3, typescript@^4.5.4, typescript@^4.6.4:
2419324183
version "4.7.4"
2419424184
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
2419524185
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==
2419624186

24187+
typescript@^5.0.4:
24188+
version "5.0.4"
24189+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
24190+
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
24191+
2419724192
uglify-js@^3.1.4:
2419824193
version "3.12.8"
2419924194
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.12.8.tgz#a82e6e53c9be14f7382de3d068ef1e26e7d4aaf8"

0 commit comments

Comments
 (0)