Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
Update fetch-mock to v11, closes #694
Removes un-used http-proxy-agent devDependency
  • Loading branch information
wolfy1339 committed Sep 18, 2024
1 parent d7f7825 commit c07eadd
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 31 deletions.
67 changes: 39 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint": "prettier --check '{src,test}/**/*.{ts,md}' README.md package.json",
"lint:fix": "prettier --write '{src,test}/**/*.{ts,md}' README.md package.json",
"pretest": "npm run -s lint",
"test": "vitest --ui --coverage",
"test": "vitest --coverage",
"test:typescript": "npx tsc --noEmit --declaration --noUnusedLocals --module node16 --moduleResolution node16 --allowImportingTsExtensions test/typescript-validate.ts"
},
"repository": "github:octokit/core.js",
Expand Down Expand Up @@ -46,9 +46,8 @@
"@types/sinonjs__fake-timers": "^8.1.5",
"@vitest/coverage-v8": "^2.1.1",
"esbuild": "^0.23.0",
"fetch-mock": "^10.0.0",
"fetch-mock": "^11.0.0",
"glob": "^11.0.0",
"http-proxy-agent": "^7.0.0",
"prettier": "3.3.3",
"proxy": "^2.0.0",
"semantic-release": "^24.0.0",
Expand Down

0 comments on commit c07eadd

Please sign in to comment.