mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 18:25:41 +03:00
The build fails due to node-sass being outdated. Updating[0] node-sass to at least 4.12.0 will fix it. Also include a patch to remote husky as a dependency for the UI, which is just anoying because it adds hooks to our repo. [0]:https://github.com/sass/libsass/issues/2883
43 lines
1.5 KiB
Diff
43 lines
1.5 KiB
Diff
Husky is an npm package which will automatically, without confirmation,
|
|
git hooks into the 'current' repository. When building this package,
|
|
this repository will be aports, which is unwanted to put it mildly.
|
|
|
|
diff --git a/ui/package.json b/ui/package.json
|
|
index 0fcd03deae..6c7ae337bf 100644
|
|
--- a/ui/package.json
|
|
+++ b/ui/package.json
|
|
@@ -88,7 +94,6 @@
|
|
"faker": "^4.1.0",
|
|
"flat": "^4.0.0",
|
|
"fuse.js": "^3.4.4",
|
|
- "husky": "^1.3.1",
|
|
"is-ip": "^3.1.0",
|
|
"ivy-codemirror": "^2.1.0",
|
|
"lint-staged": "^8.1.5",
|
|
diff --git a/ui/yarn.lock b/ui/yarn.lock
|
|
index 8b5bbec3a6..7dc013d78e 100644
|
|
--- a/ui/yarn.lock
|
|
+++ b/ui/yarn.lock
|
|
@@ -6723,22 +6723,6 @@ https-browserify@^1.0.0:
|
|
resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73"
|
|
integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=
|
|
|
|
-husky@^1.3.1:
|
|
- version "1.3.1"
|
|
- resolved "https://registry.yarnpkg.com/husky/-/husky-1.3.1.tgz#26823e399300388ca2afff11cfa8a86b0033fae0"
|
|
- integrity sha512-86U6sVVVf4b5NYSZ0yvv88dRgBSSXXmHaiq5pP4KDj5JVzdwKgBjEtUPOm8hcoytezFwbU+7gotXNhpHdystlg==
|
|
- dependencies:
|
|
- cosmiconfig "^5.0.7"
|
|
- execa "^1.0.0"
|
|
- find-up "^3.0.0"
|
|
- get-stdin "^6.0.0"
|
|
- is-ci "^2.0.0"
|
|
- pkg-dir "^3.0.0"
|
|
- please-upgrade-node "^3.1.1"
|
|
- read-pkg "^4.0.1"
|
|
- run-node "^1.0.0"
|
|
- slash "^2.0.0"
|
|
-
|
|
iconv-lite@0.4.23:
|
|
version "0.4.23"
|
|
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.23.tgz#297871f63be507adcfbfca715d0cd0eed84e9a63"
|