Skip to content

Commit

Permalink
chore: update effect dependencies (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
sukovanej authored Jan 15, 2025
1 parent 413449c commit 99008cf
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 64 deletions.
6 changes: 6 additions & 0 deletions .changeset/gentle-swans-drum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"effect-http-node": minor
"effect-http": minor
---

Update effect dependencies.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@effect/dtslint": "^0.1.2",
"@effect/eslint-plugin": "^0.2.0",
"@effect/language-service": "^0.2.0",
"@effect/vitest": "^0.16.0",
"@effect/vitest": "^0.17.0",
"@types/node": "^22.9.0",
"@types/swagger-ui-dist": "^3.30.5",
"@typescript-eslint/eslint-plugin": "^8.13.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/effect-http-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
"swagger-ui-dist": "^5.18.2"
},
"peerDependencies": {
"@effect/platform": "^0.72.0",
"@effect/platform-node": "^0.68.0",
"@effect/platform": "^0.73.0",
"@effect/platform-node": "^0.69.0",
"effect": "^3.12.0",
"effect-http": "workspace:^"
},
"devDependencies": {
"@effect/platform": "^0.72.0",
"@effect/platform-bun": "^0.52.0",
"@effect/platform-node": "^0.68.0",
"@effect/platform": "^0.73.1",
"@effect/platform-bun": "^0.53.1",
"@effect/platform-node": "^0.69.1",
"@types/node": "^22.9.0",
"effect": "^3.12.0",
"effect": "^3.12.4",
"effect-http": "workspace:^"
}
}
6 changes: 3 additions & 3 deletions packages/effect-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"coverage": "vitest --coverage"
},
"peerDependencies": {
"@effect/platform": "^0.72.0",
"@effect/platform": "^0.73.0",
"effect": "^3.12.0"
},
"devDependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@effect/platform": "^0.72.0",
"effect": "^3.12.0"
"@effect/platform": "^0.73.1",
"effect": "^3.12.4"
}
}
108 changes: 54 additions & 54 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 99008cf

Please sign in to comment.