Skip to content

Commit

Permalink
fix: missing @types dependencies for output d.ts files (#7568)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed May 5, 2023
1 parent 54c8537 commit c9d20db
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
7 changes: 7 additions & 0 deletions .changeset/twelve-cups-lie.md
@@ -0,0 +1,7 @@
---
"app-builder-lib": patch
"builder-util": patch
"electron-publish": patch
---

Fix missing @types dependencies for output d.ts files
2 changes: 1 addition & 1 deletion packages/app-builder-lib/package.json
Expand Up @@ -53,6 +53,7 @@
"@electron/rebuild": "^3.2.13",
"@electron/universal": "1.3.4",
"@malept/flatpak-bundler": "^0.4.0",
"@types/fs-extra": "9.0.13",
"async-exit-hook": "^2.0.1",
"bluebird-lst": "^1.0.9",
"builder-util": "workspace:*",
Expand Down Expand Up @@ -98,7 +99,6 @@
"@babel/preset-react": "7.14.5",
"@types/debug": "4.1.7",
"@types/ejs": "3.1.0",
"@types/fs-extra": "9.0.13",
"@types/hosted-git-info": "3.0.2",
"@types/is-ci": "3.0.0",
"@types/js-yaml": "4.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/builder-util/package.json
Expand Up @@ -15,6 +15,7 @@
"out"
],
"dependencies": {
"@types/debug": "^4.1.6",
"7zip-bin": "~5.1.1",
"app-builder-bin": "4.0.0",
"bluebird-lst": "^1.0.9",
Expand All @@ -34,7 +35,6 @@
"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",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-publish/package.json
Expand Up @@ -15,6 +15,7 @@
"out"
],
"dependencies": {
"@types/fs-extra": "^9.0.11",
"builder-util": "workspace:*",
"builder-util-runtime": "workspace:*",
"chalk": "^4.1.2",
Expand All @@ -24,7 +25,6 @@
},
"typings": "./out/publisher.d.ts",
"devDependencies": {
"@types/fs-extra": "^9.0.11",
"@types/mime": "2.0.3"
}
}
9 changes: 3 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 c9d20db

Please sign in to comment.