Skip to content

Commit

Permalink
fix(deps): update effect (#83)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 17, 2025
1 parent 56d2063 commit e0c876a
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 97 deletions.
16 changes: 8 additions & 8 deletions packages/typefusion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@
"example-debug": "dotenv -- tsx src/cli.ts --log-level debug --ignore \"**/src/**\" ./test/examplejs"
},
"dependencies": {
"@effect/cli": "0.55.0",
"@effect/platform": "0.76.0",
"@effect/platform-node": "0.72.0",
"@effect/sql": "0.29.0",
"@effect/sql-clickhouse": "0.14.0",
"@effect/sql-mysql2": "0.30.0",
"@effect/sql-pg": "0.30.0",
"@effect/cli": "0.56.1",
"@effect/platform": "0.77.1",
"@effect/platform-node": "0.73.1",
"@effect/sql": "0.30.1",
"@effect/sql-clickhouse": "0.15.1",
"@effect/sql-mysql2": "0.31.1",
"@effect/sql-pg": "0.31.1",
"effect": "3.13.1",
"postgres": "3.4.5",
"skott": "0.35.4",
"tslib": "2.8.1"
},
"devDependencies": {
"@effect/vitest": "0.17.7",
"@effect/vitest": "0.18.1",
"@vitest/coverage-v8": "3.0.5",
"dotenv-cli": "8.0.0",
"tsx": "4.19.2",
Expand Down
Loading

0 comments on commit e0c876a

Please sign in to comment.