Skip to content

Commit

Permalink
chore: update effect + /platform
Browse files Browse the repository at this point in the history
  • Loading branch information
sukovanej committed Sep 16, 2024
1 parent 7b3613c commit 557cf34
Show file tree
Hide file tree
Showing 3 changed files with 273 additions and 313 deletions.
5 changes: 5 additions & 0 deletions .changeset/serious-cherries-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"effect-dotenv": minor
---

Update effect and @effect/platform.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@
"@effect/docgen": "^0.4.4",
"@effect/eslint-plugin": "^0.2.0",
"@effect/language-service": "^0.1.0",
"@effect/platform": "^0.64.0",
"@effect/platform-node": "^0.59.0",
"@effect/platform": "^0.65.1",
"@effect/platform-node": "^0.60.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^22.5.4",
"@types/node": "^22.5.5",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/coverage-v8": "^2.1.1",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"effect": "3.7.2",
"effect": "3.8.0",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-codegen": "0.28.0",
Expand All @@ -65,16 +65,16 @@
"madge": "^8.0.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"tsx": "^4.19.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"vitest": "^2.0.5"
"vitest": "^2.1.1"
},
"dependencies": {
"dotenv": "^16.4.5"
},
"peerDependencies": {
"@effect/platform": "^0.64.0",
"effect": "^3.7.0"
"@effect/platform": "^0.65.0",
"effect": "^3.8.0"
},
"pnpm": {
"updateConfig": {
Expand Down
Loading

0 comments on commit 557cf34

Please sign in to comment.