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

Commit

Permalink
update effect (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Oct 25, 2023
1 parent 0be387a commit 6b9c6c1
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@
},
"packageManager": "[email protected]",
"peerDependencies": {
"@effect/printer": "^0.21.0",
"@effect/printer-ansi": "^0.21.0",
"@effect/schema": "^0.46.0",
"effect": "2.0.0-next.51"
"@effect/printer": "^0.21.1",
"@effect/printer-ansi": "^0.21.1",
"@effect/schema": "^0.46.1",
"effect": "2.0.0-next.52"
},
"devDependencies": {
"@babel/core": "^7.23.2",
Expand All @@ -73,9 +73,9 @@
"@effect/docgen": "^0.2.0",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "^0.0.21",
"@effect/printer": "^0.21.0",
"@effect/printer-ansi": "^0.21.0",
"@effect/schema": "^0.46.0",
"@effect/printer": "^0.21.1",
"@effect/printer-ansi": "^0.21.1",
"@effect/schema": "^0.46.1",
"@preconstruct/cli": "^2.8.1",
"@types/chai": "^4.3.9",
"@types/node": "^20.8.9",
Expand All @@ -84,7 +84,7 @@
"@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.51",
"effect": "2.0.0-next.52",
"error-stack-parser": "^2.1.4",
"eslint": "^8.52.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand Down
62 changes: 31 additions & 31 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6b9c6c1

Please sign in to comment.