fix(ui): restore pnpm 11 project configuration (#10395)

Co-authored-by: ychampion <ychampion@users.noreply.github.com>
This commit is contained in:
Yashas Gunderia
2026-07-13 20:05:24 +05:30
committed by GitHub
parent bc29c48eeb
commit fb6a43140e
4 changed files with 18 additions and 18 deletions
-5
View File
@@ -1,5 +0,0 @@
registry=https://registry.npmjs.org/
prefer-offline=true
node-linker=hoisted
supportedArchitectures.os=current,linux,darwin,win32
supportedArchitectures.cpu=current,x64,arm64
-12
View File
@@ -13,17 +13,5 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.1"
},
"pnpm": {
"overrides": {
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"onlyBuiltDependencies": [
"@modelcontextprotocol/ext-apps",
"electron",
"electron-winstaller",
"esbuild"
]
}
}
+1 -1
View File
@@ -812,7 +812,7 @@ packages:
engines: {node: '>=14'}
'@electron/node-gyp@https://codeload.github.com/electron/node-gyp/tar.gz/06b29aafb7708acef8b3669835c8a7857ebc92d2':
resolution: {tarball: https://codeload.github.com/electron/node-gyp/tar.gz/06b29aafb7708acef8b3669835c8a7857ebc92d2}
resolution: {gitHosted: true, tarball: https://codeload.github.com/electron/node-gyp/tar.gz/06b29aafb7708acef8b3669835c8a7857ebc92d2}
version: 10.2.0-electron.1
engines: {node: '>=12.13.0'}
hasBin: true
+17
View File
@@ -3,3 +3,20 @@ packages:
- 'text'
- 'desktop'
- 'goose-binary/*'
registry: https://registry.npmjs.org/
preferOffline: true
nodeLinker: hoisted
supportedArchitectures:
os: [current, linux, darwin, win32]
cpu: [current, x64, arm64]
overrides:
react: ^19.2.4
react-dom: ^19.2.4
allowBuilds:
'@modelcontextprotocol/ext-apps': true
electron: true
electron-winstaller: true
esbuild: true
# Electron Forge resolves @electron/node-gyp from git.
blockExoticSubdeps: false