Skip to content

Commit

Permalink
Update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
qqilihq committed Jul 30, 2024
1 parent 8b284a6 commit 86a60c6
Show file tree
Hide file tree
Showing 2 changed files with 245 additions and 1,087 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"preversion": "run-s clean lint test build"
},
"devDependencies": {
"@shelf/jest-mongodb": "^4.1.7",
"@types/jest": "^29.5.7",
"@shelf/jest-mongodb": "^4.3.2",
"@types/jest": "^29.5.12",
"@types/node": "^14",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
Expand All @@ -23,14 +23,14 @@
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-junit": "^16.0.0",
"migrate": "^2.0.0",
"mongodb": "^6.2.0",
"migrate": "^2.1.0",
"mongodb": "^6.8.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"prettier": "^3.3.3",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"ts-jest": "^29.2.3",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"peerDependencies": {
"migrate": "^2.0.0",
Expand Down
Loading

0 comments on commit 86a60c6

Please sign in to comment.