Skip to content

Commit 0ca46eb

Browse files
build: update devdependency typescript to ~4.1.0 (#496)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 50cfe59 commit 0ca46eb

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.7.0",
55-
"typescript": "~4.0.0"
55+
"typescript": "~4.1.0"
5656
},
5757
"jest": {
5858
"projects": [

yarn.lock

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

11755-
typescript@~4.0.0:
11756-
version "4.0.5"
11757-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.5.tgz#ae9dddfd1069f1cb5beb3ef3b2170dd7c1332389"
11758-
integrity sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==
11755+
typescript@~4.1.0:
11756+
version "4.1.2"
11757+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.2.tgz#6369ef22516fe5e10304aae5a5c4862db55380e9"
11758+
integrity sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ==
1175911759

1176011760
uglify-js@^3.1.4:
1176111761
version "3.11.4"

0 commit comments

Comments
 (0)