Skip to content

Commit

Permalink
Merge branch 'main' into type-safe-seed-template
Browse files Browse the repository at this point in the history
  • Loading branch information
igalklebanov authored Jul 14, 2024
2 parents bc37c92 + 230798d commit f22d4cd
Show file tree
Hide file tree
Showing 5 changed files with 150 additions and 204 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kysely-ctl",
"version": "0.8.10",
"version": "0.8.11",
"type": "module",
"bin": {
"kysely": "./dist/bin.js"
Expand Down Expand Up @@ -62,15 +62,15 @@
"@biomejs/biome": "1.8.3",
"@tsconfig/node20": "^20.1.4",
"@types/better-sqlite3": "^7.6.11",
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"better-sqlite3": "^11.1.2",
"kysely": "^0.27.3",
"kysely": "^0.27.4",
"kysely-postgres-js": "^2.0.0",
"postgres": "^3.4.4",
"tsup": "^8.1.0",
"type-fest": "^4.21.0",
"typescript": "^5.5.3",
"vitest": "^1.6.0"
"vitest": "^2.0.2"
},
"engines": {
"node": ">=18"
Expand Down
Loading

0 comments on commit f22d4cd

Please sign in to comment.