Skip to content

Commit

Permalink
chore(deps): Update dependency event-store-adapter-js to v2.2.80 (#648)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 18, 2025
1 parent fd64090 commit 8c2d419
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion packages/bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"cqrs-es-example-js-command-processor": "workspace:*",
"cqrs-es-example-js-query-interface-adaptor": "workspace:*",
"cqrs-es-example-js-rmu": "workspace:*",
"event-store-adapter-js": "2.2.75",
"event-store-adapter-js": "2.2.80",
"fp-ts": "^2.16.2",
"moment": "^2.29.4",
"reflect-metadata": "^0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/command/domain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"cqrs-es-example-js-infrastructure": "workspace:*",
"event-store-adapter-js": "2.2.75",
"event-store-adapter-js": "2.2.80",
"fp-ts": "^2.16.2",
"ulidx": "^2.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/command/interface-adaptor-if/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"event-store-adapter-js": "2.2.75",
"event-store-adapter-js": "2.2.80",
"cqrs-es-example-js-command-domain": "workspace:*",
"@aws-sdk/client-dynamodb": "^3.413.0",
"aws-sdk": "^2.1459.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/command/interface-adaptor-impl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"cqrs-es-example-js-command-domain": "workspace:*",
"cqrs-es-example-js-command-interface-adaptor-if": "workspace:*",
"cqrs-es-example-js-command-processor": "workspace:*",
"event-store-adapter-js": "2.2.75",
"event-store-adapter-js": "2.2.80",
"fp-ts": "^2.16.2",
"moment": "^2.29.4",
"graphql": "^16.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/command/processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"event-store-adapter-js": "2.2.75",
"event-store-adapter-js": "2.2.80",
"cqrs-es-example-js-command-domain": "workspace:*",
"cqrs-es-example-js-command-interface-adaptor-if": "workspace:*",
"fp-ts": "^2.16.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/query/interface-adaptor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@prisma/client": "^5.10.2",
"@types/graphql-fields": "^1.3.9",
"aws-sdk": "^2.1459.0",
"event-store-adapter-js": "2.2.75",
"event-store-adapter-js": "2.2.80",
"fp-ts": "^2.16.2",
"graphql": "^16.8.1",
"graphql-fields": "^2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/rmu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"aws-lambda": "^1.0.7",
"aws-sdk": "^2.1459.0",
"cqrs-es-example-js-command-domain": "workspace:*",
"event-store-adapter-js": "2.2.75",
"event-store-adapter-js": "2.2.80",
"fp-ts": "^2.16.2",
"moment": "^2.29.4",
"tslog": "^4.9.2"
Expand Down
34 changes: 17 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8c2d419

Please sign in to comment.