Skip to content

Commit

Permalink
chore: update effect
Browse files Browse the repository at this point in the history
  • Loading branch information
sukovanej committed Jun 21, 2024
1 parent 5d4e3ca commit 51c6e0c
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 146 deletions.
5 changes: 5 additions & 0 deletions .changeset/hip-phones-do.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"effect-log": patch
---

Update effect to 3.4.0.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
"@effect/docgen": "^0.4.3",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "^0.1.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitest/coverage-v8": "^1.6.0",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"effect": "3.3.3",
"effect": "3.4.0",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-codegen": "0.28.0",
Expand All @@ -61,13 +61,13 @@
"madge": "^7.0.0",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"tsx": "^4.15.5",
"typescript": "^5.4.5",
"tsx": "^4.15.7",
"typescript": "^5.5.2",
"vite": "^5.3.1",
"vitest": "^1.6.0"
},
"peerDependencies": {
"effect": "^3.3.0"
"effect": "^3.4.0"
},
"pnpm": {
"updateConfig": {
Expand Down
Loading

0 comments on commit 51c6e0c

Please sign in to comment.