Skip to content

Commit

Permalink
fix: moving express from dev dependencies (#4390)
Browse files Browse the repository at this point in the history
  • Loading branch information
YazeedLoonat authored Oct 11, 2024
1 parent 29abe89 commit 763e03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"dayjs": "~1.11.9",
"dotenv": "^16.4.5",
"exceljs": "^4.4.0",
"express": "^4.21.1",
"handlebars": "~4.7.8",
"jsonwebtoken": "~9.0.1",
"lodash": "~4.17.21",
Expand Down Expand Up @@ -95,7 +96,6 @@
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"express": "^4.21.1",
"jest": "~29.6.2",
"jest-mock-extended": "^3.0.7",
"prettier": "^2.3.2",
Expand Down

0 comments on commit 763e03a

Please sign in to comment.