Skip to content

Commit

Permalink
update effect
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Dec 21, 2023
1 parent 53153ca commit 67e75f8
Show file tree
Hide file tree
Showing 5 changed files with 236 additions and 448 deletions.
6 changes: 6 additions & 0 deletions .changeset/quiet-hounds-smile.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
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"@effect/docgen": "^0.3.8",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "^0.1.0",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitest/coverage-v8": "^1.0.4",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@vitest/coverage-v8": "^1.1.0",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand All @@ -43,8 +43,8 @@
"glob": "^10.3.10",
"madge": "^6.1.0",
"prettier": "^3.1.1",
"tsx": "^4.6.2",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"vitest": "^1.0.4"
"vitest": "^1.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/rx-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"sideEffects": false,
"devDependencies": {
"@types/react": "^18.2.45",
"effect": "2.0.0-next.61",
"effect": "2.0.0-next.62",
"react": "^18.2.0"
},
"peerDependencies": {
"effect": "2.0.0-next.61",
"effect": "2.0.0-next.62",
"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 @@ -24,9 +24,9 @@
"license": "MIT",
"sideEffects": false,
"devDependencies": {
"effect": "2.0.0-next.61"
"effect": "2.0.0-next.62"
},
"peerDependencies": {
"effect": "2.0.0-next.61"
"effect": "2.0.0-next.62"
}
}
Loading

0 comments on commit 67e75f8

Please sign in to comment.