mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 07:10:41 +00:00
Fix #338 Add damage types
This commit is contained in:
28
package-lock.json
generated
28
package-lock.json
generated
@@ -18,8 +18,8 @@
|
||||
"@mcschema/java-1.18.2": "^0.1.17",
|
||||
"@mcschema/java-1.19": "^0.1.41",
|
||||
"@mcschema/java-1.19.3": "^0.0.3",
|
||||
"@mcschema/java-1.19.4": "^0.1.1",
|
||||
"@mcschema/locales": "^0.1.75",
|
||||
"@mcschema/java-1.19.4": "^0.1.2",
|
||||
"@mcschema/locales": "^0.1.76",
|
||||
"@zip.js/zip.js": "^2.4.5",
|
||||
"brace": "^0.11.1",
|
||||
"buffer": "^6.0.3",
|
||||
@@ -619,17 +619,17 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@mcschema/java-1.19.4": {
|
||||
"version": "0.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.19.4/-/java-1.19.4-0.1.1.tgz",
|
||||
"integrity": "sha512-tuuOEI5uZv0VCL1FSJLtMQp8VIJlDIMLERaTSFPEZHd03gTwucGjKTYqYvB05gamhqVxWVRoSQl1Pv0MU0U5ig==",
|
||||
"version": "0.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.19.4/-/java-1.19.4-0.1.2.tgz",
|
||||
"integrity": "sha512-5Y6kvsjpAyessswkWYE6GSxRnjo0lvs5Qd+x9StnpKDdV4AKWfqD3CBJZfKJUBYsJbPj8WQE35A9+GnrPg9k0A==",
|
||||
"dependencies": {
|
||||
"@mcschema/core": "^0.12.38"
|
||||
}
|
||||
},
|
||||
"node_modules/@mcschema/locales": {
|
||||
"version": "0.1.75",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/locales/-/locales-0.1.75.tgz",
|
||||
"integrity": "sha512-QwAExi0/xtw8tLXhzSthgKI202tzvODPGcvxQx4TgDRCtZvArzLOVpF5mF74OVO6voCl80IrhdhayRyhzg4vZw=="
|
||||
"version": "0.1.76",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/locales/-/locales-0.1.76.tgz",
|
||||
"integrity": "sha512-CIZG1l5udsqK9M3iYBVRtk0/mMeHZt4CGQrWu0bXutTIlnXMOJxSxRTwUTo5WVEqiiYSgMzgYzthuWwB7yMy5w=="
|
||||
},
|
||||
"node_modules/@nodelib/fs.scandir": {
|
||||
"version": "2.1.5",
|
||||
@@ -5764,17 +5764,17 @@
|
||||
}
|
||||
},
|
||||
"@mcschema/java-1.19.4": {
|
||||
"version": "0.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.19.4/-/java-1.19.4-0.1.1.tgz",
|
||||
"integrity": "sha512-tuuOEI5uZv0VCL1FSJLtMQp8VIJlDIMLERaTSFPEZHd03gTwucGjKTYqYvB05gamhqVxWVRoSQl1Pv0MU0U5ig==",
|
||||
"version": "0.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.19.4/-/java-1.19.4-0.1.2.tgz",
|
||||
"integrity": "sha512-5Y6kvsjpAyessswkWYE6GSxRnjo0lvs5Qd+x9StnpKDdV4AKWfqD3CBJZfKJUBYsJbPj8WQE35A9+GnrPg9k0A==",
|
||||
"requires": {
|
||||
"@mcschema/core": "^0.12.38"
|
||||
}
|
||||
},
|
||||
"@mcschema/locales": {
|
||||
"version": "0.1.75",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/locales/-/locales-0.1.75.tgz",
|
||||
"integrity": "sha512-QwAExi0/xtw8tLXhzSthgKI202tzvODPGcvxQx4TgDRCtZvArzLOVpF5mF74OVO6voCl80IrhdhayRyhzg4vZw=="
|
||||
"version": "0.1.76",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/locales/-/locales-0.1.76.tgz",
|
||||
"integrity": "sha512-CIZG1l5udsqK9M3iYBVRtk0/mMeHZt4CGQrWu0bXutTIlnXMOJxSxRTwUTo5WVEqiiYSgMzgYzthuWwB7yMy5w=="
|
||||
},
|
||||
"@nodelib/fs.scandir": {
|
||||
"version": "2.1.5",
|
||||
|
||||
Reference in New Issue
Block a user