diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-12 11:15:11 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-12 11:15:11 -0600 |
| commit | 56eaff3132dced53c88efe01afedc13b90507460 (patch) | |
| tree | 8dbef488ddd20017d99aa0791ec460c1098c2046 | |
| parent | d913b7e1052beeaa9656a96334d7fefb88a6d1e6 (diff) | |
| download | muse-56eaff3132dced53c88efe01afedc13b90507460.tar.xz muse-56eaff3132dced53c88efe01afedc13b90507460.zip | |
Bump eslint-config-xo from 0.38.0 to 0.39.0 (#410)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 22ff611..989e36a 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@typescript-eslint/parser": "^4.31.1", "concurrently": "^7.0.0", "eslint": "^7.32.0", - "eslint-config-xo": "^0.38.0", + "eslint-config-xo": "^0.39.0", "eslint-config-xo-typescript": "^0.44.0", "husky": "^4.3.8", "nodemon": "^2.0.7", @@ -1294,10 +1294,10 @@ eslint-config-xo-typescript@^0.44.0: dependencies: typescript ">=4.3" -eslint-config-xo@^0.38.0: - version "0.38.0" - resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.38.0.tgz#50cbe676a90d5582e1bbf1de750286e7cf09378e" - integrity sha512-G2jL+VyfkcZW8GoTmqLsExvrWssBedSoaQQ11vyhflDeT3csMdBVp0On+AVijrRuvgmkWeDwwUL5Rj0qDRHK6g== +eslint-config-xo@^0.39.0: + version "0.39.0" + resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.39.0.tgz#a76074270d5ecaa6655a740cbdc86eba621590b7" + integrity sha512-QX+ZnQgzy/UtgF8dksIiIBzpYoEKmiL0CmZ8O0Gnby7rGXg8Cny1CXirmHp1zKYIpO7BuTmtWj8eUYOsGr0IGQ== dependencies: confusing-browser-globals "1.0.10" |
