Skip to content

Commit

Permalink
Merge pull request #102 from tresdoce/feat/update
Browse files Browse the repository at this point in the history
chore: update dependencies
  • Loading branch information
rudemex authored Nov 7, 2024
2 parents c8e4bec + 98aa4ad commit d586052
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
]
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.682.0",
"@aws-sdk/client-dynamodb": "^3.686.0",
"@nestjs/axios": "^3.1.1",
"@nestjs/class-transformer": "^0.4.0",
"@nestjs/class-validator": "^0.13.4",
Expand Down Expand Up @@ -166,7 +166,7 @@
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"turbo": "2.1.2",
"typescript": "^4.9.5"
"typescript": "^5.6.3"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
4 changes: 2 additions & 2 deletions packages/aws-sqs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"directory": "../../dist/aws-sqs"
},
"peerDependencies": {
"@aws-sdk/client-sqs": "^3.682.0",
"@aws-sdk/client-sqs": "^3.686.0",
"@nestjs/common": "^10.4.7",
"@nestjs/core": "^10.4.7",
"@nestjs/platform-express": "^10.4.7",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"
},
"dependencies": {
"@aws-sdk/client-sqs": "^3.682.0"
"@aws-sdk/client-sqs": "^3.686.0"
},
"devDependencies": {
"@tresdoce-nestjs-toolkit/config": "^0.4.1",
Expand Down
1 change: 0 additions & 1 deletion packages/config/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"noImplicitThis": false,
"noImplicitAny": false,
"strictNullChecks": false,
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": false,
"declaration": true,
"allowSyntheticDefaultImports": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/dynamoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"directory": "../../dist/dynamoose"
},
"peerDependencies": {
"@aws-sdk/client-dynamodb": "^3.682.0",
"@aws-sdk/client-dynamodb": "^3.686.0",
"@nestjs/common": "^10.4.7",
"@nestjs/core": "^10.4.7",
"@nestjs/platform-express": "^10.4.7",
Expand All @@ -47,7 +47,7 @@
"rxjs": "^7.8.1"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.682.0",
"@aws-sdk/client-dynamodb": "^3.686.0",
"dynamoose": "^4.0.2",
"dynamoose-logger": "^4.0.2"
},
Expand Down

0 comments on commit d586052

Please sign in to comment.