Skip to content

Commit a21bb3d

Browse files
committed
fix(internal): add postgres dependency
1 parent de133ef commit a21bb3d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

bun.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@
185185
"drizzle-orm": "0.45.1",
186186
"loops": "^5.0.1",
187187
"msw": "^2.12.1",
188+
"postgres": "3.4.7",
188189
"server-only": "0.0.1",
189190
},
190191
"devDependencies": {
@@ -3216,6 +3217,8 @@
32163217

32173218
"postcss-value-parser": ["[email protected]", "", {}, "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="],
32183219

3220+
"postgres": ["[email protected]", "", {}, "sha512-Jtc2612XINuBjIl/QTWsV5UvE8UHuNblcO3vVADSrKsrc6RqGX6lOW1cEo3CM2v0XG4Nat8nI+YM7/f26VxXLw=="],
3221+
32193222
"postgres-array": ["[email protected]", "", {}, "sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA=="],
32203223

32213224
"postgres-bytea": ["[email protected]", "", {}, "sha512-xy3pmLuQqRBZBXDULy7KbaitYqLcmxigw14Q5sj8QBVLqEwXfeybIKVWiqAXTlcvdvb0+xkOtDbfQMOf4lST1w=="],

packages/internal/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@
6161
"drizzle-kit": "0.31.8",
6262
"drizzle-orm": "0.45.1",
6363
"loops": "^5.0.1",
64-
"server-only": "0.0.1",
65-
"msw": "^2.12.1"
64+
"msw": "^2.12.1",
65+
"postgres": "3.4.7",
66+
"server-only": "0.0.1"
6667
},
6768
"devDependencies": {
6869
"@types/node": "22",

0 commit comments

Comments
 (0)