build: hard-pin dependency specs

This commit is contained in:
Peter Steinberger
2026-05-12 07:09:41 +01:00
parent 525e0267b1
commit f6d787cc5c
59 changed files with 455 additions and 333 deletions

View File

@@ -8,10 +8,10 @@
},
"type": "module",
"dependencies": {
"@twurple/api": "^8.1.4",
"@twurple/auth": "^8.1.4",
"@twurple/chat": "^8.1.4",
"zod": "^4.4.3"
"@twurple/api": "8.1.4",
"@twurple/auth": "8.1.4",
"@twurple/chat": "8.1.4",
"zod": "4.4.3"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*"