Skip to content

Commit

Permalink
fix: custom-checks script from package.json does not work hyperledger…
Browse files Browse the repository at this point in the history
…#1809

fixes: hyperledger#1809
Signed-off-by: ruzell22 <ruzell.vince.aquino@accenture.com>
  • Loading branch information
ruzell22 authored and micoferdinand98 committed May 5, 2022
1 parent 1b5e9eb commit 23bd826
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -136,7 +136,7 @@
"tape-promise": "4.0.0",
"ts-jest": "27.0.3",
"ts-loader": "9.2.5",
"ts-node": "10.2.0",
"ts-node": "10.7.0",
"typescript": "4.3.5",
"webpack": "5.50.0",
"webpack-bundle-analyzer": "4.4.2",
Expand Down
19 changes: 19 additions & 0 deletions yarn.lock
Expand Up @@ -22029,6 +22029,25 @@ ts-node@10.2.0:
make-error "^1.1.1"
yn "3.1.1"

ts-node@10.7.0:
version "10.7.0"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.7.0.tgz#35d503d0fab3e2baa672a0e94f4b40653c2463f5"
integrity sha512-TbIGS4xgJoX2i3do417KSaep1uRAW/Lu+WAL2doDHC0D6ummjirVOXU5/7aiZotbQ5p1Zp9tP7U6cYhA0O7M8A==
dependencies:
"@cspotcode/source-map-support" "0.7.0"
"@tsconfig/node10" "^1.0.7"
"@tsconfig/node12" "^1.0.7"
"@tsconfig/node14" "^1.0.0"
"@tsconfig/node16" "^1.0.2"
acorn "^8.4.1"
acorn-walk "^8.1.1"
arg "^4.1.0"
create-require "^1.1.0"
diff "^4.0.1"
make-error "^1.1.1"
v8-compile-cache-lib "^3.0.0"
yn "3.1.1"

ts-node@8.9.1:
version "8.9.1"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.9.1.tgz#2f857f46c47e91dcd28a14e052482eb14cfd65a5"
Expand Down

0 comments on commit 23bd826

Please sign in to comment.