Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
upgrade to latest deps (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti authored Apr 11, 2023
1 parent de19519 commit 8ae866d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .changeset/neat-months-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/schema": minor
---

upgrade to latest deps
2 changes: 1 addition & 1 deletion docs/modules/ParseResult.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ Added in v1.0.0
**Signature**

```ts
export declare const eitherOrUndefined: <E, A>(self: IO<E, A>) => E.Left<E> | E.Right<A> | undefined
export declare const eitherOrUndefined: <E, A>(self: IO<E, A>) => E.Left<E, A> | E.Right<E, A> | undefined
```
Added in v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@
"zod": "^3.21.4"
},
"dependencies": {
"@effect/data": "^0.11.1",
"@effect/io": "^0.19.0",
"@effect/data": "^0.12.2",
"@effect/io": "^0.20.0",
"fast-check": "^3.8.0"
},
"pnpm": {
Expand Down
18 changes: 9 additions & 9 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 8ae866d

Please sign in to comment.