Skip to content

Commit

Permalink
chore(deps): update dev dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 25, 2024
1 parent 6397cbb commit 69b83cd
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,32 +37,32 @@
},
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "18.0.0",
"@commitlint/config-angular": "18.0.0",
"@nestjs/common": "10.0.0",
"@nestjs/core": "10.0.0",
"@nestjs/platform-express": "10.0.0",
"@nestjs/testing": "10.0.0",
"@commitlint/cli": "18.6.1",
"@commitlint/config-angular": "18.6.1",
"@nestjs/common": "10.3.10",
"@nestjs/core": "10.3.10",
"@nestjs/platform-express": "10.3.10",
"@nestjs/testing": "10.3.10",
"@semantic-release/git": "10.0.1",
"@types/jest": "29.5.11",
"@types/node": "18.19.11",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "9.0.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-prettier": "5.0.0",
"husky": "9.0.1",
"jest": "29.3.1",
"lint-staged": "15.0.0",
"prettier": "3.0.0",
"husky": "9.1.1",
"jest": "29.7.0",
"lint-staged": "15.2.7",
"prettier": "3.3.3",
"pretty-quick": "4.0.0",
"reflect-metadata": "0.1.13",
"rimraf": "5.0.0",
"rxjs": "7.8.0",
"semantic-release": "23.0.0",
"ts-jest": "29.0.3",
"typescript": "5.0.2"
"reflect-metadata": "0.2.2",
"rimraf": "5.0.9",
"rxjs": "7.8.1",
"semantic-release": "23.1.1",
"ts-jest": "29.2.3",
"typescript": "5.5.4"
},
"lint-staged": {
"**/*": "pretty-quick --staged"
Expand Down

0 comments on commit 69b83cd

Please sign in to comment.