mirror of
https://github.com/element-plus/element-plus.git
synced 2025-04-12 16:40:36 +08:00
fix(deps): update dependency eslint-plugin-unicorn to v43 (#8610)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
This commit is contained in:
parent
cc714f112f
commit
477aee23c6
@ -23,7 +23,7 @@
|
||||
"eslint-plugin-jsonc": "^2.3.0",
|
||||
"eslint-plugin-markdown": "^3.0.0",
|
||||
"eslint-plugin-prettier": "^4.1.0",
|
||||
"eslint-plugin-unicorn": "^42.0.0",
|
||||
"eslint-plugin-unicorn": "^43.0.2",
|
||||
"eslint-plugin-vue": "^9.1.1",
|
||||
"jsonc-eslint-parser": "^2.1.0",
|
||||
"prettier": "^2.7.1",
|
||||
|
@ -15,7 +15,7 @@ export const useMarks = (props: SliderProps) => {
|
||||
|
||||
const marksKeys = Object.keys(props.marks)
|
||||
return marksKeys
|
||||
.map(parseFloat)
|
||||
.map(Number.parseFloat)
|
||||
.sort((a, b) => a - b)
|
||||
.filter((point) => point <= props.max && point >= props.min)
|
||||
.map(
|
||||
|
25
pnpm-lock.yaml
generated
25
pnpm-lock.yaml
generated
@ -316,7 +316,7 @@ importers:
|
||||
eslint-plugin-jsonc: ^2.3.0
|
||||
eslint-plugin-markdown: ^3.0.0
|
||||
eslint-plugin-prettier: ^4.1.0
|
||||
eslint-plugin-unicorn: ^42.0.0
|
||||
eslint-plugin-unicorn: ^43.0.2
|
||||
eslint-plugin-vue: ^9.1.1
|
||||
jsonc-eslint-parser: ^2.1.0
|
||||
prettier: ^2.7.1
|
||||
@ -332,7 +332,7 @@ importers:
|
||||
eslint-plugin-jsonc: 2.3.0_eslint@8.18.0
|
||||
eslint-plugin-markdown: 3.0.0_eslint@8.18.0
|
||||
eslint-plugin-prettier: 4.1.0_xu6ewijrtliw5q5lksq5uixwby
|
||||
eslint-plugin-unicorn: 42.0.0_eslint@8.18.0
|
||||
eslint-plugin-unicorn: 43.0.2_eslint@8.18.0
|
||||
eslint-plugin-vue: 9.1.1_eslint@8.18.0
|
||||
jsonc-eslint-parser: 2.1.0
|
||||
prettier: 2.7.1
|
||||
@ -814,6 +814,11 @@ packages:
|
||||
resolution: {integrity: sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
|
||||
/@babel/helper-validator-identifier/7.18.6:
|
||||
resolution: {integrity: sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dev: false
|
||||
|
||||
/@babel/helper-validator-option/7.16.7:
|
||||
resolution: {integrity: sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
@ -4583,8 +4588,8 @@ packages:
|
||||
resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==}
|
||||
dev: true
|
||||
|
||||
/ci-info/3.3.1:
|
||||
resolution: {integrity: sha512-SXgeMX9VwDe7iFFaEWkA5AstuER9YKqy4EhHqr4DVqkwmD9rpVimkMKWHdjn30Ja45txyjhSn63lVX69eVCckg==}
|
||||
/ci-info/3.3.2:
|
||||
resolution: {integrity: sha512-xmDt/QIAdeZ9+nfdPsaBCpMvHNLFiLdjj59qjqn+6iPe6YmHGQ35sBnQ8uslRBXFmXkiZQOJRjvQeoGppoTjjg==}
|
||||
dev: false
|
||||
|
||||
/class-utils/0.3.6:
|
||||
@ -6122,14 +6127,14 @@ packages:
|
||||
prettier-linter-helpers: 1.0.0
|
||||
dev: false
|
||||
|
||||
/eslint-plugin-unicorn/42.0.0_eslint@8.18.0:
|
||||
resolution: {integrity: sha512-ixBsbhgWuxVaNlPTT8AyfJMlhyC5flCJFjyK3oKE8TRrwBnaHvUbuIkCM1lqg8ryYrFStL/T557zfKzX4GKSlg==}
|
||||
engines: {node: '>=12'}
|
||||
/eslint-plugin-unicorn/43.0.2_eslint@8.18.0:
|
||||
resolution: {integrity: sha512-DtqZ5mf/GMlfWoz1abIjq5jZfaFuHzGBZYIeuJfEoKKGWRHr2JiJR+ea+BF7Wx2N1PPRoT/2fwgiK1NnmNE3Hg==}
|
||||
engines: {node: '>=14.18'}
|
||||
peerDependencies:
|
||||
eslint: '>=8.8.0'
|
||||
eslint: '>=8.18.0'
|
||||
dependencies:
|
||||
'@babel/helper-validator-identifier': 7.16.7
|
||||
ci-info: 3.3.1
|
||||
'@babel/helper-validator-identifier': 7.18.6
|
||||
ci-info: 3.3.2
|
||||
clean-regexp: 1.0.0
|
||||
eslint: 8.18.0
|
||||
eslint-utils: 3.0.0_eslint@8.18.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user