mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 07:10:41 +00:00
Actually fix exploration map function
This commit is contained in:
30
package-lock.json
generated
30
package-lock.json
generated
@@ -10,13 +10,13 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@giscus/react": "^1.1.2",
|
||||
"@mcschema/core": "^0.12.30",
|
||||
"@mcschema/core": "^0.12.31",
|
||||
"@mcschema/java-1.15": "^0.2.3",
|
||||
"@mcschema/java-1.16": "^0.6.6",
|
||||
"@mcschema/java-1.17": "^0.2.25",
|
||||
"@mcschema/java-1.18": "^0.3.0",
|
||||
"@mcschema/java-1.18.2": "^0.1.5",
|
||||
"@mcschema/java-1.19": "^0.1.7",
|
||||
"@mcschema/java-1.18.2": "^0.1.7",
|
||||
"@mcschema/java-1.19": "^0.1.9",
|
||||
"@mcschema/locales": "^0.1.53",
|
||||
"brace": "^0.11.1",
|
||||
"buffer": "^6.0.3",
|
||||
@@ -432,17 +432,17 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@mcschema/java-1.18.2": {
|
||||
"version": "0.1.5",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.18.2/-/java-1.18.2-0.1.5.tgz",
|
||||
"integrity": "sha512-PU4LnlTJmZwRHnZaqU/jL2AOn6x9kRmXqcoou0ryhGf/j0gDV/ymfwBXEvryodC2Bp4+UodCH8OJl09+gtLV6Q==",
|
||||
"version": "0.1.7",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.18.2/-/java-1.18.2-0.1.7.tgz",
|
||||
"integrity": "sha512-dHv9Qt4VTMjsHZh3Zd0du1jm9tXCFgZ9G9kVGJRZRl0DhW9CcCW1uOwKkE6+CnaxOArIVQZJyWoVVKpVvfCcCQ==",
|
||||
"dependencies": {
|
||||
"@mcschema/core": "^0.12.29"
|
||||
}
|
||||
},
|
||||
"node_modules/@mcschema/java-1.19": {
|
||||
"version": "0.1.7",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.19/-/java-1.19-0.1.7.tgz",
|
||||
"integrity": "sha512-Iel1DUlI/PtnuaDWijRrGZjvi1vKbpvpwIDc2DNLl3qO/Pi2ta27kiZJNE/LoABjzCYwXh5RAP0iE5VZ0P8COw==",
|
||||
"version": "0.1.9",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.19/-/java-1.19-0.1.9.tgz",
|
||||
"integrity": "sha512-BKrBQoT6pC3LgEtqylfZs7llqHfaGc+67g8UFTjmBFDtfc2YDiRVI9IhQQBAXrACfoVRL1GHm3XLhzT7yUzIXQ==",
|
||||
"dependencies": {
|
||||
"@mcschema/core": "^0.12.31"
|
||||
}
|
||||
@@ -4875,17 +4875,17 @@
|
||||
}
|
||||
},
|
||||
"@mcschema/java-1.18.2": {
|
||||
"version": "0.1.5",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.18.2/-/java-1.18.2-0.1.5.tgz",
|
||||
"integrity": "sha512-PU4LnlTJmZwRHnZaqU/jL2AOn6x9kRmXqcoou0ryhGf/j0gDV/ymfwBXEvryodC2Bp4+UodCH8OJl09+gtLV6Q==",
|
||||
"version": "0.1.7",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.18.2/-/java-1.18.2-0.1.7.tgz",
|
||||
"integrity": "sha512-dHv9Qt4VTMjsHZh3Zd0du1jm9tXCFgZ9G9kVGJRZRl0DhW9CcCW1uOwKkE6+CnaxOArIVQZJyWoVVKpVvfCcCQ==",
|
||||
"requires": {
|
||||
"@mcschema/core": "^0.12.29"
|
||||
}
|
||||
},
|
||||
"@mcschema/java-1.19": {
|
||||
"version": "0.1.7",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.19/-/java-1.19-0.1.7.tgz",
|
||||
"integrity": "sha512-Iel1DUlI/PtnuaDWijRrGZjvi1vKbpvpwIDc2DNLl3qO/Pi2ta27kiZJNE/LoABjzCYwXh5RAP0iE5VZ0P8COw==",
|
||||
"version": "0.1.9",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.19/-/java-1.19-0.1.9.tgz",
|
||||
"integrity": "sha512-BKrBQoT6pC3LgEtqylfZs7llqHfaGc+67g8UFTjmBFDtfc2YDiRVI9IhQQBAXrACfoVRL1GHm3XLhzT7yUzIXQ==",
|
||||
"requires": {
|
||||
"@mcschema/core": "^0.12.31"
|
||||
}
|
||||
|
||||
@@ -16,13 +16,13 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@giscus/react": "^1.1.2",
|
||||
"@mcschema/core": "^0.12.30",
|
||||
"@mcschema/core": "^0.12.31",
|
||||
"@mcschema/java-1.15": "^0.2.3",
|
||||
"@mcschema/java-1.16": "^0.6.6",
|
||||
"@mcschema/java-1.17": "^0.2.25",
|
||||
"@mcschema/java-1.18": "^0.3.0",
|
||||
"@mcschema/java-1.18.2": "^0.1.5",
|
||||
"@mcschema/java-1.19": "^0.1.7",
|
||||
"@mcschema/java-1.18.2": "^0.1.7",
|
||||
"@mcschema/java-1.19": "^0.1.9",
|
||||
"@mcschema/locales": "^0.1.53",
|
||||
"brace": "^0.11.1",
|
||||
"buffer": "^6.0.3",
|
||||
|
||||
Reference in New Issue
Block a user