We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc8df8d commit 746a9d9Copy full SHA for 746a9d9
3 files changed
.yarn/releases/yarn-4.7.0.cjs
.yarnrc.yml
@@ -1 +1,3 @@
1
-nodeLinker: node-modules
+nodeLinker: node-modules
2
+
3
+yarnPath: .yarn/releases/yarn-4.7.0.cjs
package.json
@@ -21,8 +21,8 @@
21
"@biomejs/biome": "^1.9.4",
22
"turbo": "^2.3.3"
23
},
24
- "packageManager": "yarn@4.4.1",
25
"dependencies": {
26
"@changesets/cli": "^2.27.11"
27
- }
+ },
+ "packageManager": "yarn@4.7.0"
28
}
0 commit comments