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

Commit

Permalink
update effect (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Nov 21, 2023
1 parent 249bab1 commit 0502e7e
Show file tree
Hide file tree
Showing 3 changed files with 282 additions and 284 deletions.
5 changes: 5 additions & 0 deletions .changeset/poor-books-crash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/cli": minor
---

update effect
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,34 +57,34 @@
"coverage": "vitest run --coverage"
},
"peerDependencies": {
"@effect/platform": "^0.30.6",
"@effect/printer": "^0.23.1",
"@effect/printer-ansi": "^0.23.1",
"@effect/schema": "^0.48.4",
"effect": "2.0.0-next.55"
"@effect/platform": "^0.31.0",
"@effect/printer": "^0.24.0",
"@effect/printer-ansi": "^0.24.0",
"@effect/schema": "^0.49.0",
"effect": "2.0.0-next.56"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.3",
"@babel/plugin-transform-export-namespace-from": "^7.23.3",
"@babel/plugin-transform-export-namespace-from": "^7.23.4",
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@effect/build-utils": "^0.5.0",
"@effect/docgen": "^0.3.4",
"@effect/docgen": "^0.3.5",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "^0.0.21",
"@effect/platform": "^0.30.6",
"@effect/platform-node": "^0.31.9",
"@effect/printer": "^0.23.1",
"@effect/printer-ansi": "^0.23.1",
"@effect/schema": "^0.48.4",
"@effect/platform": "^0.31.0",
"@effect/platform-node": "^0.32.0",
"@effect/printer": "^0.24.0",
"@effect/printer-ansi": "^0.24.0",
"@effect/schema": "^0.49.0",
"@types/node": "^20.9.2",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitest/coverage-v8": "^0.34.6",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"effect": "2.0.0-next.55",
"effect": "2.0.0-next.56",
"error-stack-parser": "^2.1.4",
"eslint": "^8.54.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand All @@ -93,12 +93,12 @@
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"fast-check": "^3.13.2",
"fast-check": "^3.14.0",
"madge": "^6.1.0",
"rimraf": "^5.0.5",
"stackframe": "^1.3.4",
"tsx": "^4.1.4",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"vite": "^5.0.0",
"vitest": "^0.34.6"
}
Expand Down
Loading

0 comments on commit 0502e7e

Please sign in to comment.