Skip to content

Commit 5a30283

Browse files
committed
Add typescript to client to satisfy node-ts peer dep
This fixes codechecks#70 by adding a dependency that will pull in typescript, which node-ts demands as a peer dependency but can't install itself.
1 parent 73f9a5c commit 5a30283

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

packages/client/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"request-promise": "^4.2.2",
4545
"ts-essentials": "^1.0.2",
4646
"ts-node": "^8.0.2",
47+
"typescript": ">=2.7.0",
4748
"url-join": "^4.0.0"
4849
},
4950
"devDependencies": {

yarn.lock

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

6798+
typescript@>=2.7.0:
6799+
version "3.7.4"
6800+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.4.tgz#1743a5ec5fef6a1fa9f3e4708e33c81c73876c19"
6801+
integrity sha512-A25xv5XCtarLwXpcDNZzCGvW2D1S3/bACratYBx2sax8PefsFhlYmkQicKHvpYflFS8if4zne5zT5kpJ7pzuvw==
6802+
67986803
typescript@^3.1.6:
67996804
version "3.2.2"
68006805
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.2.2.tgz#fe8101c46aa123f8353523ebdcf5730c2ae493e5"

0 commit comments

Comments
 (0)