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

Commit

Permalink
update dependencies (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Jul 27, 2023
1 parent ab46d3e commit dca0f8f
Show file tree
Hide file tree
Showing 3 changed files with 155 additions and 188 deletions.
5 changes: 5 additions & 0 deletions .changeset/pretty-geckos-teach.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/cli": minor
---

update dependencies
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
}
},
"dependencies": {
"@effect/data": "~0.16.2",
"@effect/io": "^0.35.2",
"@effect/printer": "^0.10.0",
"@effect/printer-ansi": "^0.10.0"
"@effect/data": "~0.17.0",
"@effect/io": "^0.36.0",
"@effect/printer": "^0.11.0",
"@effect/printer-ansi": "^0.11.0"
},
"devDependencies": {
"@babel/cli": "^7.22.9",
Expand All @@ -74,9 +74,9 @@
"@effect/language-service": "^0.0.19",
"@repo-tooling/eslint-plugin-dprint": "^0.0.4",
"@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",
"babel-plugin-annotate-pure-calls": "^0.4.0",
Expand All @@ -85,11 +85,11 @@
"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",
"stackframe": "^1.3.4",
Expand Down
Loading

0 comments on commit dca0f8f

Please sign in to comment.