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 4, 2023
1 parent 2155546 commit 771379a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,23 @@
"@types/node": "^20.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"c8": "^7.0.0",
"c8": "^8.0.0",
"esbuild": "^0.18.0",
"hastscript": "^7.0.0",
"prettier": "^2.0.0",
"prettier": "^3.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"remark-cli": "^11.0.0",
"remark-preset-wooorm": "^9.0.0",
"type-coverage": "^2.0.0",
"typescript": "^5.0.0",
"xo": "^0.54.0"
"xo": "^0.55.0"
},
"scripts": {
"prepack": "npm run build && npm run format",
"generate": "esbuild . --bundle --minify --target=es2020 --format=esm --outfile=example/hast-util-to-jsx-runtime.min.js",
"build": "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 generate && npm run build && npm run format && npm run test-coverage"
Expand All @@ -83,7 +83,8 @@
"prettier": true,
"#": "`n` is wrong",
"rules": {
"n/file-extension-in-import": "off"
"n/file-extension-in-import": "off",
"unicorn/prefer-string-replace-all": "off"
}
},
"remarkConfig": {
Expand Down

0 comments on commit 771379a

Please sign in to comment.