Skip to content

Commit d4c90b6

Browse files
author
Noah Andrews
authored
chore(deps): Move all DefinitelyTyped packages to dev dependencies (#7508)
1 parent e91989c commit d4c90b6

File tree

6 files changed

+32
-13
lines changed

6 files changed

+32
-13
lines changed

.changeset/cyan-carpets-allow.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"builder-util": patch
3+
"electron-builder": patch
4+
"electron-publish": patch
5+
"electron-updater": patch
6+
---
7+
8+
Removed DefinitelyTyped dependencies from production dependencies list

packages/builder-util/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
],
1717
"dependencies": {
1818
"7zip-bin": "~5.1.1",
19-
"@types/debug": "^4.1.6",
20-
"@types/fs-extra": "^9.0.11",
2119
"app-builder-bin": "4.0.0",
2220
"bluebird-lst": "^1.0.9",
2321
"builder-util-runtime": "workspace:*",
@@ -36,6 +34,8 @@
3634
"typings": "./out/util.d.ts",
3735
"devDependencies": {
3836
"@types/cross-spawn": "6.0.2",
37+
"@types/debug": "^4.1.6",
38+
"@types/fs-extra": "^9.0.11",
3939
"@types/is-ci": "3.0.0",
4040
"@types/js-yaml": "4.0.3",
4141
"@types/source-map-support": "0.5.4"

packages/electron-builder/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
"bugs": "https://github.com/electron-userland/electron-builder/issues",
5151
"homepage": "https://github.com/electron-userland/electron-builder",
5252
"dependencies": {
53-
"@types/yargs": "^17.0.16",
5453
"app-builder-lib": "workspace:*",
5554
"builder-util": "workspace:*",
5655
"builder-util-runtime": "workspace:*",
@@ -65,7 +64,8 @@
6564
},
6665
"devDependencies": {
6766
"@types/fs-extra": "9.0.13",
68-
"@types/is-ci": "3.0.0"
67+
"@types/is-ci": "3.0.0",
68+
"@types/yargs": "^17.0.16"
6969
},
7070
"typings": "./out/index.d.ts",
7171
"publishConfig": {

packages/electron-publish/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"out"
1616
],
1717
"dependencies": {
18-
"@types/fs-extra": "^9.0.11",
1918
"builder-util": "workspace:*",
2019
"builder-util-runtime": "workspace:*",
2120
"chalk": "^4.1.2",
@@ -25,6 +24,7 @@
2524
},
2625
"typings": "./out/publisher.d.ts",
2726
"devDependencies": {
27+
"@types/fs-extra": "^9.0.11",
2828
"@types/mime": "2.0.3"
2929
}
3030
}

packages/electron-updater/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"out"
1717
],
1818
"dependencies": {
19-
"@types/semver": "^7.3.13",
2019
"builder-util-runtime": "workspace:*",
2120
"fs-extra": "^10.1.0",
2221
"js-yaml": "^4.1.0",
@@ -30,7 +29,8 @@
3029
"@types/fs-extra": "9.0.13",
3130
"@types/js-yaml": "4.0.3",
3231
"@types/lodash.escaperegexp": "4.1.6",
33-
"@types/lodash.isequal": "4.5.5"
32+
"@types/lodash.isequal": "4.5.5",
33+
"@types/semver": "^7.3.13"
3434
},
3535
"typings": "./out/main.d.ts",
3636
"publishConfig": {

pnpm-lock.yaml

+17-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)