aboutsummaryrefslogtreecommitdiffstats
path: root/community/gsa/remove-husky-git-hook.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/gsa/remove-husky-git-hook.patch')
-rw-r--r--community/gsa/remove-husky-git-hook.patch22
1 files changed, 14 insertions, 8 deletions
diff --git a/community/gsa/remove-husky-git-hook.patch b/community/gsa/remove-husky-git-hook.patch
index 45530baa085..cb009152122 100644
--- a/community/gsa/remove-husky-git-hook.patch
+++ b/community/gsa/remove-husky-git-hook.patch
@@ -1,16 +1,16 @@
diff --git a/package.json b/package.json
-index 8e82ae4..56073f2 100644
+index 3eca670..5866073 100644
--- a/package.json
+++ b/package.json
-@@ -87,7 +87,6 @@
- "@types/jest": "^26.0.23",
- "babel-plugin-i18next-extract": "^0.8.3",
- "eslint-config-prettier": "^8.3.0",
+@@ -86,7 +86,6 @@
+ "@types/jest": "^29.5.4",
+ "babel-plugin-i18next-extract": "^0.9.0",
+ "eslint-config-prettier": "^9.0.0",
- "husky": "^2.7.0",
- "jest-environment-jsdom-sixteen": "^2.0.0",
- "jest-junit": "^12.0.0",
+ "jest-environment-jsdom": "^29.7.0",
+ "jest-junit": "^16.0.0",
"jest-styled-components": "^6.3.4",
-@@ -113,11 +112,6 @@
+@@ -115,15 +114,10 @@
"not op_mini all",
"ff ESR"
],
@@ -22,3 +22,9 @@ index 8e82ae4..56073f2 100644
"lint-staged": {
"*.{js,json}": [
"prettier --write",
+ "git add"
+ ]
+ }
+-}
+\ No newline at end of file
++}