Skip to content

Commit 7b34145

Browse files
committed
update links
1 parent 2d39ef3 commit 7b34145

File tree

2 files changed

+20
-9
lines changed

2 files changed

+20
-9
lines changed

test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"nx": "^15.0.0",
1313
"strip-ansi": "^6.0.1",
1414
"ts-expose-internals": "^4.1.2",
15-
"ts-node": "link:../node_modues/ts-node",
15+
"ts-node": "^10.9.2",
1616
"ts-patch": "latest",
1717
"tsp1": "npm:ts-patch@1.*.*",
1818
"tsp2": "npm:ts-patch@2.*.*",
1919
"typescript": "latest",
2020
"typescript-four-seven": "npm:typescript@4.7.4",
2121
"typescript-three": "npm:typescript@3.6.5",
22-
"typescript-transform-paths": "link:../src"
22+
"typescript-transform-paths": "link:.."
2323
},
2424
"workspaces": {
2525
"packages": [

test/yarn.lock

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6144,9 +6144,24 @@ ts-node@10.9.1:
61446144
v8-compile-cache-lib "^3.0.1"
61456145
yn "3.1.1"
61466146

6147-
"ts-node@link:../node_modues/ts-node":
6148-
version "0.0.0"
6149-
uid ""
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"
61506165

61516166
ts-patch@latest:
61526167
version "3.1.2"
@@ -6251,10 +6266,6 @@ typed-assert@^1.0.8:
62516266
version "0.0.0"
62526267
uid ""
62536268

6254-
"typescript-transform-paths@link:../src":
6255-
version "0.0.0"
6256-
uid ""
6257-
62586269
typescript@latest:
62596270
version "5.3.3"
62606271
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"

0 commit comments

Comments
 (0)