Skip to content

Commit

Permalink
refactor(http): use nock@beta in tests since latest stable nock does …
Browse files Browse the repository at this point in the history
…not support fetch

nock/nock#2397
  • Loading branch information
matteo-cristino committed Mar 28, 2024
1 parent d41dd7a commit 79e4ac6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"docs": "pnpm run docs:api && pnpm run docs:build"
"docs": "pnpm run docs:api && pnpm run docs:build"
},
"devDependencies": {
"@lerna-lite/publish": "^2.7.2",
Expand All @@ -33,7 +33,7 @@
"esbuild": "^0.19.9",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"nock": "^13.4.0",
"nock": "14.0.0-beta.5",
"prettier": "^3.1.1",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
Expand Down
16 changes: 5 additions & 11 deletions pnpm-lock.yaml

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

0 comments on commit 79e4ac6

Please sign in to comment.