Skip to content

Commit 7b4a8cd

Browse files
authored
Use pnpm v10, move pnpm config to pnpm-workspace.yaml, remove volta config (#1575)
1 parent c66be53 commit 7b4a8cd

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.npmrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
strict-peer-dependencies=false
21
registry=https://registry.npmjs.org/

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,5 @@
6767
"manypkg": {
6868
"workspaceProtocol": "require"
6969
},
70-
"packageManager": "[email protected]",
71-
"pnpm": {},
72-
"volta": {
73-
"node": "20.9.0"
74-
}
70+
"packageManager": "[email protected]"
7571
}

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
prefer-workspace-packages: true
1+
preferWorkspacePackages: true
22
packages:
33
- 'packages/*'
44
- 'test-helpers'

0 commit comments

Comments
 (0)