Skip to content

Commit 8fea0ff

Browse files
chore(deps): update dependency eslint-plugin-unicorn to v23 (#120)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 44fa2ee commit 8fea0ff

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"eslint-plugin-node": "^11.1.0",
1919
"eslint-plugin-promise": "^4.2.1",
2020
"eslint-plugin-standard": "^4.0.1",
21-
"eslint-plugin-unicorn": "^22.0.0",
21+
"eslint-plugin-unicorn": "^23.0.0",
2222
"eslint-plugin-vue": "^6.2.2"
2323
},
2424
"peerDependencies": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3050,10 +3050,10 @@ eslint-plugin-standard@^4.0.1:
30503050
resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-4.0.1.tgz#ff0519f7ffaff114f76d1bd7c3996eef0f6e20b4"
30513051
integrity sha512-v/KBnfyaOMPmZc/dmc6ozOdWqekGp7bBGq4jLAecEfPGmfKiWS4sA8sC0LqiV9w5qmXAtXVn4M3p1jSyhY85SQ==
30523052

3053-
eslint-plugin-unicorn@^22.0.0:
3054-
version "22.0.0"
3055-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-22.0.0.tgz#46a93d8de393b865e04c2057a4ed3510864dd3be"
3056-
integrity sha512-jXPOauNiVFYLr+AeU3l21Ao+iDl/G08vUWui21RCI2L1TJIIoJvAMjMR6I+QPKr8FgIumzuR6gzDKCtEx2IkzA==
3053+
eslint-plugin-unicorn@^23.0.0:
3054+
version "23.0.0"
3055+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-23.0.0.tgz#b2820212874735f9d91ecc8678b263ecfa6cf5f6"
3056+
integrity sha512-Vabo3cjl6cjyhcf+76CdQEY6suOFzK0Xh3xo0uL9VDYrDJP5+B6PjV0tHTYm82WZmFWniugFJM3ywHSNYTi/ZQ==
30573057
dependencies:
30583058
ci-info "^2.0.0"
30593059
clean-regexp "^1.0.0"

0 commit comments

Comments
 (0)