Skip to content

Commit

Permalink
chore(deps): Move all DefinitelyTyped packages to dev dependencies (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Andrews authored Mar 28, 2023
1 parent e91989c commit d4c90b6
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 13 deletions.
8 changes: 8 additions & 0 deletions .changeset/cyan-carpets-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"builder-util": patch
"electron-builder": patch
"electron-publish": patch
"electron-updater": patch
---

Removed DefinitelyTyped dependencies from production dependencies list
4 changes: 2 additions & 2 deletions packages/builder-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
],
"dependencies": {
"7zip-bin": "~5.1.1",
"@types/debug": "^4.1.6",
"@types/fs-extra": "^9.0.11",
"app-builder-bin": "4.0.0",
"bluebird-lst": "^1.0.9",
"builder-util-runtime": "workspace:*",
Expand All @@ -36,6 +34,8 @@
"typings": "./out/util.d.ts",
"devDependencies": {
"@types/cross-spawn": "6.0.2",
"@types/debug": "^4.1.6",
"@types/fs-extra": "^9.0.11",
"@types/is-ci": "3.0.0",
"@types/js-yaml": "4.0.3",
"@types/source-map-support": "0.5.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/electron-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"bugs": "https://github.com/electron-userland/electron-builder/issues",
"homepage": "https://github.com/electron-userland/electron-builder",
"dependencies": {
"@types/yargs": "^17.0.16",
"app-builder-lib": "workspace:*",
"builder-util": "workspace:*",
"builder-util-runtime": "workspace:*",
Expand All @@ -65,7 +64,8 @@
},
"devDependencies": {
"@types/fs-extra": "9.0.13",
"@types/is-ci": "3.0.0"
"@types/is-ci": "3.0.0",
"@types/yargs": "^17.0.16"
},
"typings": "./out/index.d.ts",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"out"
],
"dependencies": {
"@types/fs-extra": "^9.0.11",
"builder-util": "workspace:*",
"builder-util-runtime": "workspace:*",
"chalk": "^4.1.2",
Expand All @@ -25,6 +24,7 @@
},
"typings": "./out/publisher.d.ts",
"devDependencies": {
"@types/fs-extra": "^9.0.11",
"@types/mime": "2.0.3"
}
}
4 changes: 2 additions & 2 deletions packages/electron-updater/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"out"
],
"dependencies": {
"@types/semver": "^7.3.13",
"builder-util-runtime": "workspace:*",
"fs-extra": "^10.1.0",
"js-yaml": "^4.1.0",
Expand All @@ -30,7 +29,8 @@
"@types/fs-extra": "9.0.13",
"@types/js-yaml": "4.0.3",
"@types/lodash.escaperegexp": "4.1.6",
"@types/lodash.isequal": "4.5.5"
"@types/lodash.isequal": "4.5.5",
"@types/semver": "^7.3.13"
},
"typings": "./out/main.d.ts",
"publishConfig": {
Expand Down
23 changes: 17 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d4c90b6

Please sign in to comment.