Update dev-dependencies

This commit is contained in:
Titus Wormer 2022-10-24 11:08:19 +02:00
parent 7e2f9384e6
commit ff45db552e
No known key found for this signature in database
GPG key ID: E6E581152ED04E2E
2 changed files with 4 additions and 4 deletions

View file

@ -17,5 +17,5 @@ jobs:
strategy: strategy:
matrix: matrix:
node: node:
- lts/erbium - lts/fermium
- node - node

View file

@ -53,13 +53,13 @@
"micromark": "^3.0.0", "micromark": "^3.0.0",
"micromark-build": "^1.0.0", "micromark-build": "^1.0.0",
"prettier": "^2.0.0", "prettier": "^2.0.0",
"remark-cli": "^10.0.0", "remark-cli": "^11.0.0",
"remark-preset-wooorm": "^9.0.0", "remark-preset-wooorm": "^9.0.0",
"rimraf": "^3.0.0", "rimraf": "^3.0.0",
"tape": "^5.0.0", "tape": "^5.0.0",
"type-coverage": "^2.0.0", "type-coverage": "^2.0.0",
"typescript": "^4.0.0", "typescript": "^4.0.0",
"xo": "^0.47.0" "xo": "^0.52.0"
}, },
"scripts": { "scripts": {
"build": "rimraf \"dev/**/*.d.ts\" \"test/**/*.d.ts\" && tsc && type-coverage && micromark-build", "build": "rimraf \"dev/**/*.d.ts\" \"test/**/*.d.ts\" && tsc && type-coverage && micromark-build",
@ -79,7 +79,7 @@
"xo": { "xo": {
"prettier": true, "prettier": true,
"rules": { "rules": {
"node/file-extension-in-import": "off", "n/file-extension-in-import": "off",
"unicorn/no-this-assignment": "off", "unicorn/no-this-assignment": "off",
"unicorn/prefer-node-protocol": "off" "unicorn/prefer-node-protocol": "off"
} }