Skip to content

Commit

Permalink
Update dependency xo to v0.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 18, 2020
1 parent 230c487 commit bcf8fc7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"nyc": "15.1.0",
"power-assert": "1.6.1",
"regenerator-runtime": "0.13.7",
"xo": "0.34.0"
"xo": "0.34.1"
},
"files": [
"lib"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3372,10 +3372,10 @@ eslint-config-prettier@^6.13.0:
dependencies:
get-stdin "^6.0.0"

eslint-config-xo-typescript@^0.34.1:
version "0.34.1"
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.34.1.tgz#26577f3b6ee5c4cf98e3f3d71b21d3e1dcc44bf3"
integrity sha512-X77gvBzjrVuofwoVoljc/iwP6/RdJssJ8xw2DWhOF534GkCJSPPya/sxChebaA5sCRjtMAMjZfwwsJBW0HE9Mg==
eslint-config-xo-typescript@^0.35.0:
version "0.35.0"
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.35.0.tgz#4cd8c1208e0f96b80ec8d39dd61930e978e95b59"
integrity sha512-Pgj9mX0T74Ro8FCvVO1ZjWWcPDW6J42SByG4GMRwMXXZrSwOUY83vj4Ii/+Q+amg2XJwyx0o5/sCprUP/nGM0Q==

eslint-config-xo@^0.33.1:
version "0.33.1"
Expand Down Expand Up @@ -8386,10 +8386,10 @@ xdg-basedir@^4.0.0:
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-2.0.1.tgz#4d8b8f1eccd3419aa362061becef515e1e559635"
integrity sha1-TYuPHszTQZqjYgYb7O9RXh5VljU=

xo@0.34.0:
version "0.34.0"
resolved "https://registry.yarnpkg.com/xo/-/xo-0.34.0.tgz#5a81cc4d48e8fab1de5a58c2bce5dbcb1c6ad598"
integrity sha512-DKfztltJxU6cEztqtFMX4R942DrVctNQgsbwsDRAQDHxNtGH3HcJauUfhaVJjlCJ8cZu2LRGuI3sCaWcFVSTDA==
xo@0.34.1:
version "0.34.1"
resolved "https://registry.yarnpkg.com/xo/-/xo-0.34.1.tgz#0a0933fe864b654ca35cbfb71f18a7b4b9b357b6"
integrity sha512-i8ChTBFNZjzZ26gCoxVxDQ5yBfKAmJyKAzfPfiTvGLezqeWEdj6t/MmOEFi3nJFQzsX1rzBBRbBBgNicbcn8sA==
dependencies:
"@typescript-eslint/eslint-plugin" "^4.4.1"
"@typescript-eslint/parser" "^4.4.1"
Expand All @@ -8399,7 +8399,7 @@ xo@0.34.0:
eslint "^7.11.0"
eslint-config-prettier "^6.13.0"
eslint-config-xo "^0.33.1"
eslint-config-xo-typescript "^0.34.1"
eslint-config-xo-typescript "^0.35.0"
eslint-formatter-pretty "^4.0.0"
eslint-import-resolver-webpack "^0.13.0"
eslint-plugin-ava "^11.0.0"
Expand Down

0 comments on commit bcf8fc7

Please sign in to comment.