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

Commit

Permalink
Upgrade dependencies (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
IMax153 authored Apr 6, 2023
1 parent 9f56a27 commit 06267a8
Show file tree
Hide file tree
Showing 3 changed files with 262 additions and 166 deletions.
5 changes: 5 additions & 0 deletions .changeset/neat-lions-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/cli": patch
---

update dependencies
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
}
},
"dependencies": {
"@effect/data": "~0.10.2",
"@effect/io": "^0.17.0",
"@effect/printer": "^0.5.0",
"@effect/printer-ansi": "^0.5.0"
"@effect/data": "~0.11.4",
"@effect/io": "^0.19.1",
"@effect/printer": "^0.6.1",
"@effect/printer-ansi": "^0.6.1"
},
"devDependencies": {
"@babel/cli": "^7.21.0",
Expand All @@ -80,8 +80,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 @@ -90,9 +90,9 @@
"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",
Expand Down
Loading

0 comments on commit 06267a8

Please sign in to comment.