Merge branch 'main' into actions-http-client

This commit is contained in:
James M. Greene
2023-03-06 22:14:47 -06:00
committed by GitHub
6 changed files with 832 additions and 796 deletions

View File

@@ -10,12 +10,12 @@
},
"devDependencies": {
"@vercel/ncc": "^0.31.1",
"eslint": "^8.33.0",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-github": "^4.6.1",
"jest": "^29.4.1",
"jest": "^29.4.3",
"nock": "^13.3.0",
"prettier": "^2.8.3"
"prettier": "^2.8.4"
},
"scripts": {
"all": "npm run format && npm run lint && npm run prepare && npm run test",