mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-29 22:21:02 +00:00
chore: update global dependencies
This commit is contained in:
26
package.json
26
package.json
@@ -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/*",
|
||||||
|
|||||||
Reference in New Issue
Block a user