Skip to content

Commit

Permalink
build: move DB migration dependencies out of devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider committed Mar 30, 2024
1 parent dd72366 commit e567f85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"type-check": "turbo run type-check"
},
"dependencies": {
"pg": "8.11.3"
"drizzle-kit": "0.20.14",
"envalid": "8.0.0",
"pg": "8.11.3",
"pino": "8.19.0",
"pino-pretty": "10.3.1"
},
"devDependencies": {
"@biomejs/biome": "1.6.3",
"@types/pg": "8.11.4",
"drizzle-kit": "0.20.14",
"envalid": "8.0.0",
"pino": "8.19.0",
"pino-pretty": "10.3.1",
"prettier": "3.2.5",
"prettier-plugin-packagejson": "2.4.12",
"prettier-plugin-tailwindcss": "0.5.13",
Expand Down

0 comments on commit e567f85

Please sign in to comment.