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

Commit

Permalink
chore: update /io and /data
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Apr 2, 2023
1 parent 5e2ed40 commit 69951d8
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"eslint": "^8.37.0",
"eslint-import-resolver-typescript": "^3.5.4",
"eslint-plugin-codegen": "0.17.0",
"eslint-plugin-deprecation": "^1.3.3",
"eslint-plugin-deprecation": "^1.4.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/printer-ansi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
}
},
"dependencies": {
"@effect/data": "^0.9.1",
"@effect/io": "^0.16.2",
"@effect/data": "^0.10.2",
"@effect/io": "^0.17.0",
"@effect/printer": "*"
},
"config": {
Expand Down
4 changes: 2 additions & 2 deletions packages/printer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
}
},
"dependencies": {
"@effect/data": "^0.9.1",
"@effect/io": "^0.16.2"
"@effect/data": "^0.10.2",
"@effect/io": "^0.17.0"
},
"config": {
"side": [],
Expand Down
42 changes: 21 additions & 21 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 69951d8

Please sign in to comment.