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

Commit

Permalink
update effect (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Dec 10, 2023
1 parent 234c3f7 commit 486dcdd
Show file tree
Hide file tree
Showing 5 changed files with 292 additions and 278 deletions.
5 changes: 5 additions & 0 deletions .changeset/violet-rings-hear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/cli": minor
---

update effect
36 changes: 18 additions & 18 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.33.0",
"@effect/printer": "^0.26.0",
"@effect/printer-ansi": "^0.27.0",
"@effect/schema": "^0.52.0",
"effect": "2.0.0-next.59"
"@effect/platform": "^0.34.0",
"@effect/printer": "^0.27.0",
"@effect/printer-ansi": "^0.28.0",
"@effect/schema": "^0.53.0",
"effect": "2.0.0-next.60"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
Expand All @@ -71,20 +71,20 @@
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@effect/build-utils": "^0.7.0",
"@effect/docgen": "^0.3.7",
"@effect/docgen": "^0.3.8",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "^0.0.21",
"@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",
"@effect/language-service": "^0.1.0",
"@effect/platform": "^0.34.0",
"@effect/platform-node": "^0.35.0",
"@effect/printer": "^0.27.0",
"@effect/printer-ansi": "^0.28.0",
"@effect/schema": "^0.53.0",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vitest/coverage-v8": "^1.0.1",
"@vitest/coverage-v8": "^1.0.4",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"effect": "2.0.0-next.59",
"effect": "2.0.0-next.60",
"error-stack-parser": "^2.1.4",
"eslint": "^8.55.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand All @@ -98,8 +98,8 @@
"rimraf": "^5.0.5",
"stackframe": "^1.3.4",
"tsx": "^4.6.2",
"typescript": "^5.3.2",
"vite": "^5.0.6",
"vitest": "^1.0.1"
"typescript": "^5.3.3",
"vite": "^5.0.7",
"vitest": "^1.0.4"
}
}
Loading

0 comments on commit 486dcdd

Please sign in to comment.