Skip to content

Commit

Permalink
Merge pull request #1031 from jrobeson/sort-deps
Browse files Browse the repository at this point in the history
chore(deps): Sort devDependencies package names
  • Loading branch information
kamilmysliwiec authored Sep 19, 2022
2 parents aca485c + a5dbf96 commit 0b50799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"@commitlint/cli": "17.1.2",
"@commitlint/config-angular": "17.1.0",
"@nestjs/common": "9.0.11",
"@types/node": "17.0.17",
"@nestjs/core": "9.0.11",
"@nestjs/jwt": "9.0.0",
"@nestjs/platform-express": "9.0.11",
"@nestjs/testing": "9.0.11",
"@types/jest": "29.0.3",
"@types/node": "17.0.17",
"@types/passport": "1.0.11",
"@types/passport-jwt": "3.0.6",
"@types/passport-local": "1.0.34",
Expand All @@ -38,8 +38,8 @@
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"husky": "8.0.1",
"lint-staged": "13.0.3",
"jest": "29.0.3",
"lint-staged": "13.0.3",
"pactum": "3.2.2",
"passport": "0.6.0",
"passport-jwt": "4.0.0",
Expand Down

0 comments on commit 0b50799

Please sign in to comment.