chore(package.json): upgrade bitsocial-react-hooks, stop yarn install from depending on kubo postinstall (#1090)

Removes the direct `kubo` install-time dependency and switches Electron dev to the repo-managed Kubo downloader in `electron/start-ipfs.js`. This keeps the hooks upgrade in place while avoiding the `dist.ipfs.tech` timeout during `yarn install`.
This commit is contained in:
Tommaso Casaburi
2026-03-16 19:20:59 +08:00
committed by GitHub
parent cdd87de446
commit 7bd51f00e1
5 changed files with 41 additions and 225 deletions
+1 -2
View File
@@ -7,7 +7,7 @@
"license": "GPL-2.0-only",
"private": true,
"dependencies": {
"@bitsocialnet/bitsocial-react-hooks": "https://github.com/bitsocialnet/bitsocial-react-hooks.git#8c0b3d6d51723a1bd2777ad0f04babbae64d678d",
"@bitsocialnet/bitsocial-react-hooks": "https://github.com/bitsocialnet/bitsocial-react-hooks.git#0a8008377ca2e745b861de0690c73c837b5d039d",
"@capacitor/app": "7.0.1",
"@capacitor/status-bar": "7.0.1",
"@capawesome/capacitor-android-edge-to-edge-support": "7.2.2",
@@ -29,7 +29,6 @@
"i18next-browser-languagedetector": "7.1.0",
"i18next-http-backend": "2.2.2",
"json-stringify-pretty-compact": "4.0.0",
"kubo": "0.39.0",
"lodash": "4.17.23",
"memoizee": "0.4.15",
"react": "19.1.2",