File tree Expand file tree Collapse file tree 2 files changed +32
-18
lines changed Expand file tree Collapse file tree 2 files changed +32
-18
lines changed Original file line number Diff line number Diff line change 5
5
"prepare" : " node prepare.js"
6
6
},
7
7
"devDependencies" : {
8
- "typescript-transform-paths" : " link:../src" ,
9
- "ts-expose-internals" : " ^4.1.2" ,
10
- "typescript-three" : " npm:typescript@3.6.5" ,
11
- "typescript-four-seven" : " npm:typescript@4.7.4" ,
12
- "ts-node" : " link:../node_modues/ts-node" ,
13
- "typescript" : " latest" ,
14
- "ts-patch" : " latest" ,
15
- "tsp1" : " npm:ts-patch@1.*.*" ,
16
- "tsp2" : " npm:ts-patch@2.*.*" ,
17
8
"@nrwl/cli" : " ^15.0.0" ,
18
9
"@nrwl/js" : " ^15.0.0" ,
19
10
"@nrwl/node" : " ^15.0.0" ,
20
11
"@nrwl/workspace" : " ^15.0.0" ,
21
12
"nx" : " ^15.0.0" ,
22
- "strip-ansi" : " ^6.0.1"
13
+ "strip-ansi" : " ^6.0.1" ,
14
+ "ts-expose-internals" : " ^4.1.2" ,
15
+ "ts-node" : " ^10.9.2" ,
16
+ "ts-patch" : " latest" ,
17
+ "tsp1" : " npm:ts-patch@1.*.*" ,
18
+ "tsp2" : " npm:ts-patch@2.*.*" ,
19
+ "typescript" : " latest" ,
20
+ "typescript-four-seven" : " npm:typescript@4.7.4" ,
21
+ "typescript-three" : " npm:typescript@3.6.5" ,
22
+ "typescript-transform-paths" : " link:../src"
23
23
},
24
24
"workspaces" : {
25
25
"packages" : [
Original file line number Diff line number Diff line change @@ -6144,8 +6144,24 @@ ts-node@10.9.1:
6144
6144
v8-compile-cache-lib "^3.0.1"
6145
6145
yn "3.1.1"
6146
6146
6147
- " ts-node@link:../node_modues/ts-node " :
6148
- version "0.0.0"
6147
+ ts-node@^10.9.2 :
6148
+ version "10.9.2"
6149
+ resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f"
6150
+ integrity sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==
6151
+ dependencies :
6152
+ " @cspotcode/source-map-support" " ^0.8.0"
6153
+ " @tsconfig/node10" " ^1.0.7"
6154
+ " @tsconfig/node12" " ^1.0.7"
6155
+ " @tsconfig/node14" " ^1.0.0"
6156
+ " @tsconfig/node16" " ^1.0.2"
6157
+ acorn "^8.4.1"
6158
+ acorn-walk "^8.1.1"
6159
+ arg "^4.1.0"
6160
+ create-require "^1.1.0"
6161
+ diff "^4.0.1"
6162
+ make-error "^1.1.1"
6163
+ v8-compile-cache-lib "^3.0.1"
6164
+ yn "3.1.1"
6149
6165
6150
6166
ts-patch@latest :
6151
6167
version "3.1.2"
@@ -6247,14 +6263,12 @@ typed-assert@^1.0.8:
6247
6263
integrity sha512-BEjlc0Z06ORZKbtcxGrIvvwYs5hAnuo6TKdNFL55frVDlB+na3z5bsLhFaIxmT+dPWgBIjMo6aNnTOgHHmHgiQ==
6248
6264
6249
6265
" typescript-transform-paths@link:.. " :
6250
- version "3.4.7"
6251
- dependencies :
6252
- minimatch "^3.0.4"
6266
+ version "0.0.0"
6267
+ uid ""
6253
6268
6254
6269
" typescript-transform-paths@link:../src " :
6255
- version "3.4.7"
6256
- dependencies :
6257
- minimatch "^3.0.4"
6270
+ version "0.0.0"
6271
+ uid ""
6258
6272
6259
6273
typescript@latest :
6260
6274
version "5.3.3"
You can’t perform that action at this time.
0 commit comments