mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 07:10:41 +00:00
Fix #221 add root provider
This commit is contained in:
28
package-lock.json
generated
28
package-lock.json
generated
@@ -16,8 +16,8 @@
|
||||
"@mcschema/java-1.17": "^0.2.26",
|
||||
"@mcschema/java-1.18": "^0.3.3",
|
||||
"@mcschema/java-1.18.2": "^0.1.8",
|
||||
"@mcschema/java-1.19": "^0.1.17",
|
||||
"@mcschema/locales": "^0.1.57",
|
||||
"@mcschema/java-1.19": "^0.1.18",
|
||||
"@mcschema/locales": "^0.1.58",
|
||||
"brace": "^0.11.1",
|
||||
"buffer": "^6.0.3",
|
||||
"comment-json": "^4.1.1",
|
||||
@@ -440,17 +440,17 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@mcschema/java-1.19": {
|
||||
"version": "0.1.17",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.19/-/java-1.19-0.1.17.tgz",
|
||||
"integrity": "sha512-Bs974LUVi9m3jRMUqyY+zFdQK2I5FoLJc2ZwzEJkycGtiiWcQiTSOsi2MYsTLSV+i+SfFKvyYHksAFocv/m83A==",
|
||||
"version": "0.1.18",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.19/-/java-1.19-0.1.18.tgz",
|
||||
"integrity": "sha512-GNDFFiupCW76gxEUtPBr5czB305VQAmmrZjvlSVANKEcz3z9mF2pX/F8BJBesKuJoHlmA8pf0oAN43js69y6Zg==",
|
||||
"dependencies": {
|
||||
"@mcschema/core": "^0.12.33"
|
||||
}
|
||||
},
|
||||
"node_modules/@mcschema/locales": {
|
||||
"version": "0.1.57",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/locales/-/locales-0.1.57.tgz",
|
||||
"integrity": "sha512-qrREGSBbgLVrCkHKD3Mlj4a+G4T7+fHKqNmpebzajwzN3DGdE6H7gdURDoeW8JEQrmG/boA7ujK+t1+M1QsYqw=="
|
||||
"version": "0.1.58",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/locales/-/locales-0.1.58.tgz",
|
||||
"integrity": "sha512-T51q0xPqRYaI+PndlO7Go1jyQd1ObKa+wYJrWhpIfho1W4TrXrOTF7N8M055NUNGLxv/MLPooQ1wwaIKq4ajsQ=="
|
||||
},
|
||||
"node_modules/@nodelib/fs.scandir": {
|
||||
"version": "2.1.5",
|
||||
@@ -4883,17 +4883,17 @@
|
||||
}
|
||||
},
|
||||
"@mcschema/java-1.19": {
|
||||
"version": "0.1.17",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.19/-/java-1.19-0.1.17.tgz",
|
||||
"integrity": "sha512-Bs974LUVi9m3jRMUqyY+zFdQK2I5FoLJc2ZwzEJkycGtiiWcQiTSOsi2MYsTLSV+i+SfFKvyYHksAFocv/m83A==",
|
||||
"version": "0.1.18",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.19/-/java-1.19-0.1.18.tgz",
|
||||
"integrity": "sha512-GNDFFiupCW76gxEUtPBr5czB305VQAmmrZjvlSVANKEcz3z9mF2pX/F8BJBesKuJoHlmA8pf0oAN43js69y6Zg==",
|
||||
"requires": {
|
||||
"@mcschema/core": "^0.12.33"
|
||||
}
|
||||
},
|
||||
"@mcschema/locales": {
|
||||
"version": "0.1.57",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/locales/-/locales-0.1.57.tgz",
|
||||
"integrity": "sha512-qrREGSBbgLVrCkHKD3Mlj4a+G4T7+fHKqNmpebzajwzN3DGdE6H7gdURDoeW8JEQrmG/boA7ujK+t1+M1QsYqw=="
|
||||
"version": "0.1.58",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/locales/-/locales-0.1.58.tgz",
|
||||
"integrity": "sha512-T51q0xPqRYaI+PndlO7Go1jyQd1ObKa+wYJrWhpIfho1W4TrXrOTF7N8M055NUNGLxv/MLPooQ1wwaIKq4ajsQ=="
|
||||
},
|
||||
"@nodelib/fs.scandir": {
|
||||
"version": "2.1.5",
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
"@mcschema/java-1.17": "^0.2.26",
|
||||
"@mcschema/java-1.18": "^0.3.3",
|
||||
"@mcschema/java-1.18.2": "^0.1.8",
|
||||
"@mcschema/java-1.19": "^0.1.17",
|
||||
"@mcschema/locales": "^0.1.57",
|
||||
"@mcschema/java-1.19": "^0.1.18",
|
||||
"@mcschema/locales": "^0.1.58",
|
||||
"brace": "^0.11.1",
|
||||
"buffer": "^6.0.3",
|
||||
"comment-json": "^4.1.1",
|
||||
|
||||
Reference in New Issue
Block a user