Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rudemex committed Jul 2, 2024
1 parent 05b6a6e commit 6bf442d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"redis": "^4.6.14",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"testcontainers": "^10.9.0",
"testcontainers": "^10.10.0",
"typeorm": "^0.3.20",
"uuid": "^9.0.1"
},
Expand Down Expand Up @@ -160,12 +160,12 @@
"prettier": "^3.3.0",
"rimraf": "^5.0.7",
"supertest": "^7.0.0",
"testcontainers": "^10.9.0",
"testcontainers": "^10.10.0",
"ts-jest": "^29.1.4",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"turbo": "^1.13.3",
"turbo": "^2.0.6",
"typescript": "^4.9.5"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
Expand Down
4 changes: 2 additions & 2 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"nock": "^13.5.4",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"testcontainers": "^10.9.0"
"testcontainers": "^10.10.0"
},
"dependencies": {
"nock": "^13.5.4",
"testcontainers": "^10.9.0"
"testcontainers": "^10.10.0"
},
"devDependencies": {
"@tresdoce-nestjs-toolkit/config": "^0.4.0-beta.3",
Expand Down
3 changes: 2 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"ui": "stream",
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"],
Expand Down

0 comments on commit 6bf442d

Please sign in to comment.