Skip to content

Commit c9d20db

Browse files
authored
fix: missing @types dependencies for output d.ts files (#7568)
1 parent 54c8537 commit c9d20db

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
lines changed

.changeset/twelve-cups-lie.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"app-builder-lib": patch
3+
"builder-util": patch
4+
"electron-publish": patch
5+
---
6+
7+
Fix missing @types dependencies for output d.ts files

packages/app-builder-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"@electron/rebuild": "^3.2.13",
5454
"@electron/universal": "1.3.4",
5555
"@malept/flatpak-bundler": "^0.4.0",
56+
"@types/fs-extra": "9.0.13",
5657
"async-exit-hook": "^2.0.1",
5758
"bluebird-lst": "^1.0.9",
5859
"builder-util": "workspace:*",
@@ -98,7 +99,6 @@
9899
"@babel/preset-react": "7.14.5",
99100
"@types/debug": "4.1.7",
100101
"@types/ejs": "3.1.0",
101-
"@types/fs-extra": "9.0.13",
102102
"@types/hosted-git-info": "3.0.2",
103103
"@types/is-ci": "3.0.0",
104104
"@types/js-yaml": "4.0.3",

packages/builder-util/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"out"
1616
],
1717
"dependencies": {
18+
"@types/debug": "^4.1.6",
1819
"7zip-bin": "~5.1.1",
1920
"app-builder-bin": "4.0.0",
2021
"bluebird-lst": "^1.0.9",
@@ -34,7 +35,6 @@
3435
"typings": "./out/util.d.ts",
3536
"devDependencies": {
3637
"@types/cross-spawn": "6.0.2",
37-
"@types/debug": "^4.1.6",
3838
"@types/fs-extra": "^9.0.11",
3939
"@types/is-ci": "3.0.0",
4040
"@types/js-yaml": "4.0.3",

packages/electron-publish/package.json

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

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)