Skip to content

Commit eb683f8

Browse files
committed
Support 1.20.5, electron 30, dependency upgrade.
1 parent ae0e9e2 commit eb683f8

File tree

2 files changed

+53
-45
lines changed

2 files changed

+53
-45
lines changed

package-lock.json

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

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,23 @@
2424
},
2525
"dependencies": {
2626
"@electron/remote": "^2.1.2",
27-
"adm-zip": "^0.5.9",
27+
"adm-zip": "^0.5.12",
2828
"discord-rpc-patch": "^4.0.1",
29-
"ejs": "^3.1.9",
29+
"ejs": "^3.1.10",
3030
"ejs-electron": "^3.0.0",
3131
"electron-updater": "^6.1.8",
3232
"fs-extra": "^11.1.1",
3333
"github-syntax-dark": "^0.5.0",
3434
"got": "^11.8.5",
35-
"helios-core": "~2.2.0",
35+
"helios-core": "~2.2.1",
3636
"helios-distribution-types": "^1.3.0",
3737
"jquery": "^3.7.1",
3838
"lodash.merge": "^4.6.2",
3939
"semver": "^7.6.0",
4040
"toml": "^3.0.0"
4141
},
4242
"devDependencies": {
43-
"electron": "^29.1.0",
43+
"electron": "^30.0.1",
4444
"electron-builder": "^24.13.3",
4545
"eslint": "^8.57.0"
4646
},

0 commit comments

Comments
 (0)