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

Commit

Permalink
update /data and /io (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Jul 27, 2023
1 parent eea371f commit 38ee0d1
Show file tree
Hide file tree
Showing 5 changed files with 280 additions and 192 deletions.
6 changes: 6 additions & 0 deletions .changeset/two-adults-attack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@effect/printer-ansi": minor
"@effect/printer": minor
---

update /data and /io
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"@repo-tooling/eslint-plugin-dprint": "^0.0.4",
"@rollup/pluginutils": "^5.0.2",
"@types/chai": "^4.3.5",
"@types/node": "^20.4.4",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@types/node": "^20.4.5",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@vitejs/plugin-react": "^4.0.3",
"@vitest/coverage-v8": "^0.33.0",
"@vitest/expect": "^0.33.0",
Expand All @@ -49,17 +49,17 @@
"eslint": "^8.45.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-codegen": "0.17.0",
"eslint-plugin-deprecation": "^1.4.1",
"eslint-plugin-deprecation": "^1.5.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"fast-check": "^3.11.0",
"fast-check": "^3.12.0",
"madge": "^6.1.0",
"rimraf": "^5.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"ultra-runner": "^3.10.5",
"vite": "^4.4.6",
"vite": "^4.4.7",
"vitest": "0.33.0"
}
}
4 changes: 2 additions & 2 deletions packages/printer-ansi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
}
},
"dependencies": {
"@effect/data": "~0.16.1",
"@effect/io": "~0.35.2",
"@effect/data": "~0.17.0",
"@effect/io": "~0.36.0",
"@effect/printer": "workspace:^",
"@effect/typeclass": "~0.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/printer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
}
},
"dependencies": {
"@effect/data": "~0.16.1",
"@effect/io": "~0.35.2",
"@effect/data": "~0.17.0",
"@effect/io": "~0.36.0",
"@effect/typeclass": "~0.2.0"
},
"config": {
Expand Down
Loading

0 comments on commit 38ee0d1

Please sign in to comment.