Skip to content

Commit 4cd5981

Browse files
committed
chore: migrate yarn to latest version (4.4.0)
1 parent 75525cf commit 4cd5981

File tree

6 files changed

+14805
-10010
lines changed

6 files changed

+14805
-10010
lines changed

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@
5858
"@types/jest": "^29.2.0",
5959
"@types/minimatch": "^5.1.2",
6060
"@types/node": "^18.11.2",
61+
"@types/ts-expose-internals": "npm:ts-expose-internals@4.9.4",
6162
"jest": "^29.7.0",
6263
"prettier": "^2.7.1",
6364
"rimraf": "^5.0.5",
6465
"standard-version": "^9.5.0",
65-
"@types/ts-expose-internals": "npm:ts-expose-internals@4.9.4",
6666
"ts-jest": "^29.1.2",
6767
"ts-node": "^10.9.1",
6868
"ts-patch": "^3.1.2",
@@ -74,5 +74,5 @@
7474
"dependencies": {
7575
"minimatch": "^3.0.4"
7676
},
77-
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
77+
"packageManager": "yarn@4.4.0+sha512.91d93b445d9284e7ed52931369bc89a663414e5582d00eea45c67ddc459a2582919eece27c412d6ffd1bd0793ff35399381cb229326b961798ce4f4cc60ddfdb"
7878
}

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)