diff --git a/package.json b/package.json index 709770b..ec6594c 100755 --- a/package.json +++ b/package.json @@ -26,27 +26,27 @@ } }, "dependencies": { - "@types/node": "^17.0.23" + "@types/node": "^17.0.35" }, "devDependencies": { - "@babel/core": "7.17.8", - "@babel/preset-env": "7.16.11", - "@commitlint/cli": "^16.2.3", - "@commitlint/config-conventional": "^16.2.1", + "@babel/core": "7.18.2", + "@babel/preset-env": "7.18.2", + "@commitlint/cli": "^17.0.1", + "@commitlint/config-conventional": "^17.0.0", "conventional-changelog-cli": "^2.2.2", "@meetio/meetio-colors": "^4.1.1", "@meetio/meetio-icons": "^1.10.0", - "@meetio/scheme-generator": "^3.1.0", + "@meetio/scheme-generator": "^3.2.0", "babel-eslint": "^10.1.0", - "@typescript-eslint/eslint-plugin": "5.16.0", - "@typescript-eslint/parser": "5.16.0", - "eslint": "8.11.0", - "glob": "^7.2.0", - "husky": "^7.0.4", - "prettier": "^2.6.0", + "@typescript-eslint/eslint-plugin": "5.26.0", + "@typescript-eslint/parser": "5.26.0", + "eslint": "8.16.0", + "glob": "^8.0.3", + "husky": "^8.0.1", + "prettier": "^2.6.2", "svg2img": "^0.9.4", - "ts-node": "^10.7.0", - "typescript": "^4.6.2", + "ts-node": "^10.8.0", + "typescript": "^4.7.2", "picocolors": "^1.0.0" } } diff --git a/schemes/Meetio Darker.sublime-color-scheme b/schemes/Meetio Darker.sublime-color-scheme index 64259c1..745ba02 100644 --- a/schemes/Meetio Darker.sublime-color-scheme +++ b/schemes/Meetio Darker.sublime-color-scheme @@ -735,6 +735,16 @@ "scope": "text.html.vue meta.property.object", "foreground": "var(foreground)" }, + { + "name": "YAML - Key", + "scope": "entity.name.tag.yaml", + "foreground": "var(red)" + }, + { + "name": "YAML - String", + "scope": "source.yaml string.unquoted", + "foreground": "var(green)" + }, { "name": "PYTHON - Parameters Annotation ", "scope": "source.python meta.function.parameters.annotation.python meta.qualified-name.python meta.generic-name.python", diff --git a/schemes/Meetio Deepocean.sublime-color-scheme b/schemes/Meetio Deepocean.sublime-color-scheme index 2d66c1c..7be161a 100644 --- a/schemes/Meetio Deepocean.sublime-color-scheme +++ b/schemes/Meetio Deepocean.sublime-color-scheme @@ -735,6 +735,16 @@ "scope": "text.html.vue meta.property.object", "foreground": "var(foreground)" }, + { + "name": "YAML - Key", + "scope": "entity.name.tag.yaml", + "foreground": "var(red)" + }, + { + "name": "YAML - String", + "scope": "source.yaml string.unquoted", + "foreground": "var(green)" + }, { "name": "PYTHON - Parameters Annotation ", "scope": "source.python meta.function.parameters.annotation.python meta.qualified-name.python meta.generic-name.python", diff --git a/schemes/Meetio Lighter.sublime-color-scheme b/schemes/Meetio Lighter.sublime-color-scheme index e654c64..ba40d17 100644 --- a/schemes/Meetio Lighter.sublime-color-scheme +++ b/schemes/Meetio Lighter.sublime-color-scheme @@ -735,6 +735,16 @@ "scope": "text.html.vue meta.property.object", "foreground": "var(foreground)" }, + { + "name": "YAML - Key", + "scope": "entity.name.tag.yaml", + "foreground": "var(red)" + }, + { + "name": "YAML - String", + "scope": "source.yaml string.unquoted", + "foreground": "var(green)" + }, { "name": "PYTHON - Parameters Annotation ", "scope": "source.python meta.function.parameters.annotation.python meta.qualified-name.python meta.generic-name.python", diff --git a/schemes/Meetio Palenight.sublime-color-scheme b/schemes/Meetio Palenight.sublime-color-scheme index f46ad6e..f743d4a 100644 --- a/schemes/Meetio Palenight.sublime-color-scheme +++ b/schemes/Meetio Palenight.sublime-color-scheme @@ -735,6 +735,16 @@ "scope": "text.html.vue meta.property.object", "foreground": "var(foreground)" }, + { + "name": "YAML - Key", + "scope": "entity.name.tag.yaml", + "foreground": "var(red)" + }, + { + "name": "YAML - String", + "scope": "source.yaml string.unquoted", + "foreground": "var(green)" + }, { "name": "PYTHON - Parameters Annotation ", "scope": "source.python meta.function.parameters.annotation.python meta.qualified-name.python meta.generic-name.python",