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 10, 2024
1 parent 173f7ef commit ba59f7f
Show file tree
Hide file tree
Showing 3 changed files with 280 additions and 523 deletions.
5 changes: 5 additions & 0 deletions .changeset/moody-bottles-teach.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"effect-log": patch
---

Update effect.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"bugs": {
"url": "https://github.com/sukovanej/effect-log/issues"
},
"packageManager": "pnpm@8.15.0",
"packageManager": "pnpm@8.15.6",
"publishConfig": {
"access": "public",
"directory": "dist"
Expand Down Expand Up @@ -42,30 +42,30 @@
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
"@changesets/cli": "^2.27.1",
"@effect/build-utils": "^0.7.6",
"@effect/docgen": "^0.4.0",
"@effect/docgen": "^0.4.1",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "^0.1.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@vitest/coverage-v8": "^1.4.0",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"effect": "2.4.17",
"effect": "2.4.18",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-codegen": "0.28.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"madge": "^6.1.0",
"madge": "^7.0.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"tsx": "^4.7.2",
"typescript": "^5.4.3",
"typescript": "^5.4.4",
"vite": "^5.2.8",
"vitest": "^1.4.0"
},
"peerDependencies": {
"effect": "^2.4.17"
"effect": "^2.4.18"
}
}
Loading

0 comments on commit ba59f7f

Please sign in to comment.