Skip to content

Commit cc2d046

Browse files
committed
fix(dependencies): include TypeScript as a direct dependency (for now?)
1 parent a2d8164 commit cc2d046

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
"rollup-plugin-size-snapshot": "^0.9.0",
9292
"rollup-plugin-terser": "^5.1.1",
9393
"semver": "^6.2.0",
94+
"typescript": "^3.5.3",
9495
"which": "^1.3.0",
9596
"yargs-parser": "^13.1.1"
9697
},

yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -7543,6 +7543,11 @@ typedarray@^0.0.6:
75437543
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
75447544
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
75457545

7546+
typescript@^3.5.3:
7547+
version "3.5.3"
7548+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.3.tgz#c830f657f93f1ea846819e929092f5fe5983e977"
7549+
integrity sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g==
7550+
75467551
uglify-js@^3.1.4:
75477552
version "3.6.0"
75487553
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.6.0.tgz#704681345c53a8b2079fb6cec294b05ead242ff5"

0 commit comments

Comments
 (0)