diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 91abe2c5..e14b9a16 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Release CI on: push: branches: - - master + - main - alpha - beta - rc diff --git a/package.json b/package.json index f9d33f4b..1e94cd5b 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,6 @@ "@vitest/coverage-v8": "latest", "commitlint": "^17", "commitlint-config-gitmoji": "^2", - "concurrently": "^7", "conventional-changelog-gitmoji-config": "^1", "cross-env": "^7", "dumi": "^2", @@ -75,8 +74,8 @@ "father": "^4", "husky": "^8", "jsdom": "^22", - "lint-staged": "^13", - "prettier": "^2", + "lint-staged": "^15", + "prettier": "^3", "prettier-plugin-organize-imports": "^3", "prettier-plugin-packagejson": "^2", "react": "^18",