Skip to content

Commit

Permalink
move express and node types to prod deps
Browse files Browse the repository at this point in the history
  • Loading branch information
eugef committed Jan 3, 2024
1 parent 236d902 commit 958adab
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 40 deletions.
74 changes: 36 additions & 38 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
Expand Up @@ -46,6 +46,8 @@
"node": ">=14"
},
"dependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.10.6",
"accepts": "^1.3.7",
"content-disposition": "^0.5.3",
"depd": "^1.1.0",
Expand All @@ -59,9 +61,7 @@
},
"devDependencies": {
"@types/chai": "^4.3.11",
"@types/express": "^4.17.17",
"@types/mocha": "^10.0.6",
"@types/node": "^14",
"chai": "^4.2.0",
"eslint": "^7.7.0",
"gulp": "^4.0.2",
Expand Down

0 comments on commit 958adab

Please sign in to comment.