Skip to content

Commit

Permalink
update effect
Browse files Browse the repository at this point in the history
  • Loading branch information
sukovanej committed Jul 30, 2024
1 parent 7d5ec0f commit aa9c30f
Show file tree
Hide file tree
Showing 3 changed files with 363 additions and 350 deletions.
5 changes: 5 additions & 0 deletions .changeset/swift-baboons-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"effect-dotenv": patch
---

Update effect.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/core": "^7.24.9",
"@babel/core": "^7.25.2",
"@babel/plugin-transform-export-namespace-from": "^7.24.7",
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
"@changesets/changelog-github": "^0.5.0",
Expand All @@ -46,15 +46,15 @@
"@effect/docgen": "^0.4.3",
"@effect/eslint-plugin": "^0.2.0",
"@effect/language-service": "^0.1.0",
"@effect/platform": "^0.60.0",
"@effect/platform-node": "^0.55.0",
"@effect/platform": "^0.61.0",
"@effect/platform-node": "^0.56.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.14.11",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@types/node": "^22.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitest/coverage-v8": "^2.0.4",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"effect": "3.5.7",
"effect": "3.6.0",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-codegen": "0.28.0",
Expand All @@ -73,8 +73,8 @@
"dotenv": "^16.4.5"
},
"peerDependencies": {
"@effect/platform": "^0.60.0",
"effect": "^3.5.0"
"@effect/platform": "^0.61.0",
"effect": "^3.6.0"
},
"pnpm": {
"updateConfig": {
Expand Down
Loading

0 comments on commit aa9c30f

Please sign in to comment.