Skip to content

Commit

Permalink
chore: update effect
Browse files Browse the repository at this point in the history
  • Loading branch information
sukovanej committed Oct 26, 2024
1 parent 9e59ac2 commit 80e0277
Show file tree
Hide file tree
Showing 3 changed files with 297 additions and 332 deletions.
5 changes: 5 additions & 0 deletions .changeset/clean-carrots-sparkle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"effect-log": minor
---

Update effect.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,21 @@
"docgen": "docgen"
},
"devDependencies": {
"@babel/cli": "^7.25.7",
"@babel/core": "^7.25.8",
"@babel/plugin-transform-export-namespace-from": "^7.25.8",
"@babel/plugin-transform-modules-commonjs": "^7.25.7",
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"@babel/plugin-transform-export-namespace-from": "^7.25.9",
"@babel/plugin-transform-modules-commonjs": "^7.25.9",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@effect/build-utils": "^0.7.8",
"@effect/docgen": "^0.4.5",
"@effect/eslint-plugin": "^0.2.0",
"@effect/language-service": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@vitest/coverage-v8": "^2.1.3",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"effect": "3.9.2",
"effect": "3.10.4",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-codegen": "0.29.0",
Expand All @@ -63,11 +63,11 @@
"rimraf": "^6.0.1",
"tsx": "^4.19.1",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite": "^5.4.10",
"vitest": "^2.1.3"
},
"peerDependencies": {
"effect": "^3.9.0"
"effect": "^3.10.4"
},
"pnpm": {
"updateConfig": {
Expand Down
Loading

0 comments on commit 80e0277

Please sign in to comment.