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

Commit

Permalink
update effect
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Oct 17, 2023
1 parent 1b285b8 commit a58f867
Show file tree
Hide file tree
Showing 3 changed files with 248 additions and 164 deletions.
5 changes: 5 additions & 0 deletions .changeset/perfect-eyes-pull.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/cli": minor
---

update effect
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,32 +59,32 @@
},
"packageManager": "[email protected]",
"peerDependencies": {
"@effect/printer": "^0.18.0",
"@effect/printer-ansi": "^0.18.0",
"@effect/schema": "^0.43.0",
"effect": "2.0.0-next.48"
"@effect/printer": "^0.19.0",
"@effect/printer-ansi": "^0.19.0",
"@effect/schema": "^0.44.0",
"effect": "2.0.0-next.49"
},
"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",
"@effect/build-utils": "^0.1.9",
"@effect/docgen": "^0.2.0",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "^0.0.21",
"@effect/printer": "^0.18.0",
"@effect/printer-ansi": "^0.18.0",
"@effect/schema": "^0.43.0",
"@effect/printer": "^0.19.0",
"@effect/printer-ansi": "^0.19.0",
"@effect/schema": "^0.44.0",
"@preconstruct/cli": "^2.8.1",
"@types/chai": "^4.3.7",
"@types/node": "^20.8.4",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@types/chai": "^4.3.8",
"@types/node": "^20.8.6",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@vitejs/plugin-react": "^4.1.0",
"@vitest/coverage-v8": "^0.34.6",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"effect": "2.0.0-next.48",
"effect": "2.0.0-next.49",
"error-stack-parser": "^2.1.4",
"eslint": "^8.51.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand Down
Loading

0 comments on commit a58f867

Please sign in to comment.