Upgrade mcschema versions

This commit is contained in:
Misode
2020-08-10 14:40:03 +02:00
parent 62ad46fd95
commit 8f9bbd6519
3 changed files with 14 additions and 14 deletions

20
package-lock.json generated
View File

@@ -5,22 +5,22 @@
"requires": true,
"dependencies": {
"@mcschema/core": {
"version": "0.6.2",
"resolved": "https://registry.npmjs.org/@mcschema/core/-/core-0.6.2.tgz",
"integrity": "sha512-L/ga6SSeJ1fzDxXN+kYs0YloFsVKipsK+WrRBtkdGm1PrccYw9jwGalVLneVs/JnlDicu60ExrZvbygV9TECag=="
"version": "0.6.3",
"resolved": "https://registry.npmjs.org/@mcschema/core/-/core-0.6.3.tgz",
"integrity": "sha512-38sdUsiAzzHEl6vo6h7yud9BxjPB56CUIG3HETpCKdORN3KyETbYDOlajXHXmbrYvtPwIh0QMWNRmenkuNnthA=="
},
"@mcschema/java-1.16": {
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/@mcschema/java-1.16/-/java-1.16-0.3.2.tgz",
"integrity": "sha512-wEWcAJdnFy8a6Q33sjub9Qrg21EIBiYYCswQe/kE6SBqHjYx6TsKt7733QKhJHPE71PtlZyGPkkw4+6x//nIiw==",
"version": "0.3.3",
"resolved": "https://registry.npmjs.org/@mcschema/java-1.16/-/java-1.16-0.3.3.tgz",
"integrity": "sha512-ZSZWCwouXSdURSrVz+DIv1UwgbhoBkJyLeVWuPWKcQifa/mSBF8ng9M2io4l/mgRFIxQxahcJYJ7IYoaD7sJaA==",
"requires": {
"@mcschema/core": "^0.6.2"
"@mcschema/core": "^0.6.3"
}
},
"@mcschema/locales": {
"version": "0.1.5",
"resolved": "https://registry.npmjs.org/@mcschema/locales/-/locales-0.1.5.tgz",
"integrity": "sha512-5LbvGoNz523RPjU0yfdUdSPaUcooOOkU2nuh+18ZHwrpwp0nuusPvW57DFjAygF2eh9QwdTmWn9tVBWc1S0rCg=="
"version": "0.1.7",
"resolved": "https://registry.npmjs.org/@mcschema/locales/-/locales-0.1.7.tgz",
"integrity": "sha512-KJbKzWpw5XJdRtmih1cN5LqmMeoxtYeRkWu7fkfpH5Vo6ZshxceGyIqyIDsn06+rxkT5jyZX6bokmbn/P0Xwbg=="
},
"@nodelib/fs.scandir": {
"version": "2.1.3",

View File

@@ -12,9 +12,9 @@
"author": "Misode",
"license": "MIT",
"dependencies": {
"@mcschema/core": "^0.6.2",
"@mcschema/java-1.16": "^0.3.2",
"@mcschema/locales": "^0.1.5",
"@mcschema/core": "^0.6.3",
"@mcschema/java-1.16": "^0.3.3",
"@mcschema/locales": "^0.1.7",
"@types/google.analytics": "0.0.40",
"@types/split.js": "^1.4.0",
"copy-webpack-plugin": "^6.0.1",

View File

@@ -102,7 +102,7 @@
</div>
<div id="errors-view" class="errors">
<div class="error-list"></div>
<div id="errors-toggle" class="toggle">
<div id="errors-toggle" class="toggle toggled">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="24" height="24"><path fill-rule="evenodd" d="M8 1.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zM0 8a8 8 0 1116 0A8 8 0 010 8zm9 3a1 1 0 11-2 0 1 1 0 012 0zm-.25-6.25a.75.75 0 00-1.5 0v3.5a.75.75 0 001.5 0v-3.5z"></path></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="32" height="32"><path fill-rule="evenodd" d="M12.78 6.22a.75.75 0 010 1.06l-4.25 4.25a.75.75 0 01-1.06 0L3.22 7.28a.75.75 0 011.06-1.06L8 9.94l3.72-3.72a.75.75 0 011.06 0z"></path></svg>
</div>