Skip to content

Commit f121a19

Browse files
committed
yarn install in test/
1 parent 9135fd2 commit f121a19

File tree

3 files changed

+9706
-6581
lines changed

3 files changed

+9706
-6581
lines changed

test/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
"prepare": "node prepare.js"
66
},
77
"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.*.*",
178
"@nrwl/cli": "^15.0.0",
189
"@nrwl/js": "^15.0.0",
1910
"@nrwl/node": "^15.0.0",
2011
"@nrwl/workspace": "^15.0.0",
2112
"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": "link:../node_modues/ts-node",
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"
2323
},
2424
"workspaces": {
2525
"packages": [

test/projects/nx/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"build": "npx nx build library1 --skip-nx-cache"
66
},
77
"private": true,
8-
"dependencies": {},
98
"devDependencies": {
109
"typescript-transform-paths": "link:../../../"
1110
}

0 commit comments

Comments
 (0)