chore: add peer dep typescript
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
module.exports = {
|
export default {
|
||||||
allowedPostUpgradeCommands: ["bun .github/scripts/update-config.ts"],
|
allowedCommands: ["bun .github/scripts/update-config.ts"],
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -11,12 +11,15 @@
|
|||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/bun": "^1.2.10",
|
"@types/bun": "latest",
|
||||||
"@types/node": "^22.14.1"
|
"@types/node": "^22.14.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@runtipi/common": "^0.8.0",
|
"@runtipi/common": "^0.8.0",
|
||||||
"bun": "^1.2.10",
|
"bun": "^1.2.10",
|
||||||
"zod-validation-error": "^3.4.0"
|
"zod-validation-error": "^3.4.0"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"typescript": "^5.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user