Skip to content

Commit

Permalink
adding overrides to all subprojects in case it helps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Maietta committed Oct 27, 2022
1 parent 0efb971 commit 0785c7f
Show file tree
Hide file tree
Showing 12 changed files with 76 additions and 4 deletions.
8 changes: 7 additions & 1 deletion packages/app-builder-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,11 @@
"electron-builder-squirrel-windows": "workspace:*"
},
"//": "electron-builder-squirrel-windows and dmg-builder added as dev dep for tests (as otherwise `require` doesn't work using Yarn 2)",
"typings": "./out/index.d.ts"
"typings": "./out/index.d.ts",
"pnpm": {
"overrides": {
"ansi-regex@>=4.0.0 <4.1.1": ">=4.1.1",
"minimatch@<3.0.5": ">=3.0.5"
}
}
}
8 changes: 7 additions & 1 deletion packages/builder-util-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,11 @@
"@types/debug": "4.1.7",
"@types/sax": "1.2.3"
},
"types": "./out/index.d.ts"
"types": "./out/index.d.ts",
"pnpm": {
"overrides": {
"ansi-regex@>=4.0.0 <4.1.1": ">=4.1.1",
"minimatch@<3.0.5": ">=3.0.5"
}
}
}
6 changes: 6 additions & 0 deletions packages/builder-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,11 @@
"@types/is-ci": "3.0.0",
"@types/js-yaml": "4.0.3",
"@types/source-map-support": "0.5.4"
},
"pnpm": {
"overrides": {
"ansi-regex@>=4.0.0 <4.1.1": ">=4.1.1",
"minimatch@<3.0.5": ">=3.0.5"
}
}
}
8 changes: 7 additions & 1 deletion packages/dmg-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,11 @@
"@types/js-yaml": "4.0.3",
"temp-file": "3.4.0"
},
"typings": "./out/dmg.d.ts"
"typings": "./out/dmg.d.ts",
"pnpm": {
"overrides": {
"ansi-regex@>=4.0.0 <4.1.1": ">=4.1.1",
"minimatch@<3.0.5": ">=3.0.5"
}
}
}
8 changes: 7 additions & 1 deletion packages/electron-builder-squirrel-windows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,11 @@
"optionalDependencies": {
"7zip-bin": "~5.1.1"
},
"types": "./out/SquirrelWindowsTarget.d.ts"
"types": "./out/SquirrelWindowsTarget.d.ts",
"pnpm": {
"overrides": {
"ansi-regex@>=4.0.0 <4.1.1": ">=4.1.1",
"minimatch@<3.0.5": ">=3.0.5"
}
}
}
6 changes: 6 additions & 0 deletions packages/electron-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,11 @@
"typings": "./out/index.d.ts",
"publishConfig": {
"tag": "next"
},
"pnpm": {
"overrides": {
"ansi-regex@>=4.0.0 <4.1.1": ">=4.1.1",
"minimatch@<3.0.5": ">=3.0.5"
}
}
}
6 changes: 6 additions & 0 deletions packages/electron-forge-maker-appimage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,11 @@
],
"dependencies": {
"app-builder-lib": "workspace:*"
},
"pnpm": {
"overrides": {
"ansi-regex@>=4.0.0 <4.1.1": ">=4.1.1",
"minimatch@<3.0.5": ">=3.0.5"
}
}
}
6 changes: 6 additions & 0 deletions packages/electron-forge-maker-nsis-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,11 @@
],
"dependencies": {
"app-builder-lib": "workspace:*"
},
"pnpm": {
"overrides": {
"ansi-regex@>=4.0.0 <4.1.1": ">=4.1.1",
"minimatch@<3.0.5": ">=3.0.5"
}
}
}
6 changes: 6 additions & 0 deletions packages/electron-forge-maker-nsis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,11 @@
],
"dependencies": {
"app-builder-lib": "workspace:*"
},
"pnpm": {
"overrides": {
"ansi-regex@>=4.0.0 <4.1.1": ">=4.1.1",
"minimatch@<3.0.5": ">=3.0.5"
}
}
}
6 changes: 6 additions & 0 deletions packages/electron-forge-maker-snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,11 @@
],
"dependencies": {
"app-builder-lib": "workspace:*"
},
"pnpm": {
"overrides": {
"ansi-regex@>=4.0.0 <4.1.1": ">=4.1.1",
"minimatch@<3.0.5": ">=3.0.5"
}
}
}
6 changes: 6 additions & 0 deletions packages/electron-publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,11 @@
"typings": "./out/publisher.d.ts",
"devDependencies": {
"@types/mime": "2.0.3"
},
"pnpm": {
"overrides": {
"ansi-regex@>=4.0.0 <4.1.1": ">=4.1.1",
"minimatch@<3.0.5": ">=3.0.5"
}
}
}
6 changes: 6 additions & 0 deletions packages/electron-updater/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,11 @@
"typings": "./out/main.d.ts",
"publishConfig": {
"tag": "next"
},
"pnpm": {
"overrides": {
"ansi-regex@>=4.0.0 <4.1.1": ">=4.1.1",
"minimatch@<3.0.5": ">=3.0.5"
}
}
}

0 comments on commit 0785c7f

Please sign in to comment.