Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBCarter committed Oct 12, 2023
1 parent 28add9f commit 1a735ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .depcheckrc
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
ignores: [
"@xylabs/eslint-config",
"@types/jest-image-snapshot",
"@types/jest",
"@types/supertest",
"@xylabs/eslint-config-react",
"@xylabs/jest-helpers",
"@xylabs/tsconfig-dom-jest",
"eslint",
"jest-extended",
"jest-image-snapshot",
"jest-serializer-html",
"nodemon",
"supertest",
"ts-jest",
"ts-node"
]
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"jest": "^29.6.1",
"jest-extended": "^4.0.0",
"jest-image-snapshot": "^6.2.0",
"jest-mock-extended": "^3.0.5",
"jest-serializer-html": "^7.1.0",
"nodemon": "^3.0.1",
"supertest": "^6.3.3",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4725,6 +4725,7 @@ __metadata:
jest: ^29.6.1
jest-extended: ^4.0.0
jest-image-snapshot: ^6.2.0
jest-mock-extended: ^3.0.5
jest-serializer-html: ^7.1.0
lodash: ^4.17.21
lru-cache: ^10.0.0
Expand Down

0 comments on commit 1a735ac

Please sign in to comment.