Skip to content

Commit 02c1908

Browse files
chore(deps): update types
1 parent 70d240b commit 02c1908

16 files changed

Lines changed: 38 additions & 32 deletions

File tree

bun.lock

Lines changed: 23 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@effect/language-service": "0.52.0",
5151
"@effect/platform": "0.92.1",
5252
"@effect/platform-bun": "0.81.1",
53-
"@types/bun": "1.3.1",
53+
"@types/bun": "1.3.2",
5454
"@typescript-eslint/eslint-plugin": "8.46.3",
5555
"@typescript-eslint/parser": "8.46.3",
5656
"dependency-cruiser": "17.2.0",

packages/eventsourcing-aggregates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"type-fest": "5.2.0"
7070
},
7171
"devDependencies": {
72-
"@types/node": "24.10.0",
72+
"@types/node": "24.10.1",
7373
"@codeforbreakfast/buntest": "workspace:*",
7474
"@codeforbreakfast/eventsourcing-store-inmemory": "workspace:*",
7575
"effect": "3.18.4",

packages/eventsourcing-commands/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
},
6767
"devDependencies": {
6868
"@codeforbreakfast/buntest": "workspace:*",
69-
"@types/node": "24.10.0",
69+
"@types/node": "24.10.1",
7070
"effect": "3.18.4",
7171
"typescript": "5.9.3",
7272
"eslint": "9.39.1"

packages/eventsourcing-projections/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"type-fest": "5.2.0"
6767
},
6868
"devDependencies": {
69-
"@types/node": "24.10.0",
69+
"@types/node": "24.10.1",
7070
"effect": "3.18.4",
7171
"typescript": "5.9.3",
7272
"eslint": "9.39.1"

packages/eventsourcing-protocol/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"devDependencies": {
7777
"@codeforbreakfast/buntest": "workspace:*",
7878
"@codeforbreakfast/eventsourcing-transport-inmemory": "workspace:*",
79-
"@types/node": "24.10.0",
79+
"@types/node": "24.10.1",
8080
"effect": "3.18.4",
8181
"typescript": "5.9.3",
8282
"eslint": "9.39.1"

packages/eventsourcing-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@codeforbreakfast/eventsourcing-store": "workspace:*"
6565
},
6666
"devDependencies": {
67-
"@types/node": "24.10.0",
67+
"@types/node": "24.10.1",
6868
"@codeforbreakfast/eventsourcing-store-inmemory": "workspace:*",
6969
"@codeforbreakfast/eventsourcing-testing-contracts": "workspace:*",
7070
"@codeforbreakfast/buntest": "workspace:*",

packages/eventsourcing-store-filesystem/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@codeforbreakfast/buntest": "workspace:*",
7070
"@codeforbreakfast/eventsourcing-testing-contracts": "workspace:*",
7171
"@effect/platform-bun": "0.81.1",
72-
"@types/node": "24.10.0",
72+
"@types/node": "24.10.1",
7373
"effect": "3.18.4",
7474
"eslint": "9.39.1",
7575
"typescript": "5.9.3"

packages/eventsourcing-store-inmemory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"devDependencies": {
6969
"@codeforbreakfast/buntest": "workspace:*",
7070
"@codeforbreakfast/eventsourcing-testing-contracts": "workspace:*",
71-
"@types/node": "24.10.0",
71+
"@types/node": "24.10.1",
7272
"effect": "3.18.4",
7373
"typescript": "5.9.3",
7474
"eslint": "9.39.1"

packages/eventsourcing-store-postgres/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@codeforbreakfast/buntest": "workspace:*",
7777
"@codeforbreakfast/eventsourcing-testing-contracts": "workspace:*",
7878
"@effect/platform-bun": "0.81.1",
79-
"@types/node": "24.10.0",
79+
"@types/node": "24.10.1",
8080
"effect": "3.18.4",
8181
"eslint": "9.39.1",
8282
"typescript": "5.9.3"

0 commit comments

Comments
 (0)