Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rmagur1203 committed Oct 16, 2024
1 parent 2d9c6ad commit 4994582
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/reference/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"bugs": {
"url": "https://github.com/jungvengers/sunrinsecurity-backend-v3/issues"
},
"dependencies": {
"@nestjs/config": "^2.2.0"
},
"devDependencies": {
"@types/jest": "^29.1.2",
"@types/node": "^18.8.3",
Expand All @@ -37,9 +40,7 @@
"jest": "^29.1.2",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"ts-jest": "^29.0.3"
},
"dependencies": {
"@nestjs/config": "^2.2.0"
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
}
}
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 4994582

Please sign in to comment.