Skip to content

Commit

Permalink
Move @types/* to devDependencies (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
huytool157 authored Jan 29, 2024
1 parent dc2bc83 commit 3c27aba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
"test:api": "tsc --project tsconfig.json"
},
"dependencies": {
"@types/node-fetch": "^2.6.4",
"@types/uuid": "^9.0.2",
"abort-controller": "^3.0.0",
"node-fetch": "^2.6",
"ts-dedent": "^2.2.0",
Expand All @@ -41,7 +39,9 @@
"@rollup/plugin-typescript": "^8.2.0",
"@types/fs-extra": "^11.0.1",
"@types/node": "15.12.1",
"@types/node-fetch": "^2.6.4",
"@types/semver": "^7.5.1",
"@types/uuid": "^9.0.2",
"cross-env": "7.0.3",
"fs-extra": "^11.1.1",
"nock": "^13.3.2",
Expand Down

0 comments on commit 3c27aba

Please sign in to comment.