Skip to content

Commit 5bab0f4

Browse files
committed
chore: pnpm update
1 parent 8e973e3 commit 5bab0f4

File tree

9 files changed

+5
-13
lines changed

9 files changed

+5
-13
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

.npmrc

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,2 @@
11
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
2-
3-
# npm options
42
auth-type=legacy
5-
6-
# pnpm options
7-
always-auth = true
8-
auto-install-peers = true
9-
enable-pre-post-scripts = true
10-
link-workspace-packages = false
11-
shamefully-hoist = true
12-
shared-workspace-lockfile = true
13-
strict-peer-dependencies = false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"prettier --write"
4646
]
4747
},
48-
"packageManager": "pnpm@9.15.6",
48+
"packageManager": "pnpm@10.8.1",
4949
"pnpm": {
5050
"overrides": {
5151
"@types/react": "19.0.2",

pnpm-workspace.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ packages:
33
- 'packages/*'
44
- 'test/*'
55
- '!recipes/*'
6+
7+
enablePrePostScripts: true
8+
shamefullyHoist: true

shared/tsconfig.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"jsx": "react-jsx",
1414
"lib": ["ES2023", "ESNext"],
1515
"module": "NodeNext",
16-
"moduleResolution": "bundler",
16+
"moduleResolution": "NodeNext",
1717
"noEmitOnError": true,
1818
"noUnusedLocals": true,
1919
"noUnusedParameters": true,

0 commit comments

Comments
 (0)