Skip to content

Commit

Permalink
Tweak dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Jul 27, 2024
1 parent 0e13bfe commit dbac8c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/sns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"zod": "^3.23.8"
},
"peerDependencies": {
"@aws-sdk/client-sns": "^3.598.0",
"@aws-sdk/client-sqs": "^3.598.0",
"@aws-sdk/client-sns": "^3.614.0",
"@aws-sdk/client-sqs": "^3.614.0",
"@message-queue-toolkit/core": "^15.0.0",
"@message-queue-toolkit/schemas": "^2.0.0",
"@message-queue-toolkit/sqs": "^17.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/sqs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"prepublishOnly": "npm run build:release"
},
"dependencies": {
"@lokalise/node-core": "^11.1.0",
"@lokalise/node-core": "^11.2.0",
"sqs-consumer": "^11.0.1",
"zod": "^3.23.8"
},
"peerDependencies": {
"@aws-sdk/client-sqs": "^3.598.0",
"@aws-sdk/client-sqs": "^3.614.0",
"@message-queue-toolkit/core": "^15.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit dbac8c6

Please sign in to comment.