Skip to content

Commit

Permalink
fix(deps): update all patches (#87)
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 24, 2025
1 parent 5c18561 commit b88fceb
Show file tree
Hide file tree
Showing 4 changed files with 448 additions and 433 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Deploy docs to gh-pages
if: steps.changesets.outputs.published == 'true' || github.event.inputs.generate_docs == 'true'
uses: JamesIves/[email protected].2
uses: JamesIves/[email protected].3
with:
branch: gh-pages
folder: docs
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
}
},
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/changelog-github": "0.5.1",
"@changesets/cli": "2.27.12",
"@commitlint/cli": "19.7.1",
"@commitlint/config-conventional": "19.7.1",
"@eslint/compat": "1.2.6",
"@eslint/compat": "1.2.7",
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.20.0",
"@manypkg/cli": "0.23.0",
"@typescript-eslint/eslint-plugin": "8.24.0",
"@typescript-eslint/parser": "8.24.0",
"@typescript-eslint/eslint-plugin": "8.24.1",
"@typescript-eslint/parser": "8.24.1",
"commitizen": "4.3.1",
"cz-git": "1.11.0",
"eslint": "9.20.1",
Expand All @@ -40,11 +40,11 @@
"eslint-plugin-sort-keys": "2.3.5",
"eslint-plugin-typescript-sort-keys": "3.3.0",
"husky": "9.1.7",
"prettier": "3.5.1",
"prettier": "3.5.2",
"prettier-plugin-sort-json": "4.1.1",
"tsup": "8.3.6",
"turbo": "2.4.2",
"typedoc": "0.27.7",
"typedoc": "0.27.8",
"typedoc-github-theme": "0.2.1",
"typescript": "5.7.3"
},
Expand Down
24 changes: 12 additions & 12 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.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",
"@effect/cli": "0.56.2",
"@effect/platform": "0.77.2",
"@effect/platform-node": "0.73.2",
"@effect/sql": "0.30.2",
"@effect/sql-clickhouse": "0.15.2",
"@effect/sql-mysql2": "0.31.2",
"@effect/sql-pg": "0.31.2",
"effect": "3.13.2",
"postgres": "3.4.5",
"skott": "0.35.4",
"tslib": "2.8.1"
},
"devDependencies": {
"@effect/vitest": "0.18.1",
"@vitest/coverage-v8": "3.0.5",
"@vitest/coverage-v8": "3.0.6",
"dotenv-cli": "8.0.0",
"tsx": "4.19.2",
"tsx": "4.19.3",
"type-fest": "4.34.1",
"vite": "6.1.0",
"vite": "6.1.1",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.0.5"
"vitest": "3.0.6"
}
}
Loading

0 comments on commit b88fceb

Please sign in to comment.