Skip to content

Commit

Permalink
Merge pull request #578 from Benricheson101/fix/electron-packager-dep
Browse files Browse the repository at this point in the history
fix: move @electron/packager to dependencies
  • Loading branch information
goosewobbler authored May 21, 2024
2 parents 5454a84 + 21ff2c1 commit 0f9c005
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
}
},
"dependencies": {
"@electron/packager": "^18.3.2",
"@vitest/spy": "^1.2.0",
"@wdio/logger": "^8.16.17",
"compare-versions": "^6.1.0",
Expand All @@ -105,7 +106,6 @@
},
"devDependencies": {
"@electron-forge/shared-types": "^7.4.0",
"@electron/packager": "^18.3.2",
"@eslint/js": "^9.0.0",
"@testing-library/webdriverio": "^3.2.1",
"@types/debug": "^4.1.10",
Expand Down
6 changes: 3 additions & 3 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 0f9c005

Please sign in to comment.