mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 20:55:19 +03:00
51 lines
1.6 KiB
Diff
51 lines
1.6 KiB
Diff
diff --git a/gsa/package.json b/gsa/package.json
|
|
index 50fa8b9..eee736b 100644
|
|
--- a/gsa/package.json
|
|
+++ b/gsa/package.json
|
|
@@ -82,7 +82,6 @@
|
|
"@testing-library/react": "^9.3.1",
|
|
"@types/jest": "^24.0.21",
|
|
"eslint-config-prettier": "^6.5.0",
|
|
- "husky": "^2.7.0",
|
|
"jest-junit": "^9.0.0",
|
|
"jest-styled-components": "^6.3.3",
|
|
"lint-staged": "^8.2.1",
|
|
@@ -103,11 +102,6 @@
|
|
"not ie < 11",
|
|
"not op_mini all"
|
|
],
|
|
- "husky": {
|
|
- "hooks": {
|
|
- "pre-commit": "lint-staged"
|
|
- }
|
|
- },
|
|
"lint-staged": {
|
|
"*.{js,json}": [
|
|
"prettier --write",
|
|
diff --git a/gsa/yarn.lock b/gsa/yarn.lock
|
|
index 0c8342a..b00afe9 100644
|
|
--- a/gsa/yarn.lock
|
|
+++ b/gsa/yarn.lock
|
|
@@ -6389,22 +6389,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@^2.7.0:
|
|
- version "2.7.0"
|
|
- resolved "https://registry.yarnpkg.com/husky/-/husky-2.7.0.tgz#c0a9a6a3b51146224e11bba0b46bba546e461d05"
|
|
- integrity sha512-LIi8zzT6PyFpcYKdvWRCn/8X+6SuG2TgYYMrM6ckEYhlp44UcEduVymZGIZNLiwOUjrEud+78w/AsAiqJA/kRg==
|
|
- dependencies:
|
|
- cosmiconfig "^5.2.0"
|
|
- execa "^1.0.0"
|
|
- find-up "^3.0.0"
|
|
- get-stdin "^7.0.0"
|
|
- is-ci "^2.0.0"
|
|
- pkg-dir "^4.1.0"
|
|
- please-upgrade-node "^3.1.1"
|
|
- read-pkg "^5.1.1"
|
|
- run-node "^1.0.0"
|
|
- slash "^3.0.0"
|
|
-
|
|
hyphenate-style-name@^1.0.2:
|
|
version "1.0.3"
|
|
resolved "https://registry.yarnpkg.com/hyphenate-style-name/-/hyphenate-style-name-1.0.3.tgz#097bb7fa0b8f1a9cf0bd5c734cf95899981a9b48"
|