Skip to content

Commit c9209f7

Browse files
committed
more deps
1 parent 86230ca commit c9209f7

3 files changed

Lines changed: 21 additions & 17 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN npm i -g pnpm --force
1111

1212
COPY ./package.json /app/server/package.json
1313
COPY ./pnpm-lock.yaml /app/server/pnpm-lock.yaml
14+
COPY ./pnpm-workspace.yaml /app/server/pnpm-workspace.yaml
1415

1516
RUN cd /app/server && \
1617
pnpm install --frozen-lockfile

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.15.1",
2+
"version": "1.16.0",
33
"license": "UNLICENSED",
44
"scripts": {
55
"build": "rm -rf lib && esbuild `find src \\( -name '*.ts' -o -name '*.tsx' \\)` --platform='node' --sourcemap --ignore-annotations --format='cjs' --target='es2022' --outdir='lib' && esbuild src/index.ts --platform='node' --sourcemap --ignore-annotations --format='cjs' --target='es2022' --outdir='lib' --banner:js='require(\"module-alias\").addAlias(\"@\", __dirname);'",
@@ -17,15 +17,15 @@
1717
"axios": "^1.16.1",
1818
"discord-html-transcripts": "github:0x7d8/discord-html-transcripts#eb818bc",
1919
"discord.js": "^14.26.4",
20-
"drizzle-orm": "^0.42.0",
20+
"drizzle-orm": "^0.45.2",
2121
"ioredis": "^5.10.1",
2222
"module-alias": "^2.3.4",
2323
"node-cron": "^4.2.1",
2424
"pg": "^8.21.0",
2525
"proxmox-api": "^1.1.1",
2626
"rjweb-server": "^9.9.0",
2727
"tesseract.js": "^7.0.0",
28-
"undici": "6.21.3",
28+
"undici": "^6.25.0",
2929
"zod": "^4.4.3"
3030
},
3131
"devDependencies": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)