Skip to content

Commit

Permalink
Merge pull request #193 from jiho-kr/feature/nest-library
Browse files Browse the repository at this point in the history
chore: bump up libraries
  • Loading branch information
jiho-kr authored Sep 18, 2023
2 parents 6a258c2 + 339a48b commit 63292c9
Show file tree
Hide file tree
Showing 3 changed files with 830 additions and 1,079 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
],
"license": "MIT",
"dependencies": {
"@nestjs/common": "^10.0.3",
"@nestjs/core": "^10.0.3",
"@nestjs/common": "^10.2.5",
"@nestjs/core": "^10.2.5",
"class-transformer": "0.5.1",
"class-validator": "^0.14.0",
"dotenv": "^16.3.1",
Expand All @@ -45,12 +45,12 @@
"typescript": "~5.2.2"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.6.6",
"@nestjs/platform-express": "^10.0.3",
"@nestjs/testing": "^10.0.3",
"@commitlint/config-conventional": "^17.7.0",
"@nestjs/platform-express": "^10.2.5",
"@nestjs/testing": "^10.2.5",
"@types/express": "^4.17.17",
"@types/jest": "29.5.4",
"@types/lodash": "^4.14.195",
"@types/jest": "29.5.5",
"@types/lodash": "^4.14.198",
"@types/node": "20.6.2",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
Expand Down
11 changes: 0 additions & 11 deletions spec/config-scanner/README.md

This file was deleted.

Loading

0 comments on commit 63292c9

Please sign in to comment.