Skip to content

Commit fda47a7

Browse files
chore(deps): update typescript to v4
1 parent d880d8a commit fda47a7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"stylelint-no-unsupported-browser-features": "4.0.0",
8282
"stylelint-order": "4.1.0",
8383
"stylelint-prettier": "1.1.2",
84-
"typescript": "3.7.5",
84+
"typescript": "4.0.2",
8585
"watch": "1.0.2"
8686
}
8787
}

tsconfig.declaration.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"extends": "./tsconfig",
33
"compilerOptions": {
4-
"noEmit": false,
54
"declaration": true,
6-
"emitDeclarationOnly": true
5+
"emitDeclarationOnly": true,
6+
"noEmit": false
77
}
88
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -18627,10 +18627,10 @@ typedarray@^0.0.6:
1862718627
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1862818628
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1862918629

18630-
typescript@3.7.5:
18631-
version "3.7.5"
18632-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.5.tgz#0692e21f65fd4108b9330238aac11dd2e177a1ae"
18633-
integrity sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==
18630+
typescript@4.0.2:
18631+
version "4.0.2"
18632+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2"
18633+
integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==
1863418634

1863518635
uglify-js@^3.1.4:
1863618636
version "3.8.0"

0 commit comments

Comments
 (0)