Skip to content

Commit

Permalink
update effect (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Oct 17, 2023
1 parent da987a3 commit 8e09f3d
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 85 deletions.
6 changes: 6 additions & 0 deletions .changeset/beige-cobras-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@effect-rx/rx-react": minor
"@effect-rx/rx": minor
---

update effect
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"@effect/language-service": "0.0.21",
"@preconstruct/cli": "^2.8.1",
"@types/chai": "^4.3.8",
"@types/node": "^20.8.5",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@types/node": "^20.8.6",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@vitejs/plugin-react": "^4.1.0",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/expect": "^0.34.6",
Expand Down
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.28",
"effect": "2.0.0-next.48",
"effect": "2.0.0-next.49",
"react": "^18.2.0"
},
"peerDependencies": {
"effect": "2.0.0-next.48",
"effect": "2.0.0-next.49",
"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.48"
"effect": "2.0.0-next.49"
},
"peerDependencies": {
"effect": "2.0.0-next.48"
"effect": "2.0.0-next.49"
},
"files": [
"src",
Expand Down
Loading

0 comments on commit 8e09f3d

Please sign in to comment.