Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
leonitousconforti committed Aug 16, 2024
1 parent bc258ad commit 349e3f6
Show file tree
Hide file tree
Showing 2 changed files with 533 additions and 293 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,27 +54,27 @@
"@babel/plugin-transform-export-namespace-from": "7.24.7",
"@babel/plugin-transform-modules-commonjs": "7.24.8",
"@effect/build-utils": "0.7.7",
"@effect/cli": "0.40.2",
"@effect/cli": "0.41.0",
"@effect/docgen": "0.4.3",
"@effect/eslint-plugin": "0.2.0",
"@effect/experimental": "0.21.2",
"@effect/experimental": "0.23.1",
"@effect/language-service": "0.1.0",
"@effect/platform": "0.61.2",
"@effect/platform-node": "0.56.2",
"@effect/printer": "0.34.0",
"@effect/printer-ansi": "0.34.0",
"@effect/schema": "0.70.1",
"@effect/typeclass": "0.25.0",
"@effect/vitest": "0.8.0",
"@effect/platform": "0.62.0",
"@effect/platform-node": "0.57.0",
"@effect/printer": "0.34.4",
"@effect/printer-ansi": "0.34.4",
"@effect/schema": "0.71.0",
"@effect/typeclass": "0.25.4",
"@effect/vitest": "0.8.5",
"@rollup/wasm-node": "4.20.0",
"@types/ini": "4.1.1",
"@types/node": "22.1.0",
"@typescript-eslint/eslint-plugin": "8.0.0",
"@typescript-eslint/parser": "8.0.0",
"@typescript-eslint/utils": "8.0.0",
"@types/node": "22.3.0",
"@typescript-eslint/eslint-plugin": "8.1.0",
"@typescript-eslint/parser": "8.1.0",
"@typescript-eslint/utils": "8.1.0",
"@vitest/coverage-v8": "2.0.5",
"babel-plugin-annotate-pure-calls": "0.4.0",
"effect": "3.6.0",
"effect": "3.6.4",
"es-main": "1.3.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
Expand All @@ -84,25 +84,25 @@
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-sort-destructure-keys": "2.0.0",
"fast-check": "3.20.0",
"fast-check": "3.21.0",
"prettier": "3.3.3",
"prettier-plugin-jsdoc": "1.3.0",
"prettier-plugin-packagejson": "2.5.1",
"rimraf": "6.0.1",
"tsx": "4.16.5",
"tsx": "4.17.0",
"typescript": "5.5.4",
"vite": "5.3.5",
"vite": "5.4.1",
"vitest": "2.0.5",
"ws": "8.18.0"
},
"peerDependencies": {
"@effect/experimental": "0.21.2",
"@effect/platform": "0.61.2",
"@effect/platform-node": "0.56.2",
"@effect/schema": "0.70.1",
"effect": "3.6.0"
"@effect/experimental": "0.23.1",
"@effect/platform": "0.62.0",
"@effect/platform-node": "0.57.0",
"@effect/schema": "0.71.0",
"effect": "3.6.4"
},
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.7.1",
"engines": {
"node": ">=18.0.0"
},
Expand Down
Loading

0 comments on commit 349e3f6

Please sign in to comment.