Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 31c9ea0

Browse files
dependabot[bot]jrolfs
authored andcommitted
build(deps-dev): bump typescript from 3.9.9 to 4.4.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.9 to 4.4.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v3.9.9...v4.4.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 48519c0 commit 31c9ea0

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"rollup": "^2.0.3",
5555
"setimmediate": "^1.0.5",
5656
"ts-jest": "^27.0.3",
57-
"typescript": "^3.9.6"
57+
"typescript": "^4.4.3"
5858
},
5959
"peerDependencies": {
6060
"playwright": "^1.1.0"

yarn.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6003,15 +6003,10 @@ typedarray-to-buffer@^3.1.5:
60036003
dependencies:
60046004
is-typedarray "^1.0.0"
60056005

6006-
typescript@^3.9.6:
6007-
version "3.9.9"
6008-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.9.tgz#e69905c54bc0681d0518bd4d587cc6f2d0b1a674"
6009-
integrity sha512-kdMjTiekY+z/ubJCATUPlRDl39vXYiMV9iyeMuEuXZh2we6zz80uovNN2WlAxmmdE/Z/YQe+EbOEXB5RHEED3w==
6010-
6011-
typescript@^4:
6012-
version "4.3.5"
6013-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
6014-
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==
6006+
typescript@^4, typescript@^4.4.3:
6007+
version "4.4.3"
6008+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.3.tgz#bdc5407caa2b109efd4f82fe130656f977a29324"
6009+
integrity sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==
60156010

60166011
unbox-primitive@^1.0.1:
60176012
version "1.0.1"

0 commit comments

Comments
 (0)