ci: speedup ci by reduce installation packages in certain job (#4457)

This commit is contained in:
LongYinan
2023-09-29 11:02:26 +08:00
committed by GitHub
parent b012e615ba
commit dd94ea5b45
84 changed files with 2954 additions and 2271 deletions
+19 -16
View File
@@ -66,28 +66,28 @@
"@affine/plugin-cli": "workspace:*",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@faker-js/faker": "^8.0.2",
"@faker-js/faker": "^8.1.0",
"@istanbuljs/schema": "^0.1.3",
"@magic-works/i18n-codegen": "^0.5.0",
"@nx/vite": "16.8.1",
"@nx/vite": "16.9.0",
"@perfsee/sdk": "^1.9.0",
"@playwright/test": "^1.37.1",
"@playwright/test": "^1.38.1",
"@taplo/cli": "^0.5.2",
"@testing-library/react": "^14.0.0",
"@toeverything/infra": "workspace:*",
"@types/affine__env": "workspace:*",
"@types/eslint": "^8.44.2",
"@types/node": "^18.17.12",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@types/node": "^18.17.18",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@vanilla-extract/vite-plugin": "^3.9.0",
"@vanilla-extract/webpack-plugin": "^2.3.0",
"@vanilla-extract/webpack-plugin": "^2.3.1",
"@vitejs/plugin-react-swc": "^3.3.2",
"@vitest/coverage-istanbul": "0.33.0",
"@vitest/ui": "0.33.0",
"eslint": "^8.48.0",
"@vitest/coverage-istanbul": "0.34.5",
"@vitest/ui": "0.34.5",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-i": "^2.28.0",
"eslint-plugin-i": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
@@ -101,21 +101,22 @@
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"madge": "^6.1.0",
"msw": "^1.2.5",
"msw": "^1.3.1",
"nanoid": "^4.0.2",
"nx": "16.8.1",
"nx-cloud": "latest",
"nx": "^16.9.0",
"nx-cloud": "^16.4.0",
"nyc": "^15.1.0",
"prettier": "^3.0.3",
"semver": "^7.5.4",
"serve": "^14.2.1",
"string-width": "^5.1.2",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-istanbul": "^5.0.0",
"vite-plugin-static-copy": "^0.17.0",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "0.33.0",
"vitest": "0.34.5",
"vitest-fetch-mock": "^0.2.2",
"vitest-mock-extended": "^1.2.1"
},
@@ -175,6 +176,8 @@
"typed-array-length": "npm:@nolyfill/typed-array-length@latest",
"unbox-primitive": "npm:@nolyfill/unbox-primitive@latest",
"which-boxed-primitive": "npm:@nolyfill/which-boxed-primitive@latest",
"which-typed-array": "npm:@nolyfill/which-typed-array@latest"
"which-typed-array": "npm:@nolyfill/which-typed-array@latest",
"next-auth@^4.23.1": "patch:next-auth@npm%3A4.23.1#./.yarn/patches/next-auth-npm-4.23.1-6ed6a0f727.patch",
"next-auth@4.23.1": "patch:next-auth@npm%3A4.23.1#./.yarn/patches/next-auth-npm-4.23.1-6ed6a0f727.patch"
}
}