Skip to content

Commit

Permalink
Merge pull request #384 from ocoda/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
⬆️ Update all non-major dependencies
  • Loading branch information
drieshooghe authored Nov 12, 2024
2 parents dc57903 + 9f9af0e commit 53bb7d2
Show file tree
Hide file tree
Showing 11 changed files with 1,209 additions and 1,189 deletions.
9 changes: 9 additions & 0 deletions .changeset/gold-llamas-clap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@ocoda/event-sourcing-dynamodb": patch
"@ocoda/event-sourcing-postgres": patch
"@ocoda/event-sourcing-mariadb": patch
"@ocoda/event-sourcing-mongodb": patch
"@ocoda/event-sourcing": patch
---

Update dependencies
4 changes: 2 additions & 2 deletions benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"benchmark:report": "node report-benchmark.js"
},
"dependencies": {
"@nestjs/common": "^10.4.6",
"@nestjs/core": "^10.4.6",
"@nestjs/common": "^10.4.7",
"@nestjs/core": "^10.4.7",
"@ocoda/event-sourcing": "workspace:*",
"@ocoda/event-sourcing-dynamodb": "workspace:*",
"@ocoda/event-sourcing-example": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint": "biome check --write"
},
"dependencies": {
"next": "^14.2.16",
"next": "^14.2.17",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.3.1",
Expand Down
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"dependencies": {
"@ocoda/event-sourcing": "workspace:*",
"@nestjs/common": "^10.4.6",
"@nestjs/core": "^10.4.6",
"@nestjs/common": "^10.4.7",
"@nestjs/core": "^10.4.7",
"reflect-metadata": "^0.2.0",
"rxjs": "^7.8.1"
},
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"@biomejs/biome": "1.9.4",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@faker-js/faker": "^9.1.0",
"@nestjs/common": "10.4.6",
"@nestjs/core": "10.4.6",
"@nestjs/platform-express": "10.4.6",
"@nestjs/testing": "10.4.6",
"@faker-js/faker": "^9.2.0",
"@nestjs/common": "10.4.7",
"@nestjs/core": "10.4.7",
"@nestjs/platform-express": "10.4.7",
"@nestjs/testing": "10.4.7",
"@swc-node/register": "^1.10.9",
"@swc/core": "1.7.42",
"@swc/core": "1.9.2",
"@swc/jest": "0.2.37",
"@types/jest": "29.5.14",
"@types/node": "20.17.6",
Expand Down
12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@faker-js/faker": "^9.1.0",
"@nestjs/common": "10.4.6",
"@nestjs/core": "10.4.6",
"@nestjs/platform-express": "10.4.6",
"@nestjs/testing": "10.4.6",
"@faker-js/faker": "^9.2.0",
"@nestjs/common": "10.4.7",
"@nestjs/core": "10.4.7",
"@nestjs/platform-express": "10.4.7",
"@nestjs/testing": "10.4.7",
"@ocoda/event-sourcing-config": "workspace:*",
"@ocoda/event-sourcing-testing": "workspace:*",
"@swc-node/register": "^1.10.9",
"@swc/core": "1.7.42",
"@swc/core": "1.9.2",
"@swc/jest": "0.2.37",
"@types/jest": "29.5.14",
"@types/node": "20.17.6",
Expand Down
16 changes: 8 additions & 8 deletions packages/integration/dynamodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"node": ">= 18.20.4"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "3.682.0",
"@aws-sdk/util-dynamodb": "3.685.0"
"@aws-sdk/client-dynamodb": "3.687.0",
"@aws-sdk/util-dynamodb": "3.689.0"
},
"peerDependencies": {
"@nestjs/core": "^10.0.0",
Expand All @@ -32,15 +32,15 @@
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@faker-js/faker": "^9.1.0",
"@nestjs/common": "10.4.6",
"@nestjs/core": "10.4.6",
"@nestjs/platform-express": "10.4.6",
"@nestjs/testing": "10.4.6",
"@faker-js/faker": "^9.2.0",
"@nestjs/common": "10.4.7",
"@nestjs/core": "10.4.7",
"@nestjs/platform-express": "10.4.7",
"@nestjs/testing": "10.4.7",
"@ocoda/event-sourcing-config": "workspace:*",
"@ocoda/event-sourcing-testing": "workspace:*",
"@swc-node/register": "^1.10.9",
"@swc/core": "1.7.42",
"@swc/core": "1.9.2",
"@swc/jest": "0.2.37",
"@types/jest": "29.5.14",
"@types/node": "20.17.6",
Expand Down
12 changes: 6 additions & 6 deletions packages/integration/mariadb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@faker-js/faker": "^9.1.0",
"@nestjs/common": "10.4.6",
"@nestjs/core": "10.4.6",
"@nestjs/platform-express": "10.4.6",
"@nestjs/testing": "10.4.6",
"@faker-js/faker": "^9.2.0",
"@nestjs/common": "10.4.7",
"@nestjs/core": "10.4.7",
"@nestjs/platform-express": "10.4.7",
"@nestjs/testing": "10.4.7",
"@ocoda/event-sourcing-config": "workspace:*",
"@ocoda/event-sourcing-testing": "workspace:*",
"@swc-node/register": "^1.10.9",
"@swc/core": "1.7.42",
"@swc/core": "1.9.2",
"@swc/jest": "0.2.37",
"@types/jest": "29.5.14",
"@types/node": "20.17.6",
Expand Down
12 changes: 6 additions & 6 deletions packages/integration/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@faker-js/faker": "^9.1.0",
"@nestjs/common": "10.4.6",
"@nestjs/core": "10.4.6",
"@nestjs/platform-express": "10.4.6",
"@nestjs/testing": "10.4.6",
"@faker-js/faker": "^9.2.0",
"@nestjs/common": "10.4.7",
"@nestjs/core": "10.4.7",
"@nestjs/platform-express": "10.4.7",
"@nestjs/testing": "10.4.7",
"@ocoda/event-sourcing-config": "workspace:*",
"@ocoda/event-sourcing-testing": "workspace:*",
"@swc-node/register": "^1.10.9",
"@swc/core": "1.7.42",
"@swc/core": "1.9.2",
"@swc/jest": "0.2.37",
"@types/jest": "29.5.14",
"@types/node": "20.17.6",
Expand Down
12 changes: 6 additions & 6 deletions packages/integration/postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@faker-js/faker": "^9.1.0",
"@nestjs/common": "10.4.6",
"@nestjs/core": "10.4.6",
"@nestjs/platform-express": "10.4.6",
"@nestjs/testing": "10.4.6",
"@faker-js/faker": "^9.2.0",
"@nestjs/common": "10.4.7",
"@nestjs/core": "10.4.7",
"@nestjs/platform-express": "10.4.7",
"@nestjs/testing": "10.4.7",
"@ocoda/event-sourcing-config": "workspace:*",
"@ocoda/event-sourcing-testing": "workspace:*",
"@swc-node/register": "^1.10.9",
"@swc/core": "1.7.42",
"@swc/core": "1.9.2",
"@swc/jest": "0.2.37",
"@types/jest": "29.5.14",
"@types/node": "20.17.6",
Expand Down
Loading

0 comments on commit 53bb7d2

Please sign in to comment.