Skip to content

Commit

Permalink
fix(deps): update all patches (#49)
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 Nov 18, 2024
1 parent 683884c commit 04ed197
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 161 deletions.
16 changes: 8 additions & 8 deletions packages/typefusion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,26 +42,26 @@
"example-debug": "dotenv -- tsx src/cli.ts --log-level debug --ignore \"**/src/**\" ./test/examplejs"
},
"dependencies": {
"@effect/cli": "0.48.20",
"@effect/platform": "0.69.20",
"@effect/platform-node": "0.64.22",
"@effect/cli": "0.48.24",
"@effect/platform": "0.69.24",
"@effect/platform-node": "0.64.26",
"@effect/sql": "0.18.14",
"@effect/sql-clickhouse": "0.2.10",
"@effect/sql-mysql2": "0.18.10",
"@effect/sql-pg": "0.18.10",
"effect": "3.10.13",
"effect": "3.10.15",
"postgres": "3.4.5",
"skott": "0.35.3",
"tslib": "2.8.1"
},
"devDependencies": {
"@effect/vitest": "0.13.13",
"@vitest/coverage-v8": "2.1.4",
"@effect/vitest": "0.13.15",
"@vitest/coverage-v8": "2.1.5",
"dotenv-cli": "7.4.2",
"tsx": "4.19.2",
"type-fest": "4.26.1",
"vite": "5.4.10",
"vite": "5.4.11",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.4"
"vitest": "2.1.5"
}
}
Loading

0 comments on commit 04ed197

Please sign in to comment.