mirror of
https://github.com/misode/misode.github.io.git
synced 2026-05-07 07:51:46 +00:00
Update mcschema
This commit is contained in:
Generated
+6
-6
@@ -5,14 +5,14 @@
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
"@mcschema/core": {
|
||||
"version": "0.8.3",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/core/-/core-0.8.3.tgz",
|
||||
"integrity": "sha512-xIas7f6rnqfkMuIMPxteR4CYLmLgXfRVsIXNAFAkNwvFmSP25/xFRsLDwxEbNDmMQkPDMNCj9Cbn9fiHVxAf0A=="
|
||||
"version": "0.8.4",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/core/-/core-0.8.4.tgz",
|
||||
"integrity": "sha512-R61pisk9vk3rU04KGqOqHuimoM0IutDVAXwdhRvHr1JQbFKyIRVR6KC9pMaHo9lxlbX62md29+QT+HUMUTZZUw=="
|
||||
},
|
||||
"@mcschema/java-1.16": {
|
||||
"version": "0.5.3",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.16/-/java-1.16-0.5.3.tgz",
|
||||
"integrity": "sha512-SlgKH/n29/eluPRG2oTp8gGmytsdX9xGuJoz9iis4IIGwLL0aZ5dK7FhqRgZkII0lWdw1zCE6j7P2KiHt0HmsQ==",
|
||||
"version": "0.5.4",
|
||||
"resolved": "https://registry.npmjs.org/@mcschema/java-1.16/-/java-1.16-0.5.4.tgz",
|
||||
"integrity": "sha512-iFF9EILZ9Kf8SNmidng3gMWjiiSlpaLTOPKuFsw/19mywFsqgqqG0jYX9/ilVbDz8gVUzLvZ+1KFa3jjLmnSXw==",
|
||||
"requires": {
|
||||
"@mcschema/core": "^0.8.1"
|
||||
}
|
||||
|
||||
+2
-2
@@ -12,8 +12,8 @@
|
||||
"author": "Misode",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@mcschema/core": "^0.8.3",
|
||||
"@mcschema/java-1.16": "^0.5.3",
|
||||
"@mcschema/core": "^0.8.4",
|
||||
"@mcschema/java-1.16": "^0.5.4",
|
||||
"@mcschema/locales": "^0.1.10",
|
||||
"@types/google.analytics": "0.0.40",
|
||||
"@types/split.js": "^1.4.0",
|
||||
|
||||
@@ -154,9 +154,9 @@ body {
|
||||
|
||||
.tree-content {
|
||||
overflow-y: auto;
|
||||
padding-bottom: 50vh;
|
||||
height: 100%;
|
||||
padding: 1rem;
|
||||
padding-bottom: 50vh;
|
||||
}
|
||||
|
||||
.source {
|
||||
|
||||
Reference in New Issue
Block a user