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 5060bba commit 47c7af7
Show file tree
Hide file tree
Showing 5 changed files with 306 additions and 258 deletions.
6 changes: 6 additions & 0 deletions .changeset/pink-chairs-sleep.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 @@ -39,18 +39,18 @@
"@effect/language-service": "0.0.21",
"@preconstruct/cli": "^2.8.1",
"@types/chai": "^4.3.9",
"@types/node": "^20.8.7",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@types/node": "^20.8.9",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@vitejs/plugin-react": "^4.1.0",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/expect": "^0.34.6",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-codegen": "0.17.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"glob": "^10.3.10",
Expand Down
6 changes: 3 additions & 3 deletions packages/rx-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"license": "MIT",
"sideEffects": [],
"devDependencies": {
"@types/react": "^18.2.29",
"effect": "2.0.0-next.50",
"@types/react": "^18.2.32",
"effect": "2.0.0-next.51",
"react": "^18.2.0"
},
"peerDependencies": {
"effect": "2.0.0-next.50",
"effect": "2.0.0-next.51",
"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.50"
"effect": "2.0.0-next.51"
},
"peerDependencies": {
"effect": "2.0.0-next.50"
"effect": "2.0.0-next.51"
},
"files": [
"src",
Expand Down
Loading

0 comments on commit 47c7af7

Please sign in to comment.