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

Commit

Permalink
update effect
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Dec 1, 2023
1 parent ec60806 commit 283bb6f
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 27 deletions.
6 changes: 6 additions & 0 deletions .changeset/odd-boats-sip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@effect/printer-ansi": patch
"@effect/printer": patch
---

update effect
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@effect/build-utils": "^0.5.0",
"@effect/build-utils": "^0.5.1",
"@effect/docgen": "^0.3.6",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "^0.0.21",
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 @@ -41,11 +41,11 @@
"@effect/printer": "workspace:^"
},
"devDependencies": {
"@effect/typeclass": "^0.17.0",
"effect": "2.0.0-next.57"
"@effect/typeclass": "^0.17.1",
"effect": "2.0.0-next.58"
},
"peerDependencies": {
"@effect/typeclass": "^0.17.0",
"effect": "2.0.0-next.57"
"@effect/typeclass": "^0.17.1",
"effect": "2.0.0-next.58"
}
}
8 changes: 4 additions & 4 deletions packages/printer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"build-annotate": "babel build --plugins annotate-pure-calls --out-dir build --source-maps"
},
"devDependencies": {
"@effect/typeclass": "^0.17.0",
"effect": "2.0.0-next.57"
"@effect/typeclass": "^0.17.1",
"effect": "2.0.0-next.58"
},
"peerDependencies": {
"@effect/typeclass": "^0.17.0",
"effect": "2.0.0-next.57"
"@effect/typeclass": "^0.17.1",
"effect": "2.0.0-next.58"
}
}
36 changes: 18 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 283bb6f

Please sign in to comment.