mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(package.json): unpin dependencies, fix script conflict
This commit is contained in:
+8
-5
@@ -71,8 +71,8 @@
|
|||||||
"electron:before:download-ipfs": "node electron/download-ipfs",
|
"electron:before:download-ipfs": "node electron/download-ipfs",
|
||||||
"electron:before:delete-data": "rimraf .plebbit",
|
"electron:before:delete-data": "rimraf .plebbit",
|
||||||
"android:build:icons": "cordova-res android --skip-config --copy --resources /tmp/plebbit-react-android-icons --icon-source ./android/icons/icon.png --splash-source ./android/icons/splash.png --icon-foreground-source ./android/icons/icon-foreground.png --icon-background-source '#ffffee'",
|
"android:build:icons": "cordova-res android --skip-config --copy --resources /tmp/plebbit-react-android-icons --icon-source ./android/icons/icon.png --splash-source ./android/icons/splash.png --icon-foreground-source ./android/icons/icon-foreground.png --icon-background-source '#ffffee'",
|
||||||
"lint": "oxlint --react-plugin {src,electron}/**/*.{js,ts,tsx}",
|
"lint": "oxlint --react-plugin src/**/*.{js,ts,tsx}",
|
||||||
"prettier": "oxfmt {src,electron}/**/*.{js,ts,tsx}",
|
"prettier": "oxfmt src/**/*.{js,ts,tsx} electron/**/*.{js,mjs}",
|
||||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
|
||||||
"android:build": "yarn build && npx cap sync android && npx cap run android",
|
"android:build": "yarn build && npx cap sync android && npx cap run android",
|
||||||
"i18n:update": "node scripts/update-translations.js",
|
"i18n:update": "node scripts/update-translations.js",
|
||||||
@@ -116,8 +116,8 @@
|
|||||||
"isomorphic-fetch": "3.0.0",
|
"isomorphic-fetch": "3.0.0",
|
||||||
"jsdom": "27.3.0",
|
"jsdom": "27.3.0",
|
||||||
"lint-staged": "12.3.8",
|
"lint-staged": "12.3.8",
|
||||||
"oxfmt": "^0.20.0",
|
"oxfmt": "0.20.0",
|
||||||
"oxlint": "^1.35.0",
|
"oxlint": "1.35.0",
|
||||||
"progress": "2.0.3",
|
"progress": "2.0.3",
|
||||||
"react-scan": "0.4.3",
|
"react-scan": "0.4.3",
|
||||||
"stream-browserify": "3.0.0",
|
"stream-browserify": "3.0.0",
|
||||||
@@ -170,7 +170,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"{src,electron}/**/*.{js,ts,tsx}": [
|
"src/**/*.{js,ts,tsx}": [
|
||||||
|
"oxfmt --write"
|
||||||
|
],
|
||||||
|
"electron/**/*.{js,mjs}": [
|
||||||
"oxfmt --write"
|
"oxfmt --write"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -12184,7 +12184,7 @@ ox@0.10.5:
|
|||||||
abitype "^1.2.3"
|
abitype "^1.2.3"
|
||||||
eventemitter3 "5.0.1"
|
eventemitter3 "5.0.1"
|
||||||
|
|
||||||
oxfmt@^0.20.0:
|
oxfmt@0.20.0:
|
||||||
version "0.20.0"
|
version "0.20.0"
|
||||||
resolved "https://registry.yarnpkg.com/oxfmt/-/oxfmt-0.20.0.tgz#0b8d467b4cc1972fda5cd33e15540cc98943759e"
|
resolved "https://registry.yarnpkg.com/oxfmt/-/oxfmt-0.20.0.tgz#0b8d467b4cc1972fda5cd33e15540cc98943759e"
|
||||||
integrity sha512-+7f8eV8iaK3tENN/FUVxZM1g78HjPehybN8/+/dvEA1O893Dcvk6O7/Q1wTQOHMD7wvdwWdujKl+Uo8QMiKDrQ==
|
integrity sha512-+7f8eV8iaK3tENN/FUVxZM1g78HjPehybN8/+/dvEA1O893Dcvk6O7/Q1wTQOHMD7wvdwWdujKl+Uo8QMiKDrQ==
|
||||||
@@ -12200,7 +12200,7 @@ oxfmt@^0.20.0:
|
|||||||
"@oxfmt/win32-arm64" "0.20.0"
|
"@oxfmt/win32-arm64" "0.20.0"
|
||||||
"@oxfmt/win32-x64" "0.20.0"
|
"@oxfmt/win32-x64" "0.20.0"
|
||||||
|
|
||||||
oxlint@^1.35.0:
|
oxlint@1.35.0:
|
||||||
version "1.35.0"
|
version "1.35.0"
|
||||||
resolved "https://registry.yarnpkg.com/oxlint/-/oxlint-1.35.0.tgz#04a653b70394a4cdea4401a379354e8688f7d281"
|
resolved "https://registry.yarnpkg.com/oxlint/-/oxlint-1.35.0.tgz#04a653b70394a4cdea4401a379354e8688f7d281"
|
||||||
integrity sha512-QDX1aUgaiqznkGfTM2qHwva2wtKqhVoqPSVXrnPz+yLUhlNadikD3QRuRtppHl7WGuy3wG6nKAuR8lash3aWSg==
|
integrity sha512-QDX1aUgaiqznkGfTM2qHwva2wtKqhVoqPSVXrnPz+yLUhlNadikD3QRuRtppHl7WGuy3wG6nKAuR8lash3aWSg==
|
||||||
|
|||||||
Reference in New Issue
Block a user