Pull in kysely and pg deps

This commit is contained in:
2026-01-03 17:20:49 -06:00
parent e136c07928
commit 34ec5be7ec
2 changed files with 135 additions and 1 deletions

View File

@@ -18,9 +18,11 @@
"@types/nunjucks": "^3.2.6",
"@vercel/ncc": "^0.38.4",
"express": "^5.1.0",
"kysely": "^0.28.9",
"nodemon": "^3.1.11",
"nunjucks": "^3.2.4",
"path-to-regexp": "^8.3.0",
"pg": "^8.16.3",
"prettier": "^3.6.2",
"ts-luxon": "^6.2.0",
"ts-node": "^10.9.2",
@@ -46,6 +48,7 @@
},
"devDependencies": {
"@biomejs/biome": "2.3.10",
"@types/express": "^5.0.5"
"@types/express": "^5.0.5",
"@types/pg": "^8.16.0"
}
}