Skip to content

Commit df142c8

Browse files
committed
chore: try an upgrade to pnpm only in this repo
1 parent bbc9ed4 commit df142c8

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

.moon/toolchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ node:
1414

1515
# The version of the package manager (above) to use.
1616
pnpm:
17-
version: '9.15.9'
17+
version: '10.10.0'
1818

1919
# Add `node.version` as a constraint in the root `package.json` `engines`.
2020
addEnginesConstraint: true

.npmrc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1 @@
1-
# npm options
21
auth-type=legacy
3-
4-
# pnpm options
5-
always-auth = true
6-
auto-install-peers = true
7-
enable-pre-post-scripts = true
8-
link-workspace-packages = false
9-
shamefully-hoist = true
10-
shared-workspace-lockfile = true
11-
strict-peer-dependencies = false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"prettier --write"
4747
]
4848
},
49-
"packageManager": "pnpm@9.15.9",
49+
"packageManager": "pnpm@10.10.0",
5050
"pnpm": {
5151
"overrides": {
5252
"@types/react": "19.1.2",

0 commit comments

Comments
 (0)