Update mcschema

This commit is contained in:
Misode
2020-08-26 03:38:04 +02:00
parent 2b0ceaf2a0
commit 503a863ed8
3 changed files with 9 additions and 9 deletions
+6 -6
View File
@@ -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
View File
@@ -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",
+1 -1
View File
@@ -154,9 +154,9 @@ body {
.tree-content {
overflow-y: auto;
padding-bottom: 50vh;
height: 100%;
padding: 1rem;
padding-bottom: 50vh;
}
.source {