Skip to content

Commit

Permalink
fix(package): Set min eslint-etc version.
Browse files Browse the repository at this point in the history
  • Loading branch information
cartant committed Mar 22, 2021
1 parent 8000060 commit fadbbf4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@phenomnomnominal/tsquery": "^4.0.0",
"@typescript-eslint/experimental-utils": "^4.0.0",
"eslint-etc": "^4.0.0",
"eslint-etc": "^4.0.4",
"requireindex": "~1.2.0",
"tslib": "^2.0.0",
"tsutils": "^3.0.0"
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
js-tokens "^4.0.0"

"@cartant/eslint-config@^2.0.0":
version "2.1.9"
resolved "https://registry.yarnpkg.com/@cartant/eslint-config/-/eslint-config-2.1.9.tgz#830f3286f8c2bf3e3d49c2788f51e4856021e819"
integrity sha512-l27mvnsGxExYR/rI2p8tuHpzBhSaUyztjze2v42prFHZNL2GivC+37pqB4WI3ElTDxdIIkl4ko8V9qVdLR7i3Q==
version "2.1.10"
resolved "https://registry.yarnpkg.com/@cartant/eslint-config/-/eslint-config-2.1.10.tgz#0f55be8ebaec29c0b501e20a33d3312466d286d7"
integrity sha512-ladCKZYmSb1UDBcIhcHmLqhf6gmiXt8yMikD8NEP2kqL8vCoYqgA7Mn4+8mvMx7gh9rsHrIYePF+UGXavjB+4g==
dependencies:
"@typescript-eslint/eslint-plugin" "^4.0.0"
eslint-plugin-import "^2.20.2"
Expand Down Expand Up @@ -110,9 +110,9 @@
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=

"@types/mocha@^8.0.0":
version "8.2.1"
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.2.1.tgz#f3f3ae4590c5386fc7c543aae9b78d4cf30ffee9"
integrity sha512-NysN+bNqj6E0Hv4CTGWSlPzMW6vTKjDpOteycDkV4IWBsO+PU48JonrPzV9ODjiI2XrjmA05KInLgF5ivZ/YGQ==
version "8.2.2"
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.2.2.tgz#91daa226eb8c2ff261e6a8cbf8c7304641e095e0"
integrity sha512-Lwh0lzzqT5Pqh6z61P3c3P5nm6fzQK/MMHl9UKeneAeInVflBSz1O2EkX6gM6xfJd7FBXBY5purtLx7fUiZ7Hw==

"@types/node@^14.0.0":
version "14.14.35"
Expand Down Expand Up @@ -240,9 +240,9 @@ ajv@^6.10.0, ajv@^6.12.4:
uri-js "^4.2.2"

ajv@^7.0.2:
version "7.2.1"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-7.2.1.tgz#a5ac226171912447683524fa2f1248fcf8bac83d"
integrity sha512-+nu0HDv7kNSOua9apAVc979qd932rrZeb3WOvoiD31A/p1mIE5/9bN2027pE2rOPYEdS3UHzsvof4hY+lM9/WQ==
version "7.2.3"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-7.2.3.tgz#ca78d1cf458d7d36d1c3fa0794dd143406db5772"
integrity sha512-idv5WZvKVXDqKralOImQgPM9v6WOdLNa0IY3B3doOjw/YxRGT8I+allIJ6kd7Uaj+SF1xZUSU+nPM5aDNBVtnw==
dependencies:
fast-deep-equal "^3.1.1"
json-schema-traverse "^1.0.0"
Expand Down Expand Up @@ -692,7 +692,7 @@ escape-string-regexp@^1.0.5:
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=

eslint-etc@^4.0.0:
eslint-etc@^4.0.4:
version "4.0.4"
resolved "https://registry.yarnpkg.com/eslint-etc/-/eslint-etc-4.0.4.tgz#e586318f68bc9285cbe48aedab89d851480bffc4"
integrity sha512-liUQHyD4OfDSRoRtZ+CTpeIHAHhr9u64xxvoLP0JF3zGbDkrYYHyhfFTNJEyoU8JOvvlIMFdSJ59wiziFw53Ag==
Expand Down Expand Up @@ -1822,9 +1822,9 @@ punycode@^2.1.0:
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==

queue-microtask@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.2.tgz#abf64491e6ecf0f38a6502403d4cda04f372dfd3"
integrity sha512-dB15eXv3p2jDlbOiNLyMabYg1/sXvppd8DP2J3EOCQ0AkuSXCW2tP7mnVouVLJKgUMY6yP0kcQDVpLCN13h4Xg==
version "1.2.3"
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==

randombytes@^2.1.0:
version "2.1.0"
Expand Down

0 comments on commit fadbbf4

Please sign in to comment.