Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
update /data and /io (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Jul 27, 2023
1 parent 49dff47 commit 77fffed
Show file tree
Hide file tree
Showing 3 changed files with 199 additions and 193 deletions.
5 changes: 5 additions & 0 deletions .changeset/violet-apes-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/schema": minor
---

update /data and /io
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
"global": []
},
"dependencies": {
"@effect/data": "^0.16.2",
"@effect/io": "^0.35.2",
"fast-check": "^3.11.0"
"@effect/data": "^0.17.0",
"@effect/io": "^0.36.0",
"fast-check": "^3.12.0"
},
"devDependencies": {
"@babel/cli": "^7.22.9",
Expand All @@ -80,10 +80,10 @@
"@types/chai": "^4.3.5",
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.4",
"@types/node": "^20.4.5",
"@types/rimraf": "4.0.5",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@vitest/coverage-v8": "^0.33.0",
"ajv": "^8.12.0",
"babel-plugin-annotate-pure-calls": "^0.4.0",
Expand All @@ -93,7 +93,7 @@
"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",
Expand All @@ -106,7 +106,7 @@
"tslint": "^6.1.3",
"typescript": "^5.1.6",
"ultra-runner": "^3.10.5",
"vite": "^4.4.6",
"vite": "^4.4.7",
"vitest": "0.33.0",
"zod": "^3.21.4"
}
Expand Down
Loading

0 comments on commit 77fffed

Please sign in to comment.