Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel Scalzi
47378d63d2
Async is no longer needed. 2023-03-23 21:59:06 -04:00
Daniel Scalzi
ac8724c868
2.0.0-rc.3 2023-03-23 21:19:55 -04:00
2 changed files with 8 additions and 10 deletions

13
package-lock.json generated
View File

@ -1,17 +1,16 @@
{
"name": "helioslauncher",
"version": "2.0.0-rc.2",
"version": "2.0.0-rc.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "helioslauncher",
"version": "2.0.0-rc.2",
"version": "2.0.0-rc.3",
"license": "UNLICENSED",
"dependencies": {
"@electron/remote": "^2.0.8",
"adm-zip": "^0.5.9",
"async": "^3.2.4",
"discord-rpc-patch": "^4.0.1",
"ejs": "^3.1.9",
"ejs-electron": "^2.1.1",
@ -19,7 +18,7 @@
"fs-extra": "^11.1.0",
"github-syntax-dark": "^0.5.0",
"got": "^11.8.5",
"helios-core": "~2.0.0-rc.2",
"helios-core": "~2.0.0-rc.3",
"helios-distribution-types": "^1.2.0",
"jquery": "^3.6.4",
"semver": "^7.3.8"
@ -2187,9 +2186,9 @@
}
},
"node_modules/helios-core": {
"version": "2.0.0-rc.2",
"resolved": "https://registry.npmjs.org/helios-core/-/helios-core-2.0.0-rc.2.tgz",
"integrity": "sha512-dZFn8ddhAUBpuatY69OB1s+WOtZpzFtX4dzJFhfqPBhUMtrXDKduEZKeKowR7gRssN6fy7+lYhN8yG+JDCpxIQ==",
"version": "2.0.0-rc.3",
"resolved": "https://registry.npmjs.org/helios-core/-/helios-core-2.0.0-rc.3.tgz",
"integrity": "sha512-lw8UpWomc3GDsu/oAZgmtC+Uh/XntuSKc9WMoYJeqL9CR5pyaZPdfcSRK8GjEPGyPxl3qdKyiDytuupFFXl8fw==",
"dependencies": {
"fastq": "^1.15.0",
"fs-extra": "^11.1.0",

View File

@ -1,6 +1,6 @@
{
"name": "helioslauncher",
"version": "2.0.0-rc.2",
"version": "2.0.0-rc.3",
"productName": "Helios Launcher",
"description": "Modded Minecraft Launcher",
"author": "Daniel Scalzi (https://github.com/dscalzi/)",
@ -25,7 +25,6 @@
"dependencies": {
"@electron/remote": "^2.0.8",
"adm-zip": "^0.5.9",
"async": "^3.2.4",
"discord-rpc-patch": "^4.0.1",
"ejs": "^3.1.9",
"ejs-electron": "^2.1.1",
@ -33,7 +32,7 @@
"fs-extra": "^11.1.0",
"github-syntax-dark": "^0.5.0",
"got": "^11.8.5",
"helios-core": "~2.0.0-rc.2",
"helios-core": "~2.0.0-rc.3",
"helios-distribution-types": "^1.2.0",
"jquery": "^3.6.4",
"semver": "^7.3.8"