Update dev-dependencies
This commit is contained in:
parent
7e2f9384e6
commit
ff45db552e
2 changed files with 4 additions and 4 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -17,5 +17,5 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node:
|
node:
|
||||||
- lts/erbium
|
- lts/fermium
|
||||||
- node
|
- node
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue