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 4, 2024
1 parent 197ffde commit 6054d85
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 139 deletions.
5 changes: 5 additions & 0 deletions .changeset/violet-fireants-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"effect-log": patch
---

Update effect.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.3",
"@babel/core": "^7.24.4",
"@babel/plugin-transform-export-namespace-from": "^7.24.1",
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
"@changesets/cli": "^2.27.1",
Expand All @@ -49,7 +49,7 @@
"@typescript-eslint/parser": "^7.5.0",
"@vitest/coverage-v8": "^1.4.0",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"effect": "2.4.15",
"effect": "2.4.17",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-codegen": "0.28.0",
Expand All @@ -60,12 +60,12 @@
"madge": "^6.1.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"tsx": "^4.7.1",
"tsx": "^4.7.2",
"typescript": "^5.4.3",
"vite": "^5.2.7",
"vite": "^5.2.8",
"vitest": "^1.4.0"
},
"peerDependencies": {
"effect": "^2.4.15"
"effect": "^2.4.17"
}
}
Loading

0 comments on commit 6054d85

Please sign in to comment.