mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Bump eslint-plugin-jsonc from 2.7.0 to 2.8.0
Bumps [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.7.0...v2.8.0) --- updated-dependencies: - dependency-name: eslint-plugin-jsonc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
3bdc60d17e
commit
b1fcb1a210
2 changed files with 5 additions and 5 deletions
|
|
@ -113,7 +113,7 @@
|
|||
"eslint-config-prettier": "8.8.0",
|
||||
"eslint-plugin-eslint-comments": "^3.2.0",
|
||||
"eslint-plugin-json-schema-validator": "^4.4.0",
|
||||
"eslint-plugin-jsonc": "^2.7.0",
|
||||
"eslint-plugin-jsonc": "^2.8.0",
|
||||
"eslint-plugin-prettier": "4.2.1",
|
||||
"eslint-plugin-react": "7.32.2",
|
||||
"husky": "8.0.3",
|
||||
|
|
|
|||
|
|
@ -3166,10 +3166,10 @@ eslint-plugin-json-schema-validator@^4.4.0:
|
|||
tunnel-agent "^0.6.0"
|
||||
yaml-eslint-parser "^1.0.0"
|
||||
|
||||
eslint-plugin-jsonc@^2.7.0:
|
||||
version "2.7.0"
|
||||
resolved "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.7.0.tgz#ffce6c670f76aeb74765ac2f0fd97071d791d188"
|
||||
integrity sha512-DZgC71h/hZ9t5k/OGAKOMdJCleg2neZLL7No+YYi2ZMroCN4X5huZdrLf1USbrc6UTHwYujd1EDwXHg1qJ6CYw==
|
||||
eslint-plugin-jsonc@^2.8.0:
|
||||
version "2.8.0"
|
||||
resolved "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.8.0.tgz#040483bdcbc70a71af7fce72a0de8da45b71e27d"
|
||||
integrity sha512-K4VsnztnNwpm+V49CcCu5laq8VjclJpuhfI9LFkOrOyK+BKdQHMzkWo43B4X4rYaVrChm4U9kw/tTU5RHh5Wtg==
|
||||
dependencies:
|
||||
"@eslint-community/eslint-utils" "^4.2.0"
|
||||
jsonc-eslint-parser "^2.0.4"
|
||||
|
|
|
|||
Loading…
Reference in a new issue