Skip to content

Commit b98bdb2

Browse files
build: update devdependency typescript to ~4.0.0 (#462)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 2e32a76 commit b98bdb2

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"rollup-plugin-local-resolve": "~1.0.7",
5353
"rollup-plugin-terser": "~7.0.0",
5454
"size-limit": "~4.5.0",
55-
"typescript": "~3.9.3"
55+
"typescript": "~4.0.0"
5656
},
5757
"jest": {
5858
"projects": [

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11504,10 +11504,10 @@ typedarray@^0.0.6, typedarray@~0.0.5:
1150411504
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1150511505
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1150611506

11507-
typescript@~3.9.3:
11508-
version "3.9.7"
11509-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
11510-
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==
11507+
typescript@~4.0.0:
11508+
version "4.0.2"
11509+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2"
11510+
integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==
1151111511

1151211512
uglify-js@^3.1.4:
1151311513
version "3.10.1"

0 commit comments

Comments
 (0)