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

Commit

Permalink
update effect (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Nov 15, 2023
1 parent 1ea6085 commit 10eceaa
Show file tree
Hide file tree
Showing 3 changed files with 295 additions and 528 deletions.
5 changes: 5 additions & 0 deletions .changeset/fair-moles-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/cli": minor
---

update effect
32 changes: 16 additions & 16 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.27.3",
"@effect/printer": "^0.22.1",
"@effect/printer-ansi": "^0.22.1",
"@effect/schema": "^0.47.3",
"effect": "2.0.0-next.54"
"@effect/platform": "^0.30.0",
"@effect/printer": "^0.23.0",
"@effect/printer-ansi": "^0.23.0",
"@effect/schema": "^0.48.0",
"effect": "2.0.0-next.55"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.3",
"@babel/plugin-transform-export-namespace-from": "^7.22.11",
"@babel/plugin-transform-export-namespace-from": "^7.23.3",
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@effect/build-utils": "^0.4.1",
"@effect/docgen": "^0.3.2",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "^0.0.21",
"@effect/platform": "^0.28.0",
"@effect/platform-node": "^0.29.0",
"@effect/printer": "^0.22.1",
"@effect/printer-ansi": "^0.22.1",
"@effect/schema": "^0.47.3",
"@effect/platform": "^0.30.0",
"@effect/platform-node": "^0.31.0",
"@effect/printer": "^0.23.1",
"@effect/printer-ansi": "^0.23.1",
"@effect/schema": "^0.48.0",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@vitest/coverage-v8": "^0.34.6",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"effect": "2.0.0-next.54",
"effect": "2.0.0-next.55",
"error-stack-parser": "^2.1.4",
"eslint": "^8.53.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand All @@ -95,9 +95,9 @@
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"fast-check": "^3.13.2",
"madge": "^6.1.0",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"stackframe": "^1.3.4",
"tsx": "^4.1.0",
"tsx": "^4.1.2",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vitest": "^0.34.6"
Expand Down
Loading

0 comments on commit 10eceaa

Please sign in to comment.