diff --git a/bun.lockb b/bun.lockb index 2c1bfe8..a285984 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/config.js b/config.js index 11c50ca..f88f2b7 100644 --- a/config.js +++ b/config.js @@ -1,3 +1,3 @@ -module.exports = { - allowedPostUpgradeCommands: ["bun .github/scripts/update-config.ts"], +export default { + allowedCommands: ["bun .github/scripts/update-config.ts"], }; diff --git a/package.json b/package.json index b0e7907..925fe34 100644 --- a/package.json +++ b/package.json @@ -11,12 +11,15 @@ "author": "", "license": "ISC", "devDependencies": { - "@types/bun": "^1.2.10", + "@types/bun": "latest", "@types/node": "^22.14.1" }, "dependencies": { "@runtipi/common": "^0.8.0", "bun": "^1.2.10", "zod-validation-error": "^3.4.0" + }, + "peerDependencies": { + "typescript": "^5.0.0" } }