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

View File

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