Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Jun 15, 2022
2 parents 56c4598 + b3db9bb commit 33ffb9d
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 59 deletions.
96 changes: 42 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"devDependencies": {
"@commitlint/cli": "17.0.2",
"@commitlint/config-angular": "17.0.0",
"@nestjs/common": "8.4.6",
"@nestjs/core": "8.4.6",
"@nestjs/platform-express": "8.4.6",
"@nestjs/testing": "8.4.6",
"@nestjs/common": "8.4.7",
"@nestjs/core": "8.4.7",
"@nestjs/platform-express": "8.4.7",
"@nestjs/testing": "8.4.7",
"@types/jest": "28.1.1",
"@types/node": "17.0.8",
"@types/supertest": "2.0.12",
Expand All @@ -39,7 +39,7 @@
"lint-staged": "13.0.1",
"mysql": "2.18.1",
"pg": "8.7.3",
"prettier": "2.6.2",
"prettier": "2.7.0",
"reflect-metadata": "0.1.13",
"release-it": "15.0.0",
"rxjs": "7.5.5",
Expand Down

0 comments on commit 33ffb9d

Please sign in to comment.