aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-03-07 03:55:05 +0300
committerGravatar GitHub <[email protected]>2021-03-07 03:55:05 +0300
commit691457cfd9231c8420e6a5f3cc541d694f0d3816 (patch)
tree1501c993f5a07547ce1b28ba933f973011445ac4
parentMerge pull request #171 from python-discord/dependabot/npm_and_yarn/copy-webp... (diff)
parentRemoves Pre Commit Step (diff)
Merge pull request #172 from python-discord/dependabot/npm_and_yarn/husky-5.1.3
Bump husky from 4.3.8 to 5.1.3
-rw-r--r--.config/husky/.gitignore2
-rw-r--r--README.md1
-rw-r--r--package.json4
-rw-r--r--yarn.lock8
4 files changed, 7 insertions, 8 deletions
diff --git a/.config/husky/.gitignore b/.config/husky/.gitignore
index c9cdc63..31354ec 100644
--- a/.config/husky/.gitignore
+++ b/.config/husky/.gitignore
@@ -1 +1 @@
-_ \ No newline at end of file
+_
diff --git a/README.md b/README.md
index 0f42f95..8094419 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,6 @@ and [webpack](https://webpack.js.org/) for building and development.
A full setup guide is available on [Notion](https://www.notion.so/pythondiscord/Forms-6312360495ff45f487da5b1924184a2d),
along with a troubleshooting guide.<br/>
-Run `yarn install --dev` and `yarn run pre-commit` to setup your dev environment.
## React & Dependency Info
### Project Info
diff --git a/package.json b/package.json
index ece5a2d..b3209ed 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
"build": "webpack",
"test": "jest",
"lint": "eslint --cache src/",
- "pre-commit": "husky install .config/husky"
+ "prepare": "husky install .config/husky"
},
"eslintConfig": {
"extends": "react-app"
@@ -70,7 +70,7 @@
"dotenv": "8.2.0",
"eslint": "7.21.0",
"eslint-plugin-react": "7.22.0",
- "husky": "5.0.9",
+ "husky": "5.1.3",
"jest": "26.6.3",
"jest-environment-jsdom-fourteen": "1.0.1",
"jest-resolve": "26.6.2",
diff --git a/yarn.lock b/yarn.lock
index 57029c6..a390631 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4928,10 +4928,10 @@ human-signals@^2.1.0:
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
- version "5.0.9"
- resolved "https://registry.yarnpkg.com/husky/-/husky-5.0.9.tgz#6d38706643d66ed395bcd4ee952d02e3f15eb3a3"
- integrity sha512-0SjcaY21a+IRdx7p7r/X33Vc09UR2m8SbP8yfkhUX2/jAmwcz+GR7i9jXkp2pP3GfX23JhMkVP6SWwXB18uXtg==
+ version "5.1.3"
+ resolved "https://registry.yarnpkg.com/husky/-/husky-5.1.3.tgz#1a0645a4fe3ffc006c4d0d8bd0bcb4c98787cc9d"
+ integrity sha512-fbNJ+Gz5wx2LIBtMweJNY1D7Uc8p1XERi5KNRMccwfQA+rXlxWNSdUxswo0gT8XqxywTIw7Ywm/F4v/O35RdMg==
version "0.4.24"