Skip to content

Commit

Permalink
chore: update effect
Browse files Browse the repository at this point in the history
  • Loading branch information
sukovanej committed Apr 15, 2024
1 parent 26762ce commit 9d48b52
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 115 deletions.
5 changes: 5 additions & 0 deletions .changeset/red-wasps-end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"effect-log": patch
---

Update effect.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
"@effect/docgen": "^0.4.2",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "^0.1.0",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@vitest/coverage-v8": "^1.5.0",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"effect": "2.4.18",
"effect": "2.4.19",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-codegen": "0.28.0",
Expand All @@ -66,6 +66,6 @@
"vitest": "^1.5.0"
},
"peerDependencies": {
"effect": "^2.4.18"
"effect": "^2.4.19"
}
}
Loading

0 comments on commit 9d48b52

Please sign in to comment.