mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(android): release build fails due to tar v7 incompatibility with Capacitor CLI
This commit is contained in:
+3
-4
@@ -90,9 +90,9 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@capacitor/android": "7.4.4",
|
||||
"@capacitor/cli": "7.4.4",
|
||||
"@capacitor/core": "7.4.4",
|
||||
"@capacitor/android": "7.4.5",
|
||||
"@capacitor/cli": "7.4.5",
|
||||
"@capacitor/core": "7.4.5",
|
||||
"@electron/rebuild": "4.0.0",
|
||||
"@react-scan/vite-plugin-react-scan": "0.1.8",
|
||||
"@types/memoizee": "0.4.9",
|
||||
@@ -142,7 +142,6 @@
|
||||
"cacache": "19.0.1",
|
||||
"preact": "10.27.3",
|
||||
"@remix-run/router": "1.23.2",
|
||||
"tar": "^7.5.3",
|
||||
"undici": "^7.18.2",
|
||||
"diff": "^8.0.3"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user