Skip to content

Commit

Permalink
🔖 Fix: Update effect schema (#686)
Browse files Browse the repository at this point in the history
## Description

Version mismatch causing issues

## Testing

Explain the quality checks that have been done on the code changes

## Additional Information

- [ ] I read the [contributing docs](../docs/contributing.md) (if this
is your first contribution)

Your ENS/address:

Co-authored-by: Will Cory <[email protected]>
  • Loading branch information
roninjin10 and Will Cory authored Nov 18, 2023
1 parent 07e2f34 commit 28c82d3
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 18 deletions.
9 changes: 9 additions & 0 deletions .changeset/silver-queens-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@evmts/blockexplorer": patch
"@evmts/schemas": patch
"@evmts/viem": patch
"@evmts/effect": patch
"@evmts/config": patch
---

Fixed effect/schema version
2 changes: 1 addition & 1 deletion bundler/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"test:ui": "vitest --ui"
},
"dependencies": {
"@effect/schema": "0.46.3",
"@effect/schema": "0.47.7",
"@evmts/effect": "workspace:^",
"@types/node": "^20.8.9",
"bundle-require": "^4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion extensions/viem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
},
"dependencies": {
"@adraffy/ens-normalize": "1.10.0",
"@effect/schema": "0.46.3",
"@effect/schema": "0.47.7",
"@noble/curves": "1.2.0",
"@noble/hashes": "1.3.2",
"@scure/bip32": "1.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/blockexplorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"typecheck": "bun run tsc --noEmit"
},
"dependencies": {
"@effect/schema": "0.46.3",
"@effect/schema": "0.47.7",
"@evmts/schemas": "workspace:^",
"effect": "2.0.0-next.54"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/effect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"test:ui": "vitest --ui"
},
"dependencies": {
"@effect/schema": "0.46.3",
"@effect/schema": "0.47.7",
"bundle-require": "^4.0.2",
"effect": "2.0.0-next.54",
"jsonc-parser": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"typecheck": "bun run tsc --noEmit"
},
"dependencies": {
"@effect/schema": "0.46.3",
"@effect/schema": "0.47.7",
"effect": "2.0.0-next.54"
},
"devDependencies": {
Expand Down
26 changes: 13 additions & 13 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 28c82d3

Please sign in to comment.