Skip to content

Commit

Permalink
chore: update effect
Browse files Browse the repository at this point in the history
  • Loading branch information
sukovanej committed Aug 30, 2024
1 parent 4c6b2ff commit 4d26550
Show file tree
Hide file tree
Showing 3 changed files with 959 additions and 558 deletions.
5 changes: 5 additions & 0 deletions .changeset/hip-peas-watch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"effect-log": minor
---

Update effect.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"docgen": "docgen"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/plugin-transform-export-namespace-from": "^7.24.7",
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
Expand All @@ -46,28 +46,28 @@
"@effect/docgen": "^0.4.3",
"@effect/eslint-plugin": "^0.2.0",
"@effect/language-service": "^0.1.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitest/coverage-v8": "^2.0.4",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"@vitest/coverage-v8": "^2.0.5",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"effect": "3.6.0",
"effect": "3.7.0",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-codegen": "0.28.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sort-destructure-keys": "^2.0.0",
"madge": "^7.0.0",
"madge": "^8.0.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"tsx": "^4.16.2",
"tsx": "^4.19.0",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vitest": "^2.0.4"
"vite": "^5.4.2",
"vitest": "^2.0.5"
},
"peerDependencies": {
"effect": "^3.6.0"
"effect": "^3.7.0"
},
"pnpm": {
"updateConfig": {
Expand Down
Loading

0 comments on commit 4d26550

Please sign in to comment.