Skip to content

Commit c72d87f

Browse files
refactor: using depcheck to find and then remove unused dependencies (#565)
* remove unused husky package * Empty commit to trigger build * remove unused babel-eslint package * Empty commit to trigger build --------- Co-authored-by: AndyEPhipps <a.phipps@comicrelief.com>
1 parent 0f7d7a3 commit c72d87f

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
]
7575
},
7676
"devDependencies": {
77-
"babel-eslint": "^10.0.2",
7877
"cross-env": "^7.0.3",
7978
"cypress": "^8.3.0",
8079
"eslint": "^7.32.0",
@@ -83,7 +82,6 @@
8382
"eslint-plugin-jsx-a11y": "^6.3.1",
8483
"eslint-plugin-react": "^7.24.0",
8584
"eslint-plugin-react-hooks": "^4.0.5",
86-
"husky": "^7.0.2",
8785
"jest": "^26.1.0",
8886
"npm-run-all": "^4.1.5",
8987
"prettier": "^2.3.2",

yarn.lock

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2804,7 +2804,7 @@ axobject-query@^2.2.0:
28042804
version "2.2.0"
28052805
resolved "https://registry.npmjs.org/axobject-query/-/axobject-query-2.2.0.tgz"
28062806

2807-
babel-eslint@^10.0.2, babel-eslint@^10.1.0:
2807+
babel-eslint@^10.1.0:
28082808
version "10.1.0"
28092809
resolved "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.1.0.tgz"
28102810
dependencies:
@@ -6313,10 +6313,6 @@ humanize-ms@^1.2.1:
63136313
dependencies:
63146314
ms "^2.0.0"
63156315

6316-
husky@^7.0.2:
6317-
version "7.0.2"
6318-
resolved "https://registry.npmjs.org/husky/-/husky-7.0.2.tgz"
6319-
63206316
hyphenate-style-name@^1.0.0, hyphenate-style-name@^1.0.3:
63216317
version "1.0.4"
63226318
resolved "https://registry.npmjs.org/hyphenate-style-name/-/hyphenate-style-name-1.0.4.tgz"

0 commit comments

Comments
 (0)