Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
Most importantly this fixes running xo.
  • Loading branch information
remcohaszing committed Aug 26, 2023
1 parent 8a63f2a commit c8ea6ba
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 @@ -32,15 +32,15 @@
"unified-language-server": "^3.0.0"
},
"devDependencies": {
"prettier": "^2.0.0",
"remark-cli": "^10.0.0",
"prettier": "^3.0.0",
"remark-cli": "^11.0.0",
"remark-preset-wooorm": "^9.0.0",
"type-coverage": "^2.0.0",
"xo": "^0.47.0"
"xo": "^0.56.0"
},
"scripts": {
"build": "tsc && type-coverage",
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
"format": "remark . -qfo && prettier . -w --log-level warn && xo --fix",
"test": "npm run build && npm run format"
},
"prettier": {
Expand Down

0 comments on commit c8ea6ba

Please sign in to comment.