Skip to content

Commit

Permalink
Update Effect (#261)
Browse files Browse the repository at this point in the history
* Update Effect

* fix type errors

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Leo Conforti <[email protected]>
  • Loading branch information
renovate[bot] and leonitousconforti authored Sep 17, 2024
1 parent a5a34e2 commit 76c9b1b
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 121 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,26 +54,26 @@
"@babel/plugin-transform-export-namespace-from": "7.24.7",
"@babel/plugin-transform-modules-commonjs": "7.24.8",
"@effect/build-utils": "0.7.8",
"@effect/cli": "0.43.3",
"@effect/cli": "0.44.1",
"@effect/docgen": "0.4.4",
"@effect/eslint-plugin": "0.2.0",
"@effect/experimental": "0.25.2",
"@effect/experimental": "0.26.1",
"@effect/language-service": "0.1.0",
"@effect/platform": "0.64.1",
"@effect/platform-node": "0.59.1",
"@effect/printer": "0.35.3",
"@effect/printer-ansi": "0.35.3",
"@effect/schema": "0.72.4",
"@effect/typeclass": "0.26.3",
"@effect/vitest": "0.9.3",
"@effect/platform": "0.65.1",
"@effect/platform-node": "0.60.1",
"@effect/printer": "0.36.0",
"@effect/printer-ansi": "0.36.0",
"@effect/schema": "0.73.0",
"@effect/typeclass": "0.27.0",
"@effect/vitest": "0.10.0",
"@types/ini": "4.1.1",
"@types/node": "22.5.5",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"@typescript-eslint/utils": "8.6.0",
"@vitest/coverage-v8": "2.1.1",
"babel-plugin-annotate-pure-calls": "0.4.0",
"effect": "3.7.3",
"effect": "3.8.0",
"es-main": "1.3.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
Expand All @@ -95,11 +95,11 @@
"ws": "8.18.0"
},
"peerDependencies": {
"@effect/experimental": "0.25.2",
"@effect/platform": "0.64.1",
"@effect/platform-node": "0.59.1",
"@effect/schema": "0.72.4",
"effect": "3.7.3"
"@effect/experimental": "0.26.1",
"@effect/platform": "0.65.1",
"@effect/platform-node": "0.60.1",
"@effect/schema": "0.73.0",
"effect": "3.8.0"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
198 changes: 99 additions & 99 deletions pnpm-lock.yaml

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

Loading

0 comments on commit 76c9b1b

Please sign in to comment.