Skip to content

Commit

Permalink
reset workspace dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta committed Sep 13, 2024
1 parent fd0d2a9 commit 6d9c5df
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion packages/app-builder-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"async-exit-hook": "^2.0.1",
"bluebird-lst": "^1.0.9",
"builder-util": "workspace:^25",
"builder-util-runtime": "workspace:^9",
"builder-util-runtime": "workspace:*",
"chromium-pickle-js": "^0.2.0",
"config-file-ts": "0.2.8-rc1",
"debug": "^4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/builder-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/debug": "^4.1.6",
"app-builder-bin": "5.0.0-alpha.8",
"bluebird-lst": "^1.0.9",
"builder-util-runtime": "workspace:^9",
"builder-util-runtime": "workspace:*",
"chalk": "^4.1.2",
"cross-spawn": "^7.0.3",
"debug": "^4.3.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/dmg-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"vendor"
],
"dependencies": {
"app-builder-lib": "workspace:^25",
"builder-util": "workspace:^25",
"builder-util-runtime": "workspace:^9",
"app-builder-lib": "workspace:*",
"builder-util": "workspace:*",
"builder-util-runtime": "workspace:*",
"fs-extra": "^10.1.0",
"iconv-lite": "^0.6.2",
"js-yaml": "^4.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/electron-builder-squirrel-windows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"out"
],
"dependencies": {
"app-builder-lib": "workspace:^25",
"app-builder-lib": "workspace:*",
"archiver": "^5.3.1",
"builder-util": "workspace:^25",
"builder-util": "workspace:*",
"fs-extra": "^10.1.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/electron-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
"bugs": "https://github.com/electron-userland/electron-builder/issues",
"homepage": "https://github.com/electron-userland/electron-builder",
"dependencies": {
"app-builder-lib": "workspace:^25",
"builder-util": "workspace:^25",
"builder-util-runtime": "workspace:^9",
"app-builder-lib": "workspace:*",
"builder-util": "workspace:*",
"builder-util-runtime": "workspace:*",
"chalk": "^4.1.2",
"dmg-builder": "workspace:^25",
"dmg-builder": "workspace:*",
"fs-extra": "^10.1.0",
"is-ci": "^3.0.0",
"lazy-val": "^1.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-forge-maker-appimage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"*.js"
],
"dependencies": {
"app-builder-lib": "workspace:^25"
"app-builder-lib": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/electron-forge-maker-nsis-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"*.js"
],
"dependencies": {
"app-builder-lib": "workspace:^25"
"app-builder-lib": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/electron-forge-maker-nsis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"*.js"
],
"dependencies": {
"app-builder-lib": "workspace:^25"
"app-builder-lib": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/electron-forge-maker-snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"*.js"
],
"dependencies": {
"app-builder-lib": "workspace:^25"
"app-builder-lib": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions packages/electron-publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
],
"dependencies": {
"@types/fs-extra": "^9.0.11",
"builder-util": "workspace:^25",
"builder-util-runtime": "workspace:^9",
"builder-util": "workspace:*",
"builder-util-runtime": "workspace:*",
"chalk": "^4.1.2",
"fs-extra": "^10.1.0",
"lazy-val": "^1.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-updater/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"out"
],
"dependencies": {
"builder-util-runtime": "workspace:^9",
"builder-util-runtime": "workspace:*",
"fs-extra": "^10.1.0",
"js-yaml": "^4.1.0",
"lazy-val": "^1.0.5",
Expand Down
16 changes: 8 additions & 8 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
"dependencies": {
"@electron/osx-sign": "^1.0.4",
"@jest/core": "^27.5.1",
"app-builder-lib": "workspace:^25",
"builder-util": "workspace:^25",
"builder-util-runtime": "workspace:^9",
"app-builder-lib": "workspace:*",
"builder-util": "workspace:*",
"builder-util-runtime": "workspace:*",
"chalk": "^4.1.2",
"ci-info": "^3.7.0",
"decompress-zip": "^0.3.3",
"depcheck": "1.4.3",
"dmg-builder": "workspace:^25",
"electron-builder": "workspace:^25",
"electron-builder-squirrel-windows": "workspace:^25",
"electron-publish": "workspace:^25",
"electron-updater": "workspace:^6",
"dmg-builder": "workspace:*",
"electron-builder": "workspace:*",
"electron-builder-squirrel-windows": "workspace:*",
"electron-publish": "workspace:*",
"electron-updater": "workspace:*",
"fs-extra": "^10.1.0",
"jest": "^27.5.1",
"jest-junit": "^12.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/src/windows/winCodeSignTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function testCustomSign(sign: any) {
certificateFile: "deprecated",
certificatePassword: "deprecated",
sign: "deprecated",
signtoolOptions:{
signtoolOptions: {
certificatePassword: "pass",
certificateFile: "secretFile",
sign,
Expand Down

0 comments on commit 6d9c5df

Please sign in to comment.