Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
update effect (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Dec 21, 2023
1 parent 416f1cc commit 66fe7a0
Show file tree
Hide file tree
Showing 4 changed files with 244 additions and 230 deletions.
5 changes: 5 additions & 0 deletions .changeset/wet-pumpkins-admire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/cli": minor
---

update effect
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
"coverage": "vitest run --coverage"
},
"peerDependencies": {
"@effect/platform": "^0.38.0",
"@effect/printer": "^0.28.0",
"@effect/printer-ansi": "^0.29.0",
"@effect/schema": "^0.54.0",
"effect": "2.0.0-next.61"
"@effect/platform": "^0.39.0",
"@effect/printer": "^0.29.0",
"@effect/printer-ansi": "^0.30.0",
"@effect/schema": "^0.56.0",
"effect": "2.0.0-next.62"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
Expand All @@ -74,17 +74,17 @@
"@effect/docgen": "^0.3.8",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "^0.1.0",
"@effect/platform": "^0.38.0",
"@effect/platform-node": "^0.38.0",
"@effect/printer": "^0.28.0",
"@effect/printer-ansi": "^0.29.0",
"@effect/schema": "^0.54.0",
"@effect/platform": "^0.39.0",
"@effect/platform-node": "^0.39.0",
"@effect/printer": "^0.29.0",
"@effect/printer-ansi": "^0.30.0",
"@effect/schema": "^0.56.0",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitest/coverage-v8": "^1.0.4",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@vitest/coverage-v8": "^1.1.0",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"effect": "2.0.0-next.61",
"effect": "2.0.0-next.62",
"error-stack-parser": "^2.1.4",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand All @@ -97,9 +97,9 @@
"madge": "^6.1.0",
"rimraf": "^5.0.5",
"stackframe": "^1.3.4",
"tsx": "^4.6.2",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vitest": "^1.0.4"
"vitest": "^1.1.0"
}
}
Loading

0 comments on commit 66fe7a0

Please sign in to comment.