Skip to content

Commit

Permalink
chore: update effect (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
sukovanej authored May 20, 2024
1 parent 10e58db commit 8f172b7
Show file tree
Hide file tree
Showing 7 changed files with 119 additions and 111 deletions.
8 changes: 8 additions & 0 deletions .changeset/shy-beans-explode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"effect-http-security": patch
"effect-http-error": patch
"effect-http-node": patch
"effect-http": patch
---

Update effect.
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.4.4",
"@effect/vitest": "^0.5.1",
"@types/node": "^20.12.12",
"@types/swagger-ui-dist": "^3.30.4",
"@typescript-eslint/eslint-plugin": "^7.9.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/effect-http-error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"peerDependencies": {
"@effect/platform": "^0.53.0",
"@effect/schema": "^0.67.0",
"effect": "^3.1.0"
"effect": "^3.2.0"
},
"devDependencies": {
"@effect/platform": "^0.53.8",
"@effect/schema": "^0.67.5",
"effect": "^3.1.5"
"@effect/platform": "^0.53.12",
"@effect/schema": "^0.67.9",
"effect": "^3.2.1"
}
}
16 changes: 8 additions & 8 deletions packages/effect-http-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@
"@effect/platform": "^0.53.0",
"@effect/platform-node": "^0.49.0",
"@effect/schema": "^0.67.0",
"effect": "^3.1.0",
"effect": "^3.2.0",
"effect-http": "workspace:^"
},
"devDependencies": {
"@effect/platform": "^0.53.8",
"@effect/platform-bun": "^0.34.14",
"@effect/platform-node": "^0.49.8",
"@effect/schema": "^0.67.5",
"@effect/platform": "^0.53.12",
"@effect/platform-bun": "^0.34.18",
"@effect/platform-node": "^0.49.12",
"@effect/schema": "^0.67.9",
"@types/node": "^20.12.12",
"effect": "^3.1.5",
"effect": "^3.2.1",
"effect-http": "workspace:^",
"effect-http-security": "workspace:^",
"effect-http-error": "workspace:^",
"effect-log": "^0.31.2"
"effect-http-security": "workspace:^",
"effect-log": "^0.31.3"
}
}
8 changes: 4 additions & 4 deletions packages/effect-http-security/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
"peerDependencies": {
"@effect/platform": "^0.53.0",
"@effect/schema": "^0.67.0",
"effect": "^3.1.0",
"effect": "^3.2.0",
"effect-http-error": "workspace:^"
},
"devDependencies": {
"@effect/platform": "^0.53.8",
"@effect/schema": "^0.67.5",
"effect": "^3.1.5",
"@effect/platform": "^0.53.12",
"@effect/schema": "^0.67.9",
"effect": "^3.2.1",
"effect-http-error": "workspace:^"
}
}
12 changes: 6 additions & 6 deletions packages/effect-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@
"coverage": "vitest --coverage"
},
"dependencies": {
"schema-openapi": "^0.38.1",
"effect-http-error": "workspace:^",
"effect-http-security": "workspace:^"
"effect-http-security": "workspace:^",
"schema-openapi": "^0.38.2"
},
"peerDependencies": {
"@effect/platform": "^0.53.0",
"@effect/schema": "^0.67.0",
"effect": "^3.1.0"
"effect": "^3.2.0"
},
"devDependencies": {
"@effect/platform": "^0.53.8",
"@effect/schema": "^0.67.5",
"effect": "^3.1.5"
"@effect/platform": "^0.53.12",
"@effect/schema": "^0.67.9",
"effect": "^3.2.1"
}
}
Loading

0 comments on commit 8f172b7

Please sign in to comment.