Skip to content

Commit

Permalink
chore: update @effect/platform (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
sukovanej authored Apr 19, 2024
1 parent 785bc91 commit 1f030d2
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 78 deletions.
6 changes: 6 additions & 0 deletions .changeset/fast-goats-worry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"effect-http-node": patch
"effect-http": patch
---

Update @effect/platform.
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.0",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "^0.1.0",
"@effect/vitest": "^0.3.0",
"@effect/vitest": "^0.3.3",
"@types/node": "^20.12.7",
"@types/swagger-ui-dist": "^3.30.4",
"@typescript-eslint/eslint-plugin": "^7.7.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/effect-http-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,22 @@
"coverage": "vitest --coverage"
},
"dependencies": {
"swagger-ui-dist": "^5.15.2"
"swagger-ui-dist": "^5.16.2"
},
"peerDependencies": {
"@effect/platform": "^0.49.0",
"@effect/platform-node": "^0.46.0",
"@effect/platform": "^0.50.0",
"@effect/platform-node": "^0.47.0",
"@effect/schema": "^0.66.0",
"effect": "^3.0.0",
"effect-http": "workspace:^"
},
"devDependencies": {
"@effect/platform": "^0.49.0",
"@effect/platform-bun": "^0.33.0",
"@effect/platform-node": "^0.46.0",
"@effect/schema": "^0.66.0",
"@effect/platform": "^0.50.0",
"@effect/platform-bun": "^0.33.5",
"@effect/platform-node": "^0.47.0",
"@effect/schema": "^0.66.3",
"@types/node": "^20.12.7",
"effect": "^3.0.0",
"effect": "^3.0.3",
"effect-http": "workspace:^",
"effect-log": "^0.31.0"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/effect-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"schema-openapi": "^0.36.0"
},
"peerDependencies": {
"@effect/platform": "^0.49.0",
"@effect/platform": "^0.50.0",
"@effect/schema": "^0.66.0",
"effect": "^3.0.0"
},
"devDependencies": {
"@effect/platform": "^0.49.0",
"@effect/schema": "^0.66.0",
"effect": "^3.0.0"
"@effect/platform": "^0.50.0",
"@effect/schema": "^0.66.3",
"effect": "^3.0.3"
}
}
130 changes: 65 additions & 65 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 1f030d2

Please sign in to comment.