Skip to content

Commit 7ae7bdc

Browse files
committed
chore: update packages
1 parent 4888062 commit 7ae7bdc

File tree

3 files changed

+20
-12
lines changed

3 files changed

+20
-12
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ permissions:
1313
pull-requests: write
1414
id-token: write
1515

16+
env:
17+
POSTGRES_URL: postgres://postgres:postgres@localhost:5432/postgres
18+
NEXT_TELEMETRY_DISABLED: "1"
19+
1620
jobs:
1721
lint:
1822
uses: listee-dev/listee-ci/.github/workflows/lint.yml@main

bun.lock

Lines changed: 12 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"db:migrate": "drizzle-kit migrate --config drizzle.config.ts"
1313
},
1414
"dependencies": {
15-
"@listee/api": "link:@listee/api",
16-
"@listee/auth": "link:@listee/auth",
17-
"@listee/db": "link:@listee/db",
18-
"@listee/types": "link:@listee/types",
15+
"@listee/api": "0.2.3",
16+
"@listee/auth": "0.2.3",
17+
"@listee/db": "0.2.3",
18+
"@listee/types": "0.2.3",
1919
"react": "19.1.0",
2020
"react-dom": "19.1.0",
2121
"next": "15.5.4",

0 commit comments

Comments
 (0)