Skip to content

Commit

Permalink
Bump @lokalise/node-core from 10.0.1 to 11.1.0
Browse files Browse the repository at this point in the history
Bumps [@lokalise/node-core](https://github.com/lokalise/node-core) from 10.0.1 to 11.1.0.
- [Changelog](https://github.com/lokalise/node-core/blob/main/CHANGELOG.md)
- [Commits](lokalise/node-core@v10.0.1...v11.1.0)

---
updated-dependencies:
- dependency-name: "@lokalise/node-core"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 36c7846 commit e47f6e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/amqp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"prepublishOnly": "npm run build:release"
},
"dependencies": {
"@lokalise/node-core": "^10.0.1",
"@lokalise/node-core": "^11.1.0",
"zod": "^3.23.8"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"prepublishOnly": "npm run build:release"
},
"dependencies": {
"@lokalise/node-core": "^10.0.1",
"@lokalise/node-core": "^11.1.0",
"@message-queue-toolkit/schemas": "^2.1.1",
"fast-equals": "^5.0.1",
"json-stream-stringify": "^3.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/sns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"prepublishOnly": "npm run build:release"
},
"dependencies": {
"@lokalise/node-core": "^10.0.1",
"@lokalise/node-core": "^11.1.0",
"sqs-consumer": "^10.3.0",
"zod": "^3.23.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sqs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"prepublishOnly": "npm run build:release"
},
"dependencies": {
"@lokalise/node-core": "^10.0.1",
"@lokalise/node-core": "^11.1.0",
"sqs-consumer": "^10.3.0",
"zod": "^3.23.8"
},
Expand Down

0 comments on commit e47f6e9

Please sign in to comment.