Skip to content

Commit

Permalink
chore: update effect dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sukovanej committed Sep 1, 2023
1 parent e9c9009 commit b987797
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 373 deletions.
5 changes: 5 additions & 0 deletions .changeset/smooth-dots-flash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"effect-dotenv": minor
---

Update effect packages.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@
"license": "MIT",
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@effect/data": "^0.17.6",
"@effect/io": "^0.38.2",
"@effect/data": "^0.18.3",
"@effect/io": "^0.39.0",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/node": "^20.5.6",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@types/node": "^20.5.7",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@vitest/coverage-v8": "^0.34.3",
"effect": "2.0.0-next.29",
"effect": "2.0.0-next.30",
"eslint": "^8.48.0",
"prettier": "^3.0.2",
"prettier": "^3.0.3",
"tsup": "^7.2.0",
"tsx": "^3.12.7",
"typescript": "^5.2.2",
Expand All @@ -64,7 +64,7 @@
"dotenv": "^16.3.1"
},
"peerDependencies": {
"@effect/data": "^0.17.1",
"@effect/io": "^0.38.0"
"@effect/data": "^0.18.3",
"@effect/io": "^0.39.0"
}
}
Loading

0 comments on commit b987797

Please sign in to comment.