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

Commit

Permalink
update effect (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Oct 25, 2023
1 parent 5831574 commit 26f40c6
Show file tree
Hide file tree
Showing 5 changed files with 387 additions and 297 deletions.
6 changes: 6 additions & 0 deletions .changeset/twenty-ravens-repeat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@effect/printer-ansi": minor
"@effect/printer": minor
---

update effect
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@
"@effect/language-service": "0.0.21",
"@preconstruct/cli": "^2.8.1",
"@types/chai": "^4.3.9",
"@types/node": "^20.8.7",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@types/node": "^20.8.9",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/expect": "^0.34.6",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-codegen": "0.17.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"fast-check": "^3.13.1",
"fast-check": "^3.13.2",
"glob": "^10.3.10",
"madge": "^6.1.0",
"ts-node": "^10.9.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/printer-ansi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
"@effect/printer": "workspace:^"
},
"devDependencies": {
"@effect/typeclass": "^0.12.0",
"effect": "2.0.0-next.50"
"@effect/typeclass": "^0.13.0",
"effect": "2.0.0-next.51"
},
"peerDependencies": {
"@effect/typeclass": "^0.12.0",
"effect": "2.0.0-next.50"
"@effect/typeclass": "^0.13.0",
"effect": "2.0.0-next.51"
},
"files": [
"src",
Expand Down
8 changes: 4 additions & 4 deletions packages/printer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
"coverage": "vitest run --coverage"
},
"devDependencies": {
"@effect/typeclass": "^0.12.0",
"effect": "2.0.0-next.50"
"@effect/typeclass": "^0.13.0",
"effect": "2.0.0-next.51"
},
"peerDependencies": {
"@effect/typeclass": "^0.12.0",
"effect": "2.0.0-next.50"
"@effect/typeclass": "^0.13.0",
"effect": "2.0.0-next.51"
},
"files": [
"src",
Expand Down
Loading

0 comments on commit 26f40c6

Please sign in to comment.