Skip to content

Commit

Permalink
build: remove whatwf-fetch to dependencies
Browse files Browse the repository at this point in the history
dasfmi committed Aug 15, 2024
1 parent fdbad1b commit 1b15fcd
Showing 2 changed files with 7 additions and 9 deletions.
12 changes: 5 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -46,10 +46,10 @@
"prettier": "^3.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"vitest": "^1.2.2",
"whatwg-fetch": "^3.6.2"
"vitest": "^1.2.2"
},
"dependencies": {
"whatwg-fetch": "^3.6.2",
"use-deep-compare": "^1.2.1"
}
}

0 comments on commit 1b15fcd

Please sign in to comment.