From 57c0190d1ab9df2e2cca0ffaaa2b1f56725f469a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 3 Jun 2020 12:49:18 +0000 Subject: [PATCH] Update dependency xo to v0.32.0 --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 4035bd88..8caa2021 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/yarn.lock b/yarn.lock index 1e0fde6a..d1e27601 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -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" @@ -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"