Skip to content

Commit

Permalink
update effect
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Nov 3, 2023
1 parent 511e0df commit 33aa01d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions .changeset/honest-apes-raise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@effect-rx/rx-react": patch
"@effect-rx/rx": patch
---

update effect
4 changes: 2 additions & 2 deletions packages/rx-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"sideEffects": [],
"devDependencies": {
"@types/react": "^18.2.34",
"effect": "2.0.0-next.53",
"effect": "2.0.0-next.54",
"react": "^18.2.0"
},
"peerDependencies": {
"effect": "2.0.0-next.53",
"effect": "2.0.0-next.54",
"react": "^18"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/rx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"license": "MIT",
"sideEffects": [],
"devDependencies": {
"effect": "2.0.0-next.53"
"effect": "2.0.0-next.54"
},
"peerDependencies": {
"effect": "2.0.0-next.53"
"effect": "2.0.0-next.54"
},
"files": [
"src",
Expand Down
12 changes: 6 additions & 6 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 33aa01d

Please sign in to comment.