chore: update global dependencies

This commit is contained in:
PalmDevs
2024-01-14 21:48:24 +07:00
parent 7b00b5c2b8
commit 9f36fbab08
2 changed files with 16 additions and 10 deletions

BIN
bun.lockb

Binary file not shown.

View File

@@ -7,15 +7,17 @@
"url": "git+https://github.com/revanced/revanced-helper.git" "url": "git+https://github.com/revanced/revanced-helper.git"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "1.3.3", "@biomejs/biome": "1.5.1",
"@commitlint/cli": "^18.4.3", "@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.3", "@commitlint/config-conventional": "^18.4.4",
"@tsconfig/strictest": "^2.0.2", "@tsconfig/strictest": "^2.0.2",
"conventional-changelog-conventionalcommits": "^7.0.2", "conventional-changelog-conventionalcommits": "^7.0.2",
"lefthook": "^1.5.3", "lefthook": "^1.5.6",
"semantic-release": "^22.0.8", "semantic-release": "^23.0.0",
"turbo": "^1.10.16", "turbo": "^1.11.3",
"typescript": "^5.3.2" "typescript": "^5.3.3",
"@revanced/bot-shared": "workspace:*",
"@revanced/bot-api": "workspace:*"
}, },
"bugs": { "bugs": {
"url": "https://github.com/revanced/revanced-helper/issues" "url": "https://github.com/revanced/revanced-helper/issues"
@@ -35,15 +37,19 @@
"scripts": { "scripts": {
"build": "turbo run build", "build": "turbo run build",
"watch": "turbo run watch", "watch": "turbo run watch",
"format": "prettier --ignore-path .gitignore --write .", "format": "biome check --apply .",
"format:check": "prettier --ignore-path .gitignore --cache --check .", "format:check": "biome check .",
"lint": "eslint --ignore-path .gitignore --cache .", "lint": "eslint --ignore-path .gitignore --cache .",
"lint:apply": "eslint --ignore-path .gitignore --fix .", "lint:apply": "eslint --ignore-path .gitignore --fix .",
"commitlint": "commitlint --edit", "commitlint": "commitlint --edit",
"t": "turbo run", "t": "turbo run",
"prepare": "lefthook install" "prepare": "lefthook install"
}, },
"trustedDependencies": ["lefthook", "biome", "turbo"], "trustedDependencies": [
"lefthook",
"biome",
"turbo"
],
"workspaces": [ "workspaces": [
"apis/*", "apis/*",
"bots/*", "bots/*",