Skip to content

Commit

Permalink
Update dependency xo to v0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jun 3, 2020
1 parent eb656fb commit a961952
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 @@ -48,7 +48,7 @@
"microtime": "3.0.0",
"np": "6.2.3",
"nyc": "15.1.0",
"xo": "0.31.0"
"xo": "0.32.0"
},
"files": [
"lib"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3177,10 +3177,10 @@ eslint-config-prettier@^6.11.0:
dependencies:
get-stdin "^6.0.0"

eslint-config-xo-typescript@^0.30.0:
version "0.30.0"
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.30.0.tgz#a3e65e8ceb1b3a1f6031d41b52147142d710aa00"
integrity sha512-qkCT/CBpuZcRb/fkN+FGyMLRfpP2Qq9TUBoJfP+DwzsG05QJi5iv7tg4Df9LJCaMfKMJLCYdw3clG0H6aPcFjg==
eslint-config-xo-typescript@^0.31.0:
version "0.31.0"
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.31.0.tgz#384b57f30732a5f2d374b5a6c466eee3b6b8db50"
integrity sha512-zxfUdKscsdrZTI5Uz9ZqAAR+W6fuH+DiQnTRRJAwLZaKJemT3hzH0DtIxNhB9t5fxKMwZYNYw2lvW4aWrSMbag==

eslint-config-xo@^0.30.0:
version "0.30.0"
Expand Down Expand Up @@ -8050,10 +8050,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.31.0:
version "0.31.0"
resolved "https://registry.yarnpkg.com/xo/-/xo-0.31.0.tgz#7d772a4638e2a788d9f80171bf6b514cf19a5f69"
integrity sha512-c7Lj7Fuz4pe3wAvZdGhnVOgsm+f5ymCYGEZIBh1yiEyksJLGJ8Vjiaz0EhNmSKKhEHq7YrxGzI06ZS0GhA9+Hg==
xo@0.32.0:
version "0.32.0"
resolved "https://registry.yarnpkg.com/xo/-/xo-0.32.0.tgz#f3eeaec5c0a8ac8003d5d872464d9091a6bf7b7a"
integrity sha512-PnrLzAb9vMKljc5y0tUM4MEZGtXJd8KkuYoszYQkzUyFk8ykDrrOPEDO7ZmpoGSEohNjRLusvgOUi1LJD/jQjA==
dependencies:
"@typescript-eslint/eslint-plugin" "^3.1.0"
"@typescript-eslint/parser" "^3.1.0"
Expand All @@ -8063,7 +8063,7 @@ xo@0.31.0:
eslint "^7.1.0"
eslint-config-prettier "^6.11.0"
eslint-config-xo "^0.30.0"
eslint-config-xo-typescript "^0.30.0"
eslint-config-xo-typescript "^0.31.0"
eslint-formatter-pretty "^3.0.1"
eslint-import-resolver-webpack "^0.12.1"
eslint-plugin-ava "^10.3.0"
Expand Down

0 comments on commit a961952

Please sign in to comment.