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 Feb 4, 2023
1 parent 05f8483 commit 5b08929
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,32 +37,32 @@
},
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "17.4.1",
"@commitlint/config-angular": "17.4.0",
"@nestjs/common": "9.2.1",
"@nestjs/core": "9.2.1",
"@nestjs/platform-express": "9.2.1",
"@nestjs/testing": "9.2.1",
"@commitlint/cli": "17.4.2",
"@commitlint/config-angular": "17.4.2",
"@nestjs/common": "9.3.1",
"@nestjs/core": "9.3.1",
"@nestjs/platform-express": "9.3.1",
"@nestjs/testing": "9.3.1",
"@semantic-release/git": "10.0.1",
"@types/jest": "29.4.0",
"@types/node": "18.11.18",
"@typescript-eslint/eslint-plugin": "5.48.0",
"@typescript-eslint/parser": "5.48.0",
"@typescript-eslint/eslint-plugin": "5.50.0",
"@typescript-eslint/parser": "5.50.0",
"eslint": "8.33.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "4.2.1",
"husky": "8.0.3",
"jest": "29.3.1",
"jest": "29.4.1",
"lint-staged": "13.1.0",
"prettier": "2.8.2",
"prettier": "2.8.3",
"pretty-quick": "3.1.3",
"reflect-metadata": "0.1.13",
"rimraf": "4.0.4",
"rimraf": "4.1.2",
"rxjs": "7.8.0",
"semantic-release": "20.0.2",
"ts-jest": "29.0.3",
"typescript": "4.9.4"
"semantic-release": "20.1.0",
"ts-jest": "29.0.5",
"typescript": "4.9.5"
},
"lint-staged": {
"**/*": "pretty-quick --staged"
Expand Down

0 comments on commit 5b08929

Please sign in to comment.