style: enable no-extraneous-dependencies lint rule (#4575)

This commit is contained in:
LongYinan
2023-10-11 01:51:47 +08:00
committed by GitHub
parent c8d1de3a59
commit b1eb926b7b
25 changed files with 467 additions and 323 deletions
+8 -2
View File
@@ -24,20 +24,26 @@
"@toeverything/hooks": "workspace:*",
"@toeverything/y-indexeddb": "workspace:*",
"async-call-rpc": "^6.3.1",
"jotai": "^2.4.2",
"jotai": "^2.4.3",
"js-base64": "^3.7.5",
"ky": "^1.0.1",
"lib0": "^0.2.85",
"nanoid": "^5.0.1",
"next-auth": "^4.23.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"socket.io-client": "^4.7.2",
"swr": "2.2.0",
"valtio": "^1.11.2",
"y-protocols": "^1.0.6",
"yjs": "^13.6.8",
"zod": "^3.22.2"
"zod": "^3.22.4"
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@types/ws": "^8.5.5",
"fake-indexeddb": "^4.0.2",
"vitest": "0.34.6",
"ws": "^8.14.2"
},
"version": "0.9.0-canary.13"