Skip to content

Commit

Permalink
➖ Remove Express as a direct dependency
Browse files Browse the repository at this point in the history
Express was added in 9589787
and was used at that time, in file `apps/hpc-cdm-serve/src/main.ts`,
which got removed in 0ed249b
and Express is currently unused (at least directly)
  • Loading branch information
Pl217 committed Sep 25, 2024
1 parent 585ee0a commit ea96317
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 54 deletions.
8 changes: 0 additions & 8 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,6 @@
"style": "styled-components"
}
},
"@nx/express": {
"application": {
"linter": "eslint"
},
"library": {
"linter": "eslint"
}
},
"@nx/node": {
"application": {
"linter": "eslint"
Expand Down
42 changes: 0 additions & 42 deletions package-lock.json

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

4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"@nx/cypress": "18.3.0",
"@nx/eslint": "18.3.0",
"@nx/eslint-plugin": "18.3.0",
"@nx/express": "18.3.0",
"@nx/jest": "18.3.0",
"@nx/js": "18.3.0",
"@nx/node": "18.3.0",
Expand All @@ -59,8 +58,6 @@
"@nx/workspace": "18.3.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
"@testing-library/react": "14.0.0",
"@types/express": "4.17.17",
"@types/express-http-proxy": "^1.6.1",
"@types/jest": "29.5.2",
"@types/jquery": "^3.5.1",
"@types/lodash": "^4.14.158",
Expand All @@ -86,7 +83,6 @@
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"express": "4.19.2",
"fp-ts": "^2.14.0",
"husky": "8.0.3",
"intl-list-format": "^1.0.3",
Expand Down

0 comments on commit ea96317

Please sign in to comment.