mirror of https://github.com/ColorlibHQ/AdminLTE
chore(deps-dev): bump eslint-config-xo-typescript from 0.56.0 to 0.57.0 (#5057)
Bumps [eslint-config-xo-typescript](https://github.com/xojs/eslint-config-xo-typescript) from 0.56.0 to 0.57.0. - [Release notes](https://github.com/xojs/eslint-config-xo-typescript/releases) - [Commits](https://github.com/xojs/eslint-config-xo-typescript/compare/v0.56.0...v0.57.0) --- updated-dependencies: - dependency-name: eslint-config-xo-typescript 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/5056/head
parent
270d242f5a
commit
01550f487b
|
@ -21,7 +21,7 @@
|
|||
"cross-env": "^7.0.3",
|
||||
"eslint": "^8.37.0",
|
||||
"eslint-config-xo": "^0.43.1",
|
||||
"eslint-config-xo-typescript": "^0.56.0",
|
||||
"eslint-config-xo-typescript": "^0.57.0",
|
||||
"eslint-plugin-astro": "^0.26.1",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
"eslint-plugin-unicorn": "^46.0.0",
|
||||
|
@ -3547,9 +3547,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/eslint-config-xo-typescript": {
|
||||
"version": "0.56.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.56.0.tgz",
|
||||
"integrity": "sha512-JOuV9M6R0BphdWome5SiolbsZFpw5DX83HgUaIUoEZwkk0hDv+fmPoHNc3KwmoON5QEkuBxlIbW0o3PifzPCuw==",
|
||||
"version": "0.57.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.57.0.tgz",
|
||||
"integrity": "sha512-u+qcTaADHn2/+hbDqZHRWiAps8JS6BcRsJKAADFxYHIPpYqQeQv9mXuhRe/1+ikfZAIz9hlG1V+Lkj8J7nf34A==",
|
||||
"dev": true,
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
|
@ -3558,8 +3558,8 @@
|
|||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": ">=5.43.0",
|
||||
"@typescript-eslint/parser": ">=5.43.0",
|
||||
"@typescript-eslint/eslint-plugin": ">=5.57.0",
|
||||
"@typescript-eslint/parser": ">=5.57.0",
|
||||
"eslint": ">=8.0.0",
|
||||
"typescript": ">=4.4"
|
||||
}
|
||||
|
@ -12740,9 +12740,9 @@
|
|||
}
|
||||
},
|
||||
"eslint-config-xo-typescript": {
|
||||
"version": "0.56.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.56.0.tgz",
|
||||
"integrity": "sha512-JOuV9M6R0BphdWome5SiolbsZFpw5DX83HgUaIUoEZwkk0hDv+fmPoHNc3KwmoON5QEkuBxlIbW0o3PifzPCuw==",
|
||||
"version": "0.57.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.57.0.tgz",
|
||||
"integrity": "sha512-u+qcTaADHn2/+hbDqZHRWiAps8JS6BcRsJKAADFxYHIPpYqQeQv9mXuhRe/1+ikfZAIz9hlG1V+Lkj8J7nf34A==",
|
||||
"dev": true,
|
||||
"requires": {}
|
||||
},
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
"cross-env": "^7.0.3",
|
||||
"eslint": "^8.37.0",
|
||||
"eslint-config-xo": "^0.43.1",
|
||||
"eslint-config-xo-typescript": "^0.56.0",
|
||||
"eslint-config-xo-typescript": "^0.57.0",
|
||||
"eslint-plugin-astro": "^0.26.1",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
"eslint-plugin-unicorn": "^46.0.0",
|
||||
|
|
Loading…
Reference in New Issue