Hotfix for 1.20.5

This commit is contained in:
IkyMax 2024-04-24 19:49:08 -06:00
parent a45d72b0dd
commit 5ee3771ab2
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "Limbolauncher", "name": "Limbolauncher",
"version": "1.1.0", "version": "1.1.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "Limbolauncher", "name": "Limbolauncher",
"version": "1.1.0", "version": "1.1.1",
"license": "UNLICENSED", "license": "UNLICENSED",
"dependencies": { "dependencies": {
"@electron/remote": "^2.1.2", "@electron/remote": "^2.1.2",
@ -20,7 +20,7 @@
"got": "^11.8.5", "got": "^11.8.5",
"helios-distribution-types": "^1.3.0", "helios-distribution-types": "^1.3.0",
"jquery": "^3.7.1", "jquery": "^3.7.1",
"limbo-core": "~1.2.0", "limbo-core": "~1.2.1",
"lodash.merge": "^4.6.2", "lodash.merge": "^4.6.2",
"semver": "^7.6.0", "semver": "^7.6.0",
"toml": "^3.0.0" "toml": "^3.0.0"
@ -3232,9 +3232,9 @@
} }
}, },
"node_modules/limbo-core": { "node_modules/limbo-core": {
"version": "1.2.0", "version": "1.2.1",
"resolved": "https://registry.npmjs.org/limbo-core/-/limbo-core-1.2.0.tgz", "resolved": "https://registry.npmjs.org/limbo-core/-/limbo-core-1.2.1.tgz",
"integrity": "sha512-5kO7j7T7NFo5+HIil1FsfmK5IFAMw4aJV/lZ7VVb0nGqenU2OFywFuaGqUSMdJ3JmZNv7DctdqDcL2Qthl3QMQ==", "integrity": "sha512-naQVQHX/UN8CFnmBkQOEmVK7rzBk/5oxWj4E4Rf9M4/cXEIYBxiuYsKlZp3ZZKIZuNAIIDnGv4xUxahJ3cUXQQ==",
"dependencies": { "dependencies": {
"fastq": "^1.17.1", "fastq": "^1.17.1",
"fs-extra": "^11.2.0", "fs-extra": "^11.2.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "Limbolauncher", "name": "Limbolauncher",
"version": "1.1.0", "version": "1.1.1",
"productName": "Limbo Launcher", "productName": "Limbo Launcher",
"description": "Launcher de Limbo-Studios", "description": "Launcher de Limbo-Studios",
"author": "IkyMax", "author": "IkyMax",
@ -32,7 +32,7 @@
"fs-extra": "^11.1.1", "fs-extra": "^11.1.1",
"github-syntax-dark": "^0.5.0", "github-syntax-dark": "^0.5.0",
"got": "^11.8.5", "got": "^11.8.5",
"limbo-core": "~1.2.0", "limbo-core": "~1.2.1",
"helios-distribution-types": "^1.3.0", "helios-distribution-types": "^1.3.0",
"jquery": "^3.7.1", "jquery": "^3.7.1",
"lodash.merge": "^4.6.2", "lodash.merge": "^4.6.2",