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 efbc8d1 commit f1d94d1
Show file tree
Hide file tree
Showing 3 changed files with 321 additions and 339 deletions.
5 changes: 5 additions & 0 deletions .changeset/rotten-goats-work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"effect-log": patch
---

Update effect.
12 changes: 6 additions & 6 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,11 +46,11 @@
"@effect/docgen": "^0.4.3",
"@effect/eslint-plugin": "^0.2.0",
"@effect/language-service": "^0.1.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.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 @@ -63,11 +63,11 @@
"rimraf": "^6.0.1",
"tsx": "^4.16.2",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vite": "^5.3.5",
"vitest": "^2.0.4"
},
"peerDependencies": {
"effect": "^3.5.0"
"effect": "^3.6.0"
},
"pnpm": {
"updateConfig": {
Expand Down
Loading

0 comments on commit f1d94d1

Please sign in to comment.