Skip to content

Commit 89481c1

Browse files
josephperrottzarend
authored andcommitted
build: update ts-node to latest version (#23711)
Update ts-node to the latest version. (cherry picked from commit def02b6)
1 parent 261cb86 commit 89481c1

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
"shelljs": "^0.8.3",
219219
"stylelint": "^13.8.0",
220220
"terser": "^4.8.0",
221-
"ts-node": "^9.1.1",
221+
"ts-node": "^10.2.1",
222222
"tsickle": "0.39.1",
223223
"tslint": "^6.1.3",
224224
"tsutils": "^3.17.1",

yarn.lock

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12551,7 +12551,7 @@ source-map-support@^0.4.15, source-map-support@~0.4.0:
1255112551
dependencies:
1255212552
source-map "^0.5.6"
1255312553

12554-
source-map-support@^0.5.17, source-map-support@~0.5.12:
12554+
source-map-support@~0.5.12:
1255512555
version "0.5.19"
1255612556
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61"
1255712557
integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==
@@ -13466,18 +13466,6 @@ ts-node@^10.0.0:
1346613466
source-map-support "^0.5.17"
1346713467
yn "3.1.1"
1346813468

13469-
ts-node@^9.1.1:
13470-
version "9.1.1"
13471-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.1.1.tgz#51a9a450a3e959401bda5f004a72d54b936d376d"
13472-
integrity sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==
13473-
dependencies:
13474-
arg "^4.1.0"
13475-
create-require "^1.1.0"
13476-
diff "^4.0.1"
13477-
make-error "^1.1.1"
13478-
source-map-support "^0.5.17"
13479-
yn "3.1.1"
13480-
1348113469
1348213470
version "0.39.1"
1348313471
resolved "https://registry.yarnpkg.com/tsickle/-/tsickle-0.39.1.tgz#7ccf672cde5b430f5dd0b281ee49e170ef390ff9"

0 commit comments

Comments
 (0)