Skip to content

Commit

Permalink
Bump @lokalise/node-core from 9.22.0 to 10.0.0 (#162)
Browse files Browse the repository at this point in the history
Bumps [@lokalise/node-core](https://github.com/lokalise/node-core) from 9.22.0 to 10.0.0.
- [Changelog](https://github.com/lokalise/node-core/blob/main/CHANGELOG.md)
- [Commits](lokalise/node-core@v9.22.0...v10.0.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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent d5d61ae commit c58aea6
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": "^9.22.0",
"@lokalise/node-core": "^10.0.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": "^9.21.0",
"@lokalise/node-core": "^10.0.0",
"@message-queue-toolkit/schemas": "^1.0.0",
"fast-equals": "^5.0.1",
"toad-cache": "^3.7.0",
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": "^9.22.0",
"@lokalise/node-core": "^10.0.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": "^9.22.0",
"@lokalise/node-core": "^10.0.0",
"sqs-consumer": "^10.3.0",
"zod": "^3.23.8"
},
Expand Down

0 comments on commit c58aea6

Please sign in to comment.