Skip to content

Commit

Permalink
chore(deps): cleaning up unused dev dependencies (#8506)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta authored Sep 19, 2024
1 parent 3b03f27 commit fa9b3ae
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1,344 deletions.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,22 +52,17 @@
"@types/node": "^22.5.5",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"catharsis": "0.9.0",
"conventional-changelog-cli": "5.0.0",
"dmd": "6.1.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"fs-extra": "10.1.0",
"globby": "11.1.0",
"husky": "7.0.4",
"jest-cli": "27.5.1",
"jsdoc-to-markdown": "8.0.3",
"lint-staged": "15.2.7",
"markdown2html-pro": "1.0.6",
"path-sort": "0.1.0",
"prettier": "3.3.3",
"replace-in-file": "6.2.0",
"source-map-support": "0.5.21",
"ts-jsdoc": "3.2.2",
"typedoc": "^0.26",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-builder-lib/src/targets/nsis/NsisTarget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export class NsisTarget extends Target {
}

private async buildInstaller(archs: Map<Arch, string>): Promise<any> {
const primaryArch: Arch | null = archs.size === 1 ? archs.keys().next().value ?? null : null
const primaryArch: Arch | null = archs.size === 1 ? (archs.keys().next().value ?? null) : null
const packager = this.packager
const appInfo = packager.appInfo
const options = this.options
Expand Down
Loading

0 comments on commit fa9b3ae

Please sign in to comment.