Skip to content

Commit

Permalink
Add missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBCarter committed Mar 13, 2024
1 parent b59cd97 commit 1a72253
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .depcheckrc
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
ignores: [
"@types/node",
"@types/jest",
"@types/node",
"@xylabs/eslint-config",
"@xylabs/rollup-config",
"@xylabs/tsconfig",
"@xylabs/ts-scripts",
"@xylabs/tsconfig",
"babel-jest",
"eslint",
"jest-extended",
"jest-mock-extended",
"jest-sorted",
"prettier",
"ts-jest",
"ts-node",
"tslib",
"typedoc",
"typedoc"
]
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"eslint.alwaysShowStatus": true,
"eslint.format.enable": true,
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,8 @@
"coverage": "jest --coverage"
},
"sideEffects": false,
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"dependencies": {
"express-serve-static-core": "^0.1.1"
}
}
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4017,6 +4017,7 @@ __metadata:
eslint: ^8.49.0
express: ^4.18.2
express-mung: ^0.5.1
express-serve-static-core: ^0.1.1
http-status-codes: ^2.2.0
jest: ^29.6.4
jest-extended: ^4.0.1
Expand Down Expand Up @@ -6899,6 +6900,13 @@ __metadata:
languageName: node
linkType: hard

"express-serve-static-core@npm:^0.1.1":
version: 0.1.1
resolution: "express-serve-static-core@npm:0.1.1"
checksum: 0f387ae5c12f51b9e843ade07bd412b4a0cbe23bbd5e95e047e45f4b3e1a6aa6bee53f765b039441f93110401221ec23a533844dce3e4f118e38cda5ed3dba0a
languageName: node
linkType: hard

"express@npm:^4.18.2":
version: 4.18.2
resolution: "express@npm:4.18.2"
Expand Down

0 comments on commit 1a72253

Please sign in to comment.