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

Commit

Permalink
update effect (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Oct 18, 2023
1 parent 46dcfeb commit c02334c
Show file tree
Hide file tree
Showing 3 changed files with 313 additions and 199 deletions.
5 changes: 5 additions & 0 deletions .changeset/old-spies-sell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/schema": minor
---

update effect
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
},
"packageManager": "[email protected]",
"peerDependencies": {
"effect": "2.0.0-next.49",
"effect": "2.0.0-next.50",
"fast-check": "^3.13.1"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/preset-typescript": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@definitelytyped/dtslint": "^0.0.178",
Expand All @@ -73,18 +73,18 @@
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "^0.0.21",
"@preconstruct/cli": "^2.8.1",
"@types/benchmark": "^2.1.3",
"@types/chai": "^4.3.6",
"@types/benchmark": "^2.1.4",
"@types/chai": "^4.3.9",
"@types/glob": "^8.1.0",
"@types/node": "^20.8.2",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@types/node": "^20.8.7",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@vitest/coverage-v8": "^0.34.6",
"ajv": "^8.12.0",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"benchmark": "^2.1.4",
"effect": "2.0.0-next.49",
"eslint": "^8.50.0",
"effect": "2.0.0-next.50",
"eslint": "^8.51.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-codegen": "0.17.0",
"eslint-plugin-deprecation": "^2.0.0",
Expand All @@ -97,7 +97,7 @@
"ts-node": "^10.9.1",
"tslint": "^6.1.3",
"typescript": "^5.2.2",
"vite": "^4.4.10",
"vite": "^4.5.0",
"vitest": "0.34.6",
"zod": "^3.22.4"
},
Expand Down
Loading

0 comments on commit c02334c

Please sign in to comment.