Skip to content

Commit 0f8c28b

Browse files
Bump typescript from 3.7.5 to 4.3.5
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.7.5 to 4.3.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v3.7.5...v4.3.5) --- 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 1e76ace commit 0f8c28b

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
@@ -33,7 +33,7 @@
3333
"jest-specific-snapshot": "^2.0.0",
3434
"ts-jest": "24.3.0",
3535
"ts-node": "^8.0.2",
36-
"typescript": "~4.2"
36+
"typescript": "~4.3"
3737
},
3838
"files": [
3939
"dist"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3652,10 +3652,10 @@ type-check@~0.3.2:
36523652
dependencies:
36533653
prelude-ls "~1.1.2"
36543654

3655-
typescript@~4.2:
3656-
version "4.2.4"
3657-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"
3658-
integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==
3655+
typescript@~4.3:
3656+
version "4.3.5"
3657+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
3658+
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==
36593659

36603660
uglify-js@^3.1.4:
36613661
version "3.13.3"

0 commit comments

Comments
 (0)