Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 25, 2023
1 parent e97afa1 commit 5a7c92c
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,27 +17,27 @@
"packages/rehype-cli"
],
"devDependencies": {
"@types/tape": "^4.0.0",
"@types/tape": "^5.0.0",
"bail": "^2.0.0",
"c8": "^7.0.0",
"c8": "^8.0.0",
"hast-util-assert": "^3.0.0",
"mdast-zone": "^5.0.0",
"prettier": "^2.0.0",
"prettier": "^3.0.0",
"remark-cli": "^11.0.0",
"remark-preset-wooorm": "^9.0.0",
"tape": "^5.0.0",
"to-vfile": "^7.0.0",
"type-coverage": "^2.0.0",
"type-fest": "^3.0.0",
"type-fest": "^4.0.0",
"typescript": "^5.0.0",
"unified": "^10.0.0",
"unist-builder": "^3.0.0",
"unist-util-remove-position": "^4.0.0",
"xo": "^0.54.0"
"xo": "^0.56.0"
},
"scripts": {
"build": "npm run build --workspaces && tsc --build --clean && tsc --build && type-coverage",
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
"format": "remark . -qfo && prettier . -w --log-level warn && xo --fix",
"test-api": "node --conditions development test/index.js",
"test-coverage": "c8 --check-coverage --100 --reporter lcov npm run test-api",
"test": "npm run build && npm run format && npm run test-coverage"
Expand All @@ -56,7 +56,8 @@
"**/*.ts"
],
"rules": {
"unicorn/prefer-code-point": "off"
"unicorn/prefer-code-point": "off",
"unicorn/prefer-string-replace-all": "off"
}
},
"remarkConfig": {
Expand Down

0 comments on commit 5a7c92c

Please sign in to comment.