chore: update deps

This commit is contained in:
PalmDevs
2024-03-28 21:36:56 +07:00
parent 58e23b221f
commit 3e5d8f8e7b
2 changed files with 11 additions and 10 deletions

BIN
bun.lockb

Binary file not shown.

View File

@@ -28,17 +28,18 @@
"ReVanced <nosupport@revanced.app> (https://github.com/revanced)"
],
"devDependencies": {
"@biomejs/biome": "^1.5.2",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@biomejs/biome": "^1.6.3",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@revanced/bot-api": "workspace:*",
"@revanced/bot-shared": "workspace:*",
"@tsconfig/strictest": "^2.0.2",
"@types/bun": "latest",
"@tsconfig/strictest": "^2.0.4",
"@types/bun": "^1.0.10",
"concurrently": "^8.2.2",
"conventional-changelog-conventionalcommits": "^7.0.2",
"lefthook": "^1.5.6",
"turbo": "^1.11.3",
"typescript": "^5.0.0"
}
}
"lefthook": "^1.6.7",
"turbo": "^1.13.0",
"typescript": "^5.4.3"
},
"trustedDependencies": ["@biomejs/biome", "tesseract.js"]
}