web: bump eslint-plugin-custom-elements from 0.0.7 to 0.0.8 in /web (#5215)
Bumps [eslint-plugin-custom-elements](https://github.com/github/eslint-plugin-custom-elements) from 0.0.7 to 0.0.8. - [Release notes](https://github.com/github/eslint-plugin-custom-elements/releases) - [Commits](https://github.com/github/eslint-plugin-custom-elements/compare/v0.0.7...v0.0.8) --- updated-dependencies: - dependency-name: eslint-plugin-custom-elements dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
e6b135d535
commit
edc9d60e22
|
@ -56,7 +56,7 @@
|
|||
"country-flag-icons": "^1.5.7",
|
||||
"eslint": "^8.38.0",
|
||||
"eslint-config-google": "^0.14.0",
|
||||
"eslint-plugin-custom-elements": "0.0.7",
|
||||
"eslint-plugin-custom-elements": "0.0.8",
|
||||
"eslint-plugin-lit": "^1.8.2",
|
||||
"fuse.js": "^6.6.2",
|
||||
"lit": "^2.7.2",
|
||||
|
@ -5322,9 +5322,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/eslint-plugin-custom-elements": {
|
||||
"version": "0.0.7",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-custom-elements/-/eslint-plugin-custom-elements-0.0.7.tgz",
|
||||
"integrity": "sha512-s37mXujv/fAsPlvoLbO8jiZDM2gc/dFXIDf7wK52LMrsTsLpE5ITugQCwPM8lmcONjYdswS5kneX9LzJlt7aTA==",
|
||||
"version": "0.0.8",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-custom-elements/-/eslint-plugin-custom-elements-0.0.8.tgz",
|
||||
"integrity": "sha512-726XMAabRLKKm6/yjvYfvY4MKBwX9C4x8yPjj/ap470KhSIBHm+xHbm3P7cKlsFz/4cxq6YrBeSwKmwlacF1jg==",
|
||||
"peerDependencies": {
|
||||
"eslint": ">=4.19.0"
|
||||
}
|
||||
|
|
|
@ -100,7 +100,7 @@
|
|||
"country-flag-icons": "^1.5.7",
|
||||
"eslint": "^8.38.0",
|
||||
"eslint-config-google": "^0.14.0",
|
||||
"eslint-plugin-custom-elements": "0.0.7",
|
||||
"eslint-plugin-custom-elements": "0.0.8",
|
||||
"eslint-plugin-lit": "^1.8.2",
|
||||
"fuse.js": "^6.6.2",
|
||||
"lit": "^2.7.2",
|
||||
|
|
Reference in New Issue