make pg a devdep

This commit is contained in:
2023-01-06 21:50:27 +02:00
parent 13462b5f8a
commit bcbc714f1e
2 changed files with 7 additions and 22 deletions

View File

@@ -20,6 +20,7 @@
"dayjs": "^1.11.7",
"discord-webhook-node": "^1.1.8",
"mdsvex": "^0.10.6",
"pg": "^8.8.0",
"prettier": "^2.8.1",
"prettier-plugin-svelte": "^2.9.0",
"sanitize-html": "^2.8.1",
@@ -40,7 +41,6 @@
"@auth/sveltekit": "^0.1.11",
"dotenv": "^16.0.3",
"joi": "^17.7.0",
"knex": "^2.3.0",
"pg": "^8.8.0"
"knex": "^2.4.0"
}
}