From 2f27cdbaf4e7c6b2d6b61df36e91e2c09badd270 Mon Sep 17 00:00:00 2001 From: Daniel Scalzi Date: Sun, 19 Mar 2023 22:46:19 -0400 Subject: [PATCH] 2.0.0-rc.1 --- package-lock.json | 31 +++++++++---------------------- package.json | 4 ++-- 2 files changed, 11 insertions(+), 24 deletions(-) diff --git a/package-lock.json b/package-lock.json index d60cd1b..83dda99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "helioslauncher", - "version": "1.9.0", + "version": "2.0.0-rc.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "helioslauncher", - "version": "1.9.0", + "version": "2.0.0-rc.1", "license": "UNLICENSED", "dependencies": { "@electron/remote": "^2.0.8", @@ -19,7 +19,7 @@ "fs-extra": "^11.1.0", "github-syntax-dark": "^0.5.0", "got": "^11.8.5", - "helios-core": "~0.2.0-pre.2", + "helios-core": "~2.0.0-rc.1", "helios-distribution-types": "^1.2.0", "jquery": "^3.6.4", "semver": "^7.3.8" @@ -2187,14 +2187,14 @@ } }, "node_modules/helios-core": { - "version": "0.2.0-pre.2", - "resolved": "https://registry.npmjs.org/helios-core/-/helios-core-0.2.0-pre.2.tgz", - "integrity": "sha512-rS9xa2CfQBa+2uINOhIYFSR/nDZQJp8DJrbHXxKFSRckGvdPWwandEwwFoN+bwm3bPSdVhCe2xiSESbMK86UOA==", + "version": "2.0.0-rc.1", + "resolved": "https://registry.npmjs.org/helios-core/-/helios-core-2.0.0-rc.1.tgz", + "integrity": "sha512-vl+UI5mqV1yr61T8uwglGQewjK425kPq1Yc99UtTH8nM0ZVHYn2TbwUUq+fKaZcjZ70GSp7fI/+UMrzxc7pGEA==", "dependencies": { "fastq": "^1.15.0", - "fs-extra": "^10.1.0", - "got": "^11.8.5", - "luxon": "^3.1.0", + "fs-extra": "^11.1.0", + "got": "^11.8.6", + "luxon": "^3.3.0", "node-disk-info": "^1.3.0", "node-stream-zip": "^1.15.0", "semver": "^7.3.8", @@ -2204,19 +2204,6 @@ "winston": "^3.8.2" } }, - "node_modules/helios-core/node_modules/fs-extra": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", - "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", - "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - }, - "engines": { - "node": ">=12" - } - }, "node_modules/helios-distribution-types": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/helios-distribution-types/-/helios-distribution-types-1.2.0.tgz", diff --git a/package.json b/package.json index a712826..14a65e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "helioslauncher", - "version": "1.9.0", + "version": "2.0.0-rc.1", "productName": "Helios Launcher", "description": "Modded Minecraft Launcher", "author": "Daniel Scalzi (https://github.com/dscalzi/)", @@ -33,7 +33,7 @@ "fs-extra": "^11.1.0", "github-syntax-dark": "^0.5.0", "got": "^11.8.5", - "helios-core": "~0.2.0-pre.2", + "helios-core": "~2.0.0-rc.1", "helios-distribution-types": "^1.2.0", "jquery": "^3.6.4", "semver": "^7.3.8"