Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Commit

Permalink
fix(package): update peerDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
maxence-leblanc committed Jun 14, 2022
1 parent a21e816 commit b25ade9
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
]
}
}

0 comments on commit b25ade9

Please sign in to comment.