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

View File

@@ -24,21 +24,21 @@
"@toeverything/hooks": "workspace:*",
"@toeverything/y-indexeddb": "workspace:*",
"async-call-rpc": "^6.3.1",
"jotai": "^2.4.1",
"jotai": "^2.4.2",
"js-base64": "^3.7.5",
"ky": "^1.0.1",
"lib0": "^0.2.83",
"lib0": "^0.2.85",
"react": "18.2.0",
"react-dom": "18.2.0",
"socket.io-client": "^4.7.2",
"swr": "2.2.0",
"y-protocols": "^1.0.5",
"y-protocols": "^1.0.6",
"yjs": "^13.6.8",
"zod": "^3.22.2"
},
"devDependencies": {
"@types/ws": "^8.5.5",
"ws": "^8.13.0"
"ws": "^8.14.2"
},
"version": "0.9.0-canary.13"
}