Skip to content

Commit db85257

Browse files
chore(deps): update dependency typescript to v4 (#857)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 613b5b9 commit db85257

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"simulant": "^0.2.2",
134134
"sinon": "^9.0.3",
135135
"sinon-chai": "^3.5.0",
136-
"typescript": "^3.9.7",
136+
"typescript": "^4.0.2",
137137
"webpack": "^4.44.1",
138138
"webpack-atoms": "^13.1.0",
139139
"webpack-cli": "^3.3.12"

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12312,11 +12312,16 @@ typescript-workspace-plugin@^2.0.1:
1231212312
resolved "https://registry.yarnpkg.com/typescript-workspace-plugin/-/typescript-workspace-plugin-2.0.1.tgz#3d88be1c35a7fdf2c0160c8cf569ca8993439a12"
1231312313
integrity sha512-xjIYNFlPIA7IWXvnOFJoAeHPbPJSo0AiQDCRJzaAp3+xZwz6maTgeRLB0oEHVtCqz4Q1CDN6U9kh/2z8sxdDBQ==
1231412314

12315-
typescript@^3.8.3, typescript@^3.9.7:
12315+
typescript@^3.8.3:
1231612316
version "3.9.7"
1231712317
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
1231812318
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==
1231912319

12320+
typescript@^4.0.2:
12321+
version "4.0.2"
12322+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2"
12323+
integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==
12324+
1232012325
1232112326
version "0.7.21"
1232212327
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.21.tgz#853cf9ce93f642f67174273cc34565ae6f308777"

0 commit comments

Comments
 (0)