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

Commit

Permalink
chore: update dependencies (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Apr 6, 2023
1 parent 9b71e16 commit 3d2e90a
Show file tree
Hide file tree
Showing 5 changed files with 176 additions and 92 deletions.
6 changes: 6 additions & 0 deletions .changeset/short-donkeys-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@effect/printer-ansi": minor
"@effect/printer": minor
---

update dependencies
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"@types/prettier": "2.7.2",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react": "^3.1.0",
"@vitest/coverage-c8": "^0.29.8",
"babel-plugin-annotate-pure-calls": "^0.4.0",
Expand All @@ -52,14 +52,14 @@
"docs-ts": "0.6.10",
"error-stack-parser": "^2.1.4",
"eslint": "^8.37.0",
"eslint-import-resolver-typescript": "^3.5.4",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-codegen": "0.17.0",
"eslint-plugin-deprecation": "^1.4.0",
"eslint-plugin-deprecation": "^1.4.1",
"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.8.0",
"glob": "^9.3.2",
"glob": "^9.3.4",
"madge": "^6.0.0",
"picocolors": "^1.0.0",
"prettier": "^2.8.7",
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.10.2",
"@effect/io": "^0.17.0",
"@effect/data": "^0.11.1",
"@effect/io": "^0.19.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.10.2",
"@effect/io": "^0.17.0"
"@effect/data": "^0.11.1",
"@effect/io": "^0.19.0"
},
"config": {
"side": [],
Expand Down
Loading

0 comments on commit 3d2e90a

Please sign in to comment.