Skip to content

Commit

Permalink
build: update ts-node to version ~8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and alan-agius4 committed Sep 25, 2019
1 parent 120331a commit 9a4dddc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion integration/consumers/ng-cli/package.json
Expand Up @@ -42,7 +42,7 @@
"karma-jasmine": "~2.0.0",
"karma-jasmine-html-reporter": "~1.4.0",
"protractor": "~6.0.0",
"ts-node": "~8.3.0",
"ts-node": "~8.4.0",
"tslint": "~5.20.0",
"typescript": "3.4.5"
}
Expand Down
8 changes: 4 additions & 4 deletions integration/consumers/ng-cli/yarn.lock
Expand Up @@ -6444,10 +6444,10 @@ trim-right@^1.0.1:
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=

ts-node@~8.3.0:
version "8.3.0"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.3.0.tgz#e4059618411371924a1fb5f3b125915f324efb57"
integrity sha512-dyNS/RqyVTDcmNM4NIBAeDMpsAdaQ+ojdf0GOLqE6nwJOgzEkdRNzJywhDfwnuvB10oa6NLVG1rUJQCpRN7qoQ==
ts-node@~8.4.0:
version "8.4.0"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.4.0.tgz#b6def962ed6ce5cbcf3bafb4be8453d41e2d46bc"
integrity sha512-yGSU5gwuDC3Kigr9kszHcMOhTc4AaeBkHTbDMt2qFYFJxGh3Qho/gq7tWEI6DjVsQUdzO+QrccuuNh8Ylk5KYg==
dependencies:
arg "^4.1.0"
diff "^4.0.1"
Expand Down

0 comments on commit 9a4dddc

Please sign in to comment.