Skip to content

Commit

Permalink
Removed uneeeded dependencies and updated lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmcmaster committed Nov 5, 2024
1 parent a8f39ca commit 5db4b57
Show file tree
Hide file tree
Showing 4 changed files with 149 additions and 150 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
node_modules
.nyc_output/
coverage/
mutants.out/
/controller/aws*.sh
testmerge.json
.env.local*
Expand Down
1 change: 0 additions & 1 deletion common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"@fs/config-wasm": "*",
"@types/bunyan": "~1.8.8",
"@types/chai": "^4.3.5",
"@types/express": "^4.17.17",
"@types/mocha": "^10.0.0",
"@types/node": "^22.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
Expand Down
1 change: 0 additions & 1 deletion controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"chartjs-adapter-date-fns": "^3.0.0",
"cookie": "^1.0.0",
"date-fns": "~3.6.0",
"express": "^4.18.2",
"file-saver": "^2.0.5",
"formidable": "~3.5.0",
"js-cookie": "^3.0.5",
Expand Down
Loading

0 comments on commit 5db4b57

Please sign in to comment.