Skip to content

Commit

Permalink
chore: update effect
Browse files Browse the repository at this point in the history
  • Loading branch information
sukovanej committed Sep 16, 2024
1 parent 1d10477 commit d871bab
Show file tree
Hide file tree
Showing 3 changed files with 233 additions and 273 deletions.
5 changes: 5 additions & 0 deletions .changeset/orange-parents-walk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"effect-log": minor
---

Update effect to 3.8.0
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"@effect/language-service": "^0.1.0",
"@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 @@ -61,13 +61,13 @@
"madge": "^8.0.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"tsx": "^4.19.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"vite": "^5.4.3",
"vitest": "^2.0.5"
"vite": "^5.4.5",
"vitest": "^2.1.1"
},
"peerDependencies": {
"effect": "^3.7.0"
"effect": "^3.8.0"
},
"pnpm": {
"updateConfig": {
Expand Down
Loading

0 comments on commit d871bab

Please sign in to comment.