Skip to content

Commit

Permalink
update effect
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Oct 25, 2023
1 parent 88b4f44 commit 7bd7a1a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions .changeset/five-ducks-explode.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.32",
"effect": "2.0.0-next.51",
"effect": "2.0.0-next.52",
"react": "^18.2.0"
},
"peerDependencies": {
"effect": "2.0.0-next.51",
"effect": "2.0.0-next.52",
"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.51"
"effect": "2.0.0-next.52"
},
"peerDependencies": {
"effect": "2.0.0-next.51"
"effect": "2.0.0-next.52"
},
"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 7bd7a1a

Please sign in to comment.