Skip to content

Commit

Permalink
⬆️ Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2024
1 parent 571d75a commit 78f2b59
Show file tree
Hide file tree
Showing 10 changed files with 1,075 additions and 873 deletions.
6 changes: 3 additions & 3 deletions benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"rxjs": "^7.8.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@biomejs/biome": "1.9.4",
"@codechecks/client": "^0.1.12",
"@ocoda/event-sourcing-config": "workspace:*",
"@types/node": "20.17.1",
"artillery": "^2.0.20",
"tsup": "^8.3.0",
"artillery": "^2.0.21",
"tsup": "^8.3.5",
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"files": {
"ignore": ["dist", "node_modules", "**/*.js", ".next"]
},
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.15",
"next": "^14.2.16",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.3.1",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,29 +25,29 @@
"rxjs": "^7.2.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@biomejs/biome": "1.9.4",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@faker-js/faker": "^9.0.3",
"@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",
"@swc-node/register": "^1.10.9",
"@swc/core": "1.7.35",
"@swc/core": "1.7.42",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.14",
"@types/node": "20.17.1",
"jest": "29.7.0",
"jest-mock": "29.7.0",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"turbo": "^2.1.3",
"turbo": "^2.2.3",
"typescript": "5.6.3"
},
"repository": {
"type": "git",
"url": "https://github.com/ocoda/event-sourcing"
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].3"
}
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,24 @@
"rxjs": "^7.2.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@faker-js/faker": "^9.0.3",
"@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",
"@ocoda/event-sourcing-config": "workspace:*",
"@ocoda/event-sourcing-testing": "workspace:*",
"@swc-node/register": "^1.10.9",
"@swc/core": "1.7.35",
"@swc/core": "1.7.42",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.14",
"@types/node": "20.17.1",
"jest": "29.7.0",
"jest-mock": "29.7.0",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"tsup": "^8.3.0",
"tsup": "^8.3.5",
"typescript": "5.6.3"
},
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions packages/integration/dynamodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,24 @@
"rxjs": "^7.2.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@faker-js/faker": "^9.0.3",
"@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",
"@ocoda/event-sourcing-config": "workspace:*",
"@ocoda/event-sourcing-testing": "workspace:*",
"@swc-node/register": "^1.10.9",
"@swc/core": "1.7.35",
"@swc/core": "1.7.42",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.14",
"@types/node": "20.17.1",
"jest": "29.7.0",
"jest-mock": "29.7.0",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"tsup": "^8.3.0",
"tsup": "^8.3.5",
"typescript": "5.6.3"
},
"repository": {
Expand Down
10 changes: 5 additions & 5 deletions packages/integration/mariadb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"node": ">= 18.20.4"
},
"dependencies": {
"mariadb": "^3.3.2"
"mariadb": "^3.4.0"
},
"peerDependencies": {
"@nestjs/core": "^10.0.0",
Expand All @@ -30,24 +30,24 @@
"rxjs": "^7.2.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@faker-js/faker": "^9.0.3",
"@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",
"@ocoda/event-sourcing-config": "workspace:*",
"@ocoda/event-sourcing-testing": "workspace:*",
"@swc-node/register": "^1.10.9",
"@swc/core": "1.7.35",
"@swc/core": "1.7.42",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.14",
"@types/node": "20.17.1",
"jest": "29.7.0",
"jest-mock": "29.7.0",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"tsup": "^8.3.0",
"tsup": "^8.3.5",
"typescript": "5.6.3"
},
"repository": {
Expand Down
10 changes: 5 additions & 5 deletions packages/integration/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"node": ">= 18.20.4"
},
"dependencies": {
"mongodb": "^6.9.0"
"mongodb": "^6.10.0"
},
"peerDependencies": {
"@nestjs/core": "^10.0.0",
Expand All @@ -30,24 +30,24 @@
"rxjs": "^7.2.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@faker-js/faker": "^9.0.3",
"@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",
"@ocoda/event-sourcing-config": "workspace:*",
"@ocoda/event-sourcing-testing": "workspace:*",
"@swc-node/register": "^1.10.9",
"@swc/core": "1.7.35",
"@swc/core": "1.7.42",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.14",
"@types/node": "20.17.1",
"jest": "29.7.0",
"jest-mock": "29.7.0",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"tsup": "^8.3.0",
"tsup": "^8.3.5",
"typescript": "5.6.3"
},
"repository": {
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 @@ -21,8 +21,8 @@
"node": ">= 18.20.4"
},
"dependencies": {
"pg": "^8.13.0",
"pg-cursor": "^2.12.0"
"pg": "^8.13.1",
"pg-cursor": "^2.12.1"
},
"peerDependencies": {
"@nestjs/core": "^10.0.0",
Expand All @@ -31,16 +31,16 @@
"rxjs": "^7.2.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@faker-js/faker": "^9.0.3",
"@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",
"@ocoda/event-sourcing-config": "workspace:*",
"@ocoda/event-sourcing-testing": "workspace:*",
"@swc-node/register": "^1.10.9",
"@swc/core": "1.7.35",
"@swc/core": "1.7.42",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.14",
"@types/node": "20.17.1",
Expand All @@ -50,7 +50,7 @@
"jest-mock": "29.7.0",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"tsup": "^8.3.0",
"tsup": "^8.3.5",
"typescript": "5.6.3"
},
"repository": {
Expand Down
Loading

0 comments on commit 78f2b59

Please sign in to comment.