Skip to content

Commit 56b4679

Browse files
committed
build: update deps
1 parent 909563f commit 56b4679

File tree

9 files changed

+333
-261
lines changed

9 files changed

+333
-261
lines changed

examples/webpack-react-dom-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@tsconfig/node22": "22.0.0",
2626
"@tsconfig/strictest": "2.0.5",
2727
"@types/dotenv-webpack": "7.0.7",
28-
"@types/node": "^22.7.7",
28+
"@types/node": "^22.7.8",
2929
"@types/react": "^18.3.11",
3030
"@types/react-dom": "^18.3.1",
3131
"css-loader": "^7.1.2",

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,18 @@
4949
"devDependencies": {
5050
"@changesets/cli": "^2.27.9",
5151
"@effect/language-service": "^0.2.0",
52-
"@effect/platform": "^0.68.6",
53-
"@effect/platform-bun": "^0.48.6",
54-
"@effect/platform-node": "^0.63.6",
52+
"@effect/platform": "^0.69.2",
53+
"@effect/platform-bun": "^0.49.3",
54+
"@effect/platform-node": "^0.64.3",
5555
"@effect/schema": "^0.75.5",
5656
"@eslint/config-inspector": "^0.5.5",
5757
"@eslint/js": "^9.13.0",
5858
"@stylistic/eslint-plugin-js": "^2.9.0",
5959
"@susisu/eslint-plugin-safe-typescript": "^0.9.0",
60-
"@swc/core": "^1.7.36",
60+
"@swc/core": "^1.7.39",
6161
"@tsconfig/node22": "^22.0.0",
6262
"@tsconfig/strictest": "^2.0.5",
63-
"@types/node": "^22.7.7",
63+
"@types/node": "^22.7.8",
6464
"@types/react": "^18.3.11",
6565
"@types/react-dom": "^18.3.1",
6666
"@typescript-eslint/eslint-plugin": "^8.11.0",
@@ -71,7 +71,7 @@
7171
"concurrently": "^9.0.1",
7272
"cspell": "^8.15.4",
7373
"dprint": "^0.47.4",
74-
"effect": "^3.9.2",
74+
"effect": "^3.10.0",
7575
"esbuild": "^0.24.0",
7676
"eslint": "^9.13.0",
7777
"eslint-config-flat-gitignore": "^0.3.0",
@@ -87,7 +87,7 @@
8787
"eslint-plugin-unicorn": "^56.0.0",
8888
"eslint-plugin-vitest": "^0.5.4",
8989
"importx": "^0.5.0",
90-
"lefthook": "^1.7.22",
90+
"lefthook": "^1.8.0",
9191
"markdownlint": "^0.35.0",
9292
"publint": "^0.2.11",
9393
"react": "^18.3.1",

packages/tools/docs/namespaces/E/interfaces/Left.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
## Extends
1414

15-
- `Pipeable`.`Inspectable`.`Effect`\<`R`, `L`\>
15+
- `Pipeable`.`Inspectable`.`Effect`\<`R`, `L`\>.`STM`\<`R`, `L`\>
1616

1717
## Type Parameters
1818

@@ -58,6 +58,24 @@
5858
5959
***
6060

61+
### \[STMTypeId\]
62+
63+
> `readonly` **\[STMTypeId\]**: `object`
64+
65+
#### \_A
66+
67+
> `readonly` **\_A**: `Covariant`\<`R`\>
68+
69+
#### \_E
70+
71+
> `readonly` **\_E**: `Covariant`\<`L`\>
72+
73+
#### \_R
74+
75+
> `readonly` **\_R**: `Covariant`\<`never`\>
76+
77+
***
78+
6179
### \[StreamTypeId\]
6280

6381
> `readonly` **\[StreamTypeId\]**: `VarianceStruct`\<`R`, `L`, `never`\>

packages/tools/docs/namespaces/E/interfaces/Right.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
## Extends
1414

15-
- `Pipeable`.`Inspectable`.`Effect`\<`R`, `L`\>
15+
- `Pipeable`.`Inspectable`.`Effect`\<`R`, `L`\>.`STM`\<`R`, `L`\>
1616

1717
## Type Parameters
1818

@@ -58,6 +58,24 @@
5858
5959
***
6060

61+
### \[STMTypeId\]
62+
63+
> `readonly` **\[STMTypeId\]**: `object`
64+
65+
#### \_A
66+
67+
> `readonly` **\_A**: `Covariant`\<`R`\>
68+
69+
#### \_E
70+
71+
> `readonly` **\_E**: `Covariant`\<`L`\>
72+
73+
#### \_R
74+
75+
> `readonly` **\_R**: `Covariant`\<`never`\>
76+
77+
***
78+
6179
### \[StreamTypeId\]
6280

6381
> `readonly` **\[StreamTypeId\]**: `VarianceStruct`\<`R`, `L`, `never`\>

packages/tools/docs/namespaces/O/interfaces/None.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
## Extends
1414

15-
- `Pipeable`.`Inspectable`.`Effect`\<`A`, `Cause.NoSuchElementException`\>
15+
- `Pipeable`.`Inspectable`.`Effect`\<`A`, `Cause.NoSuchElementException`\>.`STM`\<`A`, `Cause.NoSuchElementException`\>
1616

1717
## Type Parameters
1818

@@ -56,6 +56,24 @@
5656
5757
***
5858

59+
### \[STMTypeId\]
60+
61+
> `readonly` **\[STMTypeId\]**: `object`
62+
63+
#### \_A
64+
65+
> `readonly` **\_A**: `Covariant`\<`A`\>
66+
67+
#### \_E
68+
69+
> `readonly` **\_E**: `Covariant`\<`NoSuchElementException`\>
70+
71+
#### \_R
72+
73+
> `readonly` **\_R**: `Covariant`\<`never`\>
74+
75+
***
76+
5977
### \[StreamTypeId\]
6078

6179
> `readonly` **\[StreamTypeId\]**: `VarianceStruct`\<`A`, `NoSuchElementException`, `never`\>

packages/tools/docs/namespaces/O/interfaces/Some.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
## Extends
1414

15-
- `Pipeable`.`Inspectable`.`Effect`\<`A`, `Cause.NoSuchElementException`\>
15+
- `Pipeable`.`Inspectable`.`Effect`\<`A`, `Cause.NoSuchElementException`\>.`STM`\<`A`, `Cause.NoSuchElementException`\>
1616

1717
## Type Parameters
1818

@@ -56,6 +56,24 @@
5656
5757
***
5858

59+
### \[STMTypeId\]
60+
61+
> `readonly` **\[STMTypeId\]**: `object`
62+
63+
#### \_A
64+
65+
> `readonly` **\_A**: `Covariant`\<`A`\>
66+
67+
#### \_E
68+
69+
> `readonly` **\_E**: `Covariant`\<`NoSuchElementException`\>
70+
71+
#### \_R
72+
73+
> `readonly` **\_R**: `Covariant`\<`never`\>
74+
75+
***
76+
5977
### \[StreamTypeId\]
6078

6179
> `readonly` **\[StreamTypeId\]**: `VarianceStruct`\<`A`, `NoSuchElementException`, `never`\>

packages/tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"publish": "pnpm run build && pnpm run lint:publish"
4343
},
4444
"devDependencies": {
45-
"effect": "^3.9.2",
45+
"effect": "^3.10.0",
4646
"tsup": "^8.3.0"
4747
}
4848
}

0 commit comments

Comments
 (0)