Skip to content

Commit 6d5d25c

Browse files
committed
update deps
1 parent ee6ea6e commit 6d5d25c

File tree

2 files changed

+158
-187
lines changed

2 files changed

+158
-187
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,33 +11,33 @@
1111
"build": "prisma generate && tsc"
1212
},
1313
"dependencies": {
14-
"@buf/meshtastic_api.bufbuild_es": "1.6.0-20240110092216-3a147af14302.1",
14+
"@buf/meshtastic_api.bufbuild_es": "1.7.1-20240110092216-3a147af14302.1",
1515
"@buf/meshtastic_api.connectrpc_es": "1.3.0-20240110092216-3a147af14302.1",
16-
"@bufbuild/protobuf": "^1.6.0",
16+
"@bufbuild/protobuf": "^1.7.1",
1717
"@connectrpc/connect": "^1.3.0",
1818
"@connectrpc/connect-express": "^1.3.0",
19-
"@meshtastic/js": "2.2.18-0",
19+
"@meshtastic/js": "2.2.19-0",
2020
"@octokit/auth-app": "^6.0.3",
21-
"@prisma/client": "5.8.0",
21+
"@prisma/client": "5.9.0",
2222
"@tinyhttp/app": "2.2.3",
2323
"@tinyhttp/cors": "^2.0.0",
2424
"@tinyhttp/dotenv": "^2.1.1",
2525
"@tinyhttp/favicon": "^3.0.0",
2626
"@tinyhttp/logger": "^2.0.0",
2727
"add": "^2.0.6",
28-
"mqtt": "^5.3.4",
28+
"mqtt": "^5.3.5",
2929
"octokit": "^3.1.2",
30-
"pnpm": "^8.14.0",
30+
"pnpm": "^8.15.1",
3131
"redis": "^4.6.12",
3232
"sub-events": "^1.9.0",
3333
"ts-pattern": "^5.0.6",
3434
"typescript": "^5.3.3"
3535
},
3636
"devDependencies": {
37-
"@biomejs/biome": "^1.5.0",
38-
"@buf/meshtastic_protobufs.bufbuild_es": "1.6.0-20240109215202-46228fafc58c.1",
39-
"@types/node": "^20.10.8",
40-
"prisma": "^5.8.0",
37+
"@biomejs/biome": "^1.5.3",
38+
"@buf/meshtastic_protobufs.bufbuild_es": "1.7.1-20240131194456-1cf305ba59b8.1",
39+
"@types/node": "^20.11.14",
40+
"prisma": "^5.9.0",
4141
"tsx": "^4.7.0"
4242
}
4343
}

0 commit comments

Comments
 (0)