Skip to content

Commit

Permalink
chore: upgrade effect dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaAmaju committed Dec 18, 2023
1 parent 6d22c08 commit 121ed1e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/polite-pillows-kick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"effect-fetch": patch
---

Upgrade effect
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,12 @@
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@effect/docgen": "^0.3.4",
"effect": "2.0.0-next.54",
"effect": "2.0.0-next.61",
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vitest": "^1.0.4"
},
"peerDependencies": {
"effect": "2.0.0-next.54"
},
"exports": {
"./Fetch": {
"import": "./dist/Fetch.js",
Expand Down Expand Up @@ -76,5 +73,8 @@
"import": "./dist/interceptors/*.js",
"types": "./dist/dts/interceptors/*.d.ts"
}
},
"peerDependencies": {
"effect": "2.0.0-next.61"
}
}

0 comments on commit 121ed1e

Please sign in to comment.