Skip to content

Commit

Permalink
Support 1.20.5, electron 30, dependency upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
dscalzi committed Apr 28, 2024
1 parent ae0e9e2 commit eb683f8
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 45 deletions.
90 changes: 49 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,23 @@
},
"dependencies": {
"@electron/remote": "^2.1.2",
"adm-zip": "^0.5.9",
"adm-zip": "^0.5.12",
"discord-rpc-patch": "^4.0.1",
"ejs": "^3.1.9",
"ejs": "^3.1.10",
"ejs-electron": "^3.0.0",
"electron-updater": "^6.1.8",
"fs-extra": "^11.1.1",
"github-syntax-dark": "^0.5.0",
"got": "^11.8.5",
"helios-core": "~2.2.0",
"helios-core": "~2.2.1",
"helios-distribution-types": "^1.3.0",
"jquery": "^3.7.1",
"lodash.merge": "^4.6.2",
"semver": "^7.6.0",
"toml": "^3.0.0"
},
"devDependencies": {
"electron": "^29.1.0",
"electron": "^30.0.1",
"electron-builder": "^24.13.3",
"eslint": "^8.57.0"
},
Expand Down

0 comments on commit eb683f8

Please sign in to comment.