Skip to content

Commit

Permalink
Fix XO linting and update some dev dependencies
Browse files Browse the repository at this point in the history
Fixes chalk#275
  • Loading branch information
sindresorhus authored and Methuselah96 committed Aug 29, 2021
1 parent 9776a2a commit beb4a24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@
"supports-color": "^5.3.0"
},
"devDependencies": {
"ava": "*",
"ava": "0.25.0",
"coveralls": "^3.0.0",
"execa": "^0.9.0",
"flow-bin": "^0.68.0",
"execa": "^0.10.0",
"flow-bin": "^0.73.0",
"import-fresh": "^2.0.0",
"matcha": "^0.7.0",
"nyc": "^11.0.2",
"resolve-from": "^4.0.0",
"typescript": "^2.5.3",
"xo": "*"
"xo": "0.20.3"
},
"types": "types/index.d.ts",
"xo": {
Expand Down

0 comments on commit beb4a24

Please sign in to comment.