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

Commit

Permalink
move /printer to peer deps and fix version (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Aug 4, 2023
1 parent b4aec27 commit 2ebdf8c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 18 deletions.
5 changes: 5 additions & 0 deletions .changeset/old-mayflies-burn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/cli": patch
---

move /printer to peer deps and fix version
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,11 @@
}
},
"packageManager": "pnpm@8.6.10",
"dependencies": {
"@effect/printer": "^0.13.0",
"@effect/printer-ansi": "^1.0.0"
},
"peerDependencies": {
"@effect/data": "^0.17.1",
"@effect/io": "^0.38.0"
"@effect/io": "^0.38.0",
"@effect/printer": "^0.13.0",
"@effect/printer-ansi": "^0.13.0"
},
"devDependencies": {
"@babel/cli": "^7.22.9",
Expand All @@ -77,6 +75,8 @@
"@effect/eslint-plugin": "^0.1.2",
"@effect/io": "^0.38.0",
"@effect/language-service": "^0.0.19",
"@effect/printer": "^0.13.0",
"@effect/printer-ansi": "^0.13.0",
"@types/chai": "^4.3.5",
"@types/node": "^20.4.7",
"@typescript-eslint/eslint-plugin": "^6.2.1",
Expand Down
26 changes: 13 additions & 13 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 2ebdf8c

Please sign in to comment.