Skip to content

Commit

Permalink
fix: removed nestjs packages from dev deps utils-nest (#11473)
Browse files Browse the repository at this point in the history
  • Loading branch information
bashleigh authored Oct 18, 2024
1 parent 6838f48 commit 4692f9e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/utils-nest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
"commit": "yarn test --coverage --no-cache --silent --forceExit --detectOpenHandles --runInBand --watch=false && jest-coverage-badges --input src/tests/coverage/coverage-summary.json --output src/tests/badges && yarn lint --fix && yarn check"
},
"devDependencies": {
"@nestjs/common": "^9.4.3",
"@nestjs/core": "^9.4.3",
"@nestjs/testing": "^9.4.3",
"@reapit/ts-scripts": "workspace:packages/ts-scripts",
"@types/jest": "^29.5.13",
Expand Down
2 changes: 0 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7250,8 +7250,6 @@ __metadata:
version: 0.0.0-use.local
resolution: "@reapit/utils-nest@workspace:packages/utils-nest"
dependencies:
"@nestjs/common": "npm:^9.4.3"
"@nestjs/core": "npm:^9.4.3"
"@nestjs/testing": "npm:^9.4.3"
"@reapit/connect-session-server": "npm:^1.3.2"
"@reapit/foundations-ts-definitions": "npm:^2.0.0"
Expand Down

0 comments on commit 4692f9e

Please sign in to comment.