Skip to content
This repository was archived by the owner on May 7, 2018. It is now read-only.

Commit 7598ce7

Browse files
renovate[bot]dherges
authored andcommitted
build: update ts-node to version ~6.0.0 (#77)
1 parent f4d5d02 commit 7598ce7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"karma-jasmine-html-reporter": "^1.0.0",
4141
"karma-coverage-istanbul-reporter": "^1.3.0",
4242
"protractor": "~5.3.0",
43-
"ts-node": "~5.0.0",
43+
"ts-node": "~6.0.0",
4444
"tslint": "~5.9.0",
4545
"typescript": "~2.7.1"
4646
}

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -6453,9 +6453,9 @@ trim-right@^1.0.1:
64536453
dependencies:
64546454
glob "^6.0.4"
64556455

6456-
ts-node@~5.0.0:
6457-
version "5.0.0"
6458-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-5.0.0.tgz#9aa573889ad7949411f972981c209e064705e36f"
6456+
ts-node@~6.0.0:
6457+
version "6.0.0"
6458+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-6.0.0.tgz#46c25f8498593a9248eeea16906f1598fa098140"
64596459
dependencies:
64606460
arrify "^1.0.0"
64616461
chalk "^2.3.0"

0 commit comments

Comments
 (0)