Update dev-dependencies
This commit is contained in:
parent
faac6e3148
commit
86376c703c
1 changed files with 2 additions and 2 deletions
|
@ -45,13 +45,13 @@
|
||||||
"prettier": "^2.0.0",
|
"prettier": "^2.0.0",
|
||||||
"remark": "^14.0.0",
|
"remark": "^14.0.0",
|
||||||
"remark-cli": "^10.0.0",
|
"remark-cli": "^10.0.0",
|
||||||
"remark-preset-wooorm": "^8.0.0",
|
"remark-preset-wooorm": "^9.0.0",
|
||||||
"rimraf": "^3.0.0",
|
"rimraf": "^3.0.0",
|
||||||
"tape": "^5.0.0",
|
"tape": "^5.0.0",
|
||||||
"to-vfile": "^7.0.0",
|
"to-vfile": "^7.0.0",
|
||||||
"type-coverage": "^2.0.0",
|
"type-coverage": "^2.0.0",
|
||||||
"typescript": "^4.0.0",
|
"typescript": "^4.0.0",
|
||||||
"xo": "^0.43.0"
|
"xo": "^0.45.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rimraf \"test/**/*.d.ts\" \"*.d.ts\" && tsc && type-coverage",
|
"build": "rimraf \"test/**/*.d.ts\" \"*.d.ts\" && tsc && type-coverage",
|
||||||
|
|
Loading…
Add table
Reference in a new issue