mirror of https://github.com/ColorlibHQ/AdminLTE
chore(deps-dev): bump eslint-config-xo from 0.41.0 to 0.43.1 (#4936)
Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.41.0 to 0.43.1. - [Release notes](https://github.com/xojs/eslint-config-xo/releases) - [Commits](https://github.com/xojs/eslint-config-xo/compare/v0.41.0...v0.43.1) --- updated-dependencies: - dependency-name: eslint-config-xo dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>pull/4994/head
parent
b38d005c68
commit
f00cd4c0d0
|
@ -81,7 +81,7 @@
|
|||
"clean-css-cli": "^5.6.2",
|
||||
"concurrently": "^7.2.2",
|
||||
"eslint": "^8.34.0",
|
||||
"eslint-config-xo": "^0.41.0",
|
||||
"eslint-config-xo": "^0.43.1",
|
||||
"eslint-plugin-compat": "^4.1.2",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
"eslint-plugin-unicorn": "^42.0.0",
|
||||
|
@ -5119,9 +5119,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/eslint-config-xo": {
|
||||
"version": "0.41.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.41.0.tgz",
|
||||
"integrity": "sha512-cyTc182COQVdalOi5105h0Cw/Qb52IRGyIZLmUICIauANm9Upmv81UEsuFkdKnvwr4NtU95qjdk3g4/kNspA6g==",
|
||||
"version": "0.43.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.43.1.tgz",
|
||||
"integrity": "sha512-azv1L2PysRA0NkZOgbndUpN+581L7wPqkgJOgxxw3hxwXAbJgD6Hqb/SjHRiACifXt/AvxCzE/jIKFAlI7XjvQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"confusing-browser-globals": "1.0.11"
|
||||
|
@ -5133,7 +5133,7 @@
|
|||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eslint": ">=8.14.0"
|
||||
"eslint": ">=8.27.0"
|
||||
}
|
||||
},
|
||||
"node_modules/eslint-import-resolver-node": {
|
||||
|
@ -17336,9 +17336,9 @@
|
|||
}
|
||||
},
|
||||
"eslint-config-xo": {
|
||||
"version": "0.41.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.41.0.tgz",
|
||||
"integrity": "sha512-cyTc182COQVdalOi5105h0Cw/Qb52IRGyIZLmUICIauANm9Upmv81UEsuFkdKnvwr4NtU95qjdk3g4/kNspA6g==",
|
||||
"version": "0.43.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.43.1.tgz",
|
||||
"integrity": "sha512-azv1L2PysRA0NkZOgbndUpN+581L7wPqkgJOgxxw3hxwXAbJgD6Hqb/SjHRiACifXt/AvxCzE/jIKFAlI7XjvQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"confusing-browser-globals": "1.0.11"
|
||||
|
|
|
@ -135,7 +135,7 @@
|
|||
"clean-css-cli": "^5.6.2",
|
||||
"concurrently": "^7.2.2",
|
||||
"eslint": "^8.34.0",
|
||||
"eslint-config-xo": "^0.41.0",
|
||||
"eslint-config-xo": "^0.43.1",
|
||||
"eslint-plugin-compat": "^4.1.2",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
"eslint-plugin-unicorn": "^42.0.0",
|
||||
|
|
Loading…
Reference in New Issue