Skip to content

Commit

Permalink
chore(deps): Move Undici to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
neet committed Jul 27, 2023
1 parent 6dc0937 commit 237cb71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"isomorphic-ws": "^5.0.0",
"parse-link-header": "^2.0.0",
"ts-custom-error": "^3.3.1",
"undici": "^5.22.1",
"ws": "^8.13.0"
},
"devDependencies": {
Expand Down Expand Up @@ -72,7 +71,8 @@
"semantic-release": "^21.0.6",
"ts-jest": "^29.1.1",
"typedoc": "^0.24.8",
"typescript": "^5.1.6"
"typescript": "^5.1.6",
"undici": "^5.22.1"
},
"files": [
"README.md",
Expand Down

0 comments on commit 237cb71

Please sign in to comment.