Hotfix for 1.20.5
This commit is contained in:
parent
a45d72b0dd
commit
5ee3771ab2
12
package-lock.json
generated
12
package-lock.json
generated
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user