mirror of
https://github.com/misode/misode.github.io.git
synced 2026-05-01 01:59:33 +00:00
Simple block feature uses a block state provider
This commit is contained in:
14
package-lock.json
generated
14
package-lock.json
generated
@@ -12,7 +12,7 @@
|
|||||||
"@mcschema/core": "^0.12.3",
|
"@mcschema/core": "^0.12.3",
|
||||||
"@mcschema/java-1.15": "^0.2.0",
|
"@mcschema/java-1.15": "^0.2.0",
|
||||||
"@mcschema/java-1.16": "^0.6.1",
|
"@mcschema/java-1.16": "^0.6.1",
|
||||||
"@mcschema/java-1.17": "^0.2.7",
|
"@mcschema/java-1.17": "^0.2.8",
|
||||||
"@mcschema/locales": "^0.1.20",
|
"@mcschema/locales": "^0.1.20",
|
||||||
"@types/google.analytics": "0.0.40",
|
"@types/google.analytics": "0.0.40",
|
||||||
"@types/seedrandom": "^2.4.28",
|
"@types/seedrandom": "^2.4.28",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@mcschema/java-1.17": {
|
"node_modules/@mcschema/java-1.17": {
|
||||||
"version": "0.2.7",
|
"version": "0.2.8",
|
||||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.17/-/java-1.17-0.2.7.tgz",
|
"resolved": "https://registry.npmjs.org/@mcschema/java-1.17/-/java-1.17-0.2.8.tgz",
|
||||||
"integrity": "sha512-7aBMlFcFU4aYPcseNhnMhp2lQ4zSrBUT8hNyOAl8ApbLycn4/VDTUvYM4XlBlmhuLFl6yzOAGvXbU/9AA307gg==",
|
"integrity": "sha512-kNRgLJqD4KaahwI9sBl5CGosGB1zO9eSlZ2taJnelEsW/oTVPD0ht8AHXGBgSEJX5Kei6tq1+n1OxQR0Zf9msg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mcschema/core": "^0.12.3"
|
"@mcschema/core": "^0.12.3"
|
||||||
}
|
}
|
||||||
@@ -7321,9 +7321,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@mcschema/java-1.17": {
|
"@mcschema/java-1.17": {
|
||||||
"version": "0.2.7",
|
"version": "0.2.8",
|
||||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.17/-/java-1.17-0.2.7.tgz",
|
"resolved": "https://registry.npmjs.org/@mcschema/java-1.17/-/java-1.17-0.2.8.tgz",
|
||||||
"integrity": "sha512-7aBMlFcFU4aYPcseNhnMhp2lQ4zSrBUT8hNyOAl8ApbLycn4/VDTUvYM4XlBlmhuLFl6yzOAGvXbU/9AA307gg==",
|
"integrity": "sha512-kNRgLJqD4KaahwI9sBl5CGosGB1zO9eSlZ2taJnelEsW/oTVPD0ht8AHXGBgSEJX5Kei6tq1+n1OxQR0Zf9msg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@mcschema/core": "^0.12.3"
|
"@mcschema/core": "^0.12.3"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
"@mcschema/core": "^0.12.3",
|
"@mcschema/core": "^0.12.3",
|
||||||
"@mcschema/java-1.15": "^0.2.0",
|
"@mcschema/java-1.15": "^0.2.0",
|
||||||
"@mcschema/java-1.16": "^0.6.1",
|
"@mcschema/java-1.16": "^0.6.1",
|
||||||
"@mcschema/java-1.17": "^0.2.7",
|
"@mcschema/java-1.17": "^0.2.8",
|
||||||
"@mcschema/locales": "^0.1.20",
|
"@mcschema/locales": "^0.1.20",
|
||||||
"@types/google.analytics": "0.0.40",
|
"@types/google.analytics": "0.0.40",
|
||||||
"@types/seedrandom": "^2.4.28",
|
"@types/seedrandom": "^2.4.28",
|
||||||
|
|||||||
Reference in New Issue
Block a user