Add undici as a devDep

This commit is contained in:
James M. Greene
2023-12-06 01:04:50 -06:00
parent 3430969625
commit b751a79e06
2 changed files with 34 additions and 9 deletions

View File

@@ -16,9 +16,10 @@
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-github": "^4.10.1",
"jest": "^29.7.0",
"make-coverage-badge": "^1.2.0",
"nock": "^13.3.8",
"prettier": "^3.1.0",
"make-coverage-badge": "^1.2.0"
"undici": "^6.0.0"
},
"scripts": {
"all": "npm run format && npm run lint && npm run prepare && npm run test && npm run coverage-badge",