Skip to content

Commit

Permalink
Bump @lokalise/node-core from 7.1.0 to 8.0.0
Browse files Browse the repository at this point in the history
Bumps [@lokalise/node-core](https://github.com/lokalise/node-core) from 7.1.0 to 8.0.0.
- [Changelog](https://github.com/lokalise/node-core/blob/main/CHANGELOG.md)
- [Commits](lokalise/node-core@v7.1.0...v8.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]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent fa588ff commit 28c3aa2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/amqp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"prepublishOnly": "npm run build:release"
},
"dependencies": {
"@lokalise/node-core": "^7.1.0",
"@lokalise/node-core": "^8.0.0",
"zod": "^3.22.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"prepublishOnly": "npm run build:release"
},
"dependencies": {
"@lokalise/node-core": "^7.1.0",
"@lokalise/node-core": "^8.0.0",
"sqs-consumer": "^7.3.0",
"zod": "^3.22.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sqs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"prepublishOnly": "npm run build:release"
},
"dependencies": {
"@lokalise/node-core": "^7.1.0",
"@lokalise/node-core": "^8.0.0",
"sqs-consumer": "^7.3.0",
"zod": "^3.22.4"
},
Expand Down

0 comments on commit 28c3aa2

Please sign in to comment.