chore: update dependencies

This commit is contained in:
PalmDevs
2024-07-14 00:28:52 +07:00
parent 2f86586179
commit e7ddbe8abd
2 changed files with 13 additions and 8 deletions

BIN
bun.lockb

Binary file not shown.

View File

@@ -30,7 +30,7 @@
"packageManager": "bun@1.1.18",
"devDependencies": {
"@anolilab/multi-semantic-release": "^1.1.3",
"@biomejs/biome": "^1.8.2",
"@biomejs/biome": "^1.8.3",
"@codedependant/semantic-release-docker": "^5.0.3",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
@@ -38,17 +38,22 @@
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.1.0",
"@semantic-release/github": "^10.1.1",
"@tsconfig/strictest": "^2.0.5",
"@types/bun": "^1.1.5",
"concurrently": "^8.2.2",
"@types/bun": "^1.1.6",
"conventional-changelog-conventionalcommits": "^7.0.2",
"lefthook": "^1.6.18",
"lefthook": "^1.7.4",
"portainer-service-webhook": "https://github.com/newarifrh/portainer-service-webhook#v1",
"semantic-release": "^24.0.0",
"turbo": "2",
"typescript": "^5.5.2"
"turbo": "^2.0.9",
"typescript": "^5.5.3"
},
"trustedDependencies": ["@biomejs/biome", "esbuild", "lefthook"],
"trustedDependencies": [
"@biomejs/biome",
"@revanced/discord-bot",
"esbuild",
"lefthook"
],
"patchedDependencies": {
"@anolilab/multi-semantic-release@1.1.3": "patches/@anolilab%2Fmulti-semantic-release@1.1.3.patch"
}