From b25ade9aa770ae7f67ad6e4f2c7b168f9837661b Mon Sep 17 00:00:00 2001 From: Maxence Leblanc <32215310+mlbnc@users.noreply.github.com> Date: Tue, 14 Jun 2022 10:12:38 +0200 Subject: [PATCH] fix(package): update peerDependency --- package.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 5ae3449..598eb08 100644 --- a/package.json +++ b/package.json @@ -18,9 +18,22 @@ "license": "ISC", "author": "Payfit Tech", "main": "index.js", + "files": [ + "package.json", + "rules", + "index.js", + "node.js", + "react.js", + "jest.js" + ], "scripts": { "semantic-release": "semantic-release" }, + "config": { + "commitizen": { + "path": "cz-conventional-changelog" + } + }, "devDependencies": { "@commitlint/cli": "9.1.1", "@commitlint/config-conventional": "9.1.1", @@ -49,20 +62,7 @@ "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", - "eslint-plugin-sonarjs": "^0.5.0", + "eslint-plugin-sonarjs": "^0.13.0", "eslint-plugin-xss": "^0.1.9" - }, - "config": { - "commitizen": { - "path": "cz-conventional-changelog" - } - }, - "files": [ - "package.json", - "rules", - "index.js", - "node.js", - "react.js", - "jest.js" - ] + } }