Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
update effect
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Dec 1, 2023
1 parent 96f0f33 commit ed03599
Show file tree
Hide file tree
Showing 8 changed files with 99 additions and 90 deletions.
9 changes: 9 additions & 0 deletions .changeset/real-crews-lie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@effect/rpc-http-node": patch
"@effect/rpc-workers": patch
"@effect/rpc-nextjs": patch
"@effect/rpc-http": patch
"@effect/rpc": patch
---

update effect
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@effect/build-utils": "^0.5.0",
"@effect/build-utils": "^0.5.1",
"@effect/docgen": "^0.3.6",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "^0.0.21",
Expand Down
8 changes: 4 additions & 4 deletions packages/http-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"@effect/rpc-http": "workspace:^"
},
"devDependencies": {
"@effect/platform": "^0.32.0",
"@effect/schema": "^0.51.0",
"@effect/platform": "^0.32.1",
"@effect/schema": "^0.51.1",
"@types/node": "^20.10.1"
},
"peerDependencies": {
"@effect/platform": "^0.32.0",
"effect": "2.0.0-next.57"
"@effect/platform": "^0.32.1",
"effect": "2.0.0-next.58"
}
}
14 changes: 7 additions & 7 deletions packages/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"@effect/rpc": "workspace:^"
},
"devDependencies": {
"@effect/platform": "^0.32.0",
"@effect/platform-node": "^0.33.0",
"@effect/schema": "^0.51.0",
"effect": "2.0.0-next.57"
"@effect/platform": "^0.32.1",
"@effect/platform-node": "^0.33.2",
"@effect/schema": "^0.51.1",
"effect": "2.0.0-next.58"
},
"peerDependencies": {
"@effect/platform": "^0.32.0",
"@effect/schema": "^0.51.0",
"effect": "2.0.0-next.57"
"@effect/platform": "^0.32.1",
"@effect/schema": "^0.51.1",
"effect": "2.0.0-next.58"
}
}
10 changes: 5 additions & 5 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"@effect/rpc-http": "workspace:^"
},
"devDependencies": {
"@effect/platform": "^0.32.0",
"@effect/schema": "^0.51.0",
"effect": "2.0.0-next.57",
"@effect/platform": "^0.32.1",
"@effect/schema": "^0.51.1",
"effect": "2.0.0-next.58",
"next": "^14.0.3"
},
"peerDependencies": {
"@effect/platform": "^0.32.0",
"effect": "2.0.0-next.57",
"@effect/platform": "^0.32.1",
"effect": "2.0.0-next.58",
"next": ">=13 <15"
}
}
8 changes: 4 additions & 4 deletions packages/rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"build-annotate": "babel build --plugins annotate-pure-calls --out-dir build --source-maps"
},
"devDependencies": {
"@effect/schema": "^0.51.0",
"effect": "2.0.0-next.57"
"@effect/schema": "^0.51.1",
"effect": "2.0.0-next.58"
},
"peerDependencies": {
"@effect/schema": "^0.51.0",
"effect": "2.0.0-next.57"
"@effect/schema": "^0.51.1",
"effect": "2.0.0-next.58"
}
}
14 changes: 7 additions & 7 deletions packages/workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"@effect/rpc": "workspace:^"
},
"devDependencies": {
"@effect/platform": "^0.32.0",
"@effect/platform-browser": "^0.20.0",
"@effect/schema": "^0.51.0",
"effect": "2.0.0-next.57"
"@effect/platform": "^0.32.1",
"@effect/platform-browser": "^0.20.1",
"@effect/schema": "^0.51.1",
"effect": "2.0.0-next.58"
},
"peerDependencies": {
"@effect/platform": "^0.32.0",
"@effect/schema": "^0.51.0",
"effect": "2.0.0-next.57"
"@effect/platform": "^0.32.1",
"@effect/schema": "^0.51.1",
"effect": "2.0.0-next.58"
}
}
124 changes: 62 additions & 62 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 ed03599

Please sign in to comment.