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

Commit

Permalink
update effect (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Dec 6, 2023
1 parent 77b31e8 commit 686ce6c
Show file tree
Hide file tree
Showing 13 changed files with 498 additions and 432 deletions.
5 changes: 5 additions & 0 deletions .changeset/long-falcons-eat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/cli": minor
---

update effect
38 changes: 19 additions & 19 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.32.1",
"@effect/printer": "^0.25.1",
"@effect/printer-ansi": "^0.26.1",
"@effect/schema": "^0.51.1",
"effect": "2.0.0-next.58"
"@effect/platform": "^0.33.0",
"@effect/printer": "^0.26.0",
"@effect/printer-ansi": "^0.27.0",
"@effect/schema": "^0.52.0",
"effect": "2.0.0-next.59"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
Expand All @@ -74,19 +74,19 @@
"@effect/docgen": "^0.3.6",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "^0.0.21",
"@effect/platform": "^0.32.1",
"@effect/platform-node": "^0.33.2",
"@effect/printer": "^0.25.1",
"@effect/printer-ansi": "^0.26.1",
"@effect/schema": "^0.51.1",
"@types/node": "^20.10.1",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitest/coverage-v8": "^0.34.6",
"@effect/platform": "^0.33.0",
"@effect/platform-node": "^0.34.0",
"@effect/printer": "^0.26.0",
"@effect/printer-ansi": "^0.27.0",
"@effect/schema": "^0.52.0",
"@types/node": "^20.10.3",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vitest/coverage-v8": "^1.0.1",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"effect": "2.0.0-next.58",
"effect": "2.0.0-next.59",
"error-stack-parser": "^2.1.4",
"eslint": "^8.54.0",
"eslint": "^8.55.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-codegen": "^0.21.0",
"eslint-plugin-deprecation": "^2.0.0",
Expand All @@ -97,9 +97,9 @@
"madge": "^6.1.0",
"rimraf": "^5.0.5",
"stackframe": "^1.3.4",
"tsx": "^4.6.1",
"tsx": "^4.6.2",
"typescript": "^5.3.2",
"vite": "^5.0.4",
"vitest": "^0.34.6"
"vite": "^5.0.5",
"vitest": "^1.0.1"
}
}
Loading

0 comments on commit 686ce6c

Please sign in to comment.