diff --git a/package-lock.json b/package-lock.json index 0881d1b..5361905 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2636,14 +2636,6 @@ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", "dev": true }, - "eslint-plugin-payfit": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/eslint-plugin-payfit/-/eslint-plugin-payfit-1.0.4.tgz", - "integrity": "sha512-h4Z0Gc4ID2f2Oh9I0IFXRDVLiNkTamnjQ1QMEOYVkTML+VDSs8izXxBIdUe2e9ahzG+ELLsT+Zm33EmNN91kFg==", - "requires": { - "requireindex": "~1.1.0" - } - }, "esprima": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", @@ -8011,11 +8003,6 @@ "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" }, - "requireindex": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/requireindex/-/requireindex-1.1.0.tgz", - "integrity": "sha1-5UBLgVV+91225JxacgBIk/4D4WI=" - }, "resolve": { "version": "1.17.0", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.17.0.tgz", diff --git a/package.json b/package.json index 4edd545..e28f175 100644 --- a/package.json +++ b/package.json @@ -21,9 +21,6 @@ "scripts": { "semantic-release": "semantic-release" }, - "dependencies": { - "eslint-plugin-payfit": "1.0.4" - }, "devDependencies": { "@commitlint/cli": "9.1.1", "@commitlint/config-conventional": "9.1.1", @@ -48,6 +45,7 @@ "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-no-unsanitized": "^3.0.2", "eslint-plugin-node": "^11.0.0", + "eslint-plugin-payfit": "1.0.4", "eslint-plugin-react": "^7.16.0", "eslint-plugin-react-hooks": "^2.0.0 || ^3.0.0 || ^4.0.0", "eslint-plugin-security": "^1.4.0",