Skip to content

Commit

Permalink
chore(deps): update dependency xo to v0.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Feb 26, 2020
1 parent 7548b3c commit 1d2a9f4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"lint-staged": "10.0.8",
"nyc": "15.0.0",
"semantic-release": "17.0.4",
"xo": "0.27.1"
"xo": "0.27.2"
},
"lint-staged": {
"*.js": [
Expand Down
14 changes: 10 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8927,6 +8927,11 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typescript@^3.0.0:
version "3.8.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.2.tgz#91d6868aaead7da74f493c553aeff76c0c0b1d5a"
integrity sha512-EgOVgL/4xfVrCMbhYKUQTdF37SQn4Iw73H5BgCrF1Abdun7Kwy/QZsE/ssAy0y4LxBbvua3PIbFsbRczWWnDdQ==

uglify-js@^3.1.4:
version "3.4.10"
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.4.10.tgz#9ad9563d8eb3acdfb8d38597d2af1d815f6a755f"
Expand Down Expand Up @@ -9370,10 +9375,10 @@ xdg-basedir@^4.0.0:
resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-4.0.0.tgz#4bc8d9984403696225ef83a1573cbbcb4e79db13"
integrity sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==

xo@0.27.1:
version "0.27.1"
resolved "https://registry.yarnpkg.com/xo/-/xo-0.27.1.tgz#4cd2f70932e90abcb27080caf5b7338a5c9e081a"
integrity sha512-7OtSoqfL+LVOhhD3jUafBatxqXAaEfmD1Xtbmklq8SnTFK0ot0cJjRJiXzoKhRAUORY2DBDfPAxdmPj+hAZGoA==
xo@0.27.2:
version "0.27.2"
resolved "https://registry.yarnpkg.com/xo/-/xo-0.27.2.tgz#861ddc46bb66f4ff583714e6d2552c8733c59316"
integrity sha512-vCkyHH/2tyQh1eplDDRMCAPfKA6fXnXiFkChOGLF/5FnOEe9e2qCydDZZrrKA+3Vd8xPsRdoAv/HTnmqa+Z71w==
dependencies:
"@typescript-eslint/eslint-plugin" "^2.21.0"
"@typescript-eslint/parser" "^2.21.0"
Expand Down Expand Up @@ -9413,6 +9418,7 @@ xo@0.27.1:
semver "^7.1.3"
slash "^3.0.0"
to-absolute-glob "^2.0.2"
typescript "^3.0.0"
update-notifier "^4.0.0"

xtend@^4.0.0, xtend@~4.0.1:
Expand Down

0 comments on commit 1d2a9f4

Please sign in to comment.