fix(ui): restore pnpm 11 project configuration (#10395)
Co-authored-by: ychampion <ychampion@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Generated
+1
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user