Skip to content

Commit 6a4f605

Browse files
authoredFeb 17, 2024··
fix: add dmg-builder and squirrel-windows to peerDependencies for pnpm (#8052)
1 parent ccbb80d commit 6a4f605

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
 

‎.changeset/cold-sheep-camp.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"app-builder-lib": patch
3+
---
4+
5+
fix: add dmg-builder and squirrel-windows to peer dependency for pnpm

‎packages/app-builder-lib/package.json

+4
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@
105105
"dmg-builder": "workspace:*",
106106
"electron-builder-squirrel-windows": "workspace:*"
107107
},
108+
"peerDependencies": {
109+
"dmg-builder": "workspace:*",
110+
"electron-builder-squirrel-windows": "workspace:*"
111+
},
108112
"//": "electron-builder-squirrel-windows and dmg-builder added as dev dep for tests (as otherwise `require` doesn't work using Yarn 2)",
109113
"typings": "./out/index.d.ts"
110114
}

0 commit comments

Comments
 (0)
Please sign in to comment.