Skip to content

Commit 33d2b25

Browse files
committed
chore: update yarn configuration to specify yarnPath for version 4.9.2
1 parent 345cd23 commit 33d2b25

File tree

3 files changed

+951
-2
lines changed

3 files changed

+951
-2
lines changed

.yarn/releases/yarn-4.9.2.cjs

Lines changed: 942 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ networkConcurrency: 1
99
nmHoistingLimits: workspaces
1010

1111
nodeLinker: node-modules
12+
13+
yarnPath: .yarn/releases/yarn-4.9.2.cjs

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,20 @@
99
"keywords": [],
1010
"author": "",
1111
"license": "ISC",
12-
"packageManager": "[email protected]",
1312
"devDependencies": {
1413
"@types/node": "^24.0.13",
14+
"binary-collections": "^2.0.7",
1515
"glob": "^11.0.3"
1616
},
1717
"dependencies": {
1818
"front-matter": "^4.0.2",
1919
"hexo-post-parser": "^3.0.1",
2020
"moment": "^2.30.1",
2121
"yaml": "^2.8.0"
22-
}
22+
},
23+
"resolutions": {
24+
"binary-collections": "https://github.com/dimaslanjaka/bin/raw/53b089eeece3a15550d13fc6de88c9ebbd6fef9d/releases/bin.tgz",
25+
"sbg-utility": "https://github.com/dimaslanjaka/static-blog-generator/raw/7696e66ab84f319909c5dab9054303e91f898454/packages/sbg-utility/release/sbg-utility.tgz"
26+
},
27+
"packageManager": "[email protected]"
2328
}

0 commit comments

Comments
 (0)