Skip to content

Commit

Permalink
feat(dev-deps): brach update dev dependencies (#151)
Browse files Browse the repository at this point in the history
This PR updates all dev dependencies of the package. Since some of them are related to CI/CD, it
will be a released package with new toolchain version
  • Loading branch information
matmalkowski authored Jul 17, 2020
1 parent 73666c4 commit 165ab30
Show file tree
Hide file tree
Showing 2 changed files with 657 additions and 421 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
],
"author": "Maciej Małkowski (https://github.com/matmalkowski)",
"peerDependencies": {
"eslint": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"eslint": "^7.4.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.18.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
Expand All @@ -42,20 +42,20 @@
"eslint-config-airbnb": "^18.2.0"
},
"devDependencies": {
"@commitlint/cli": "^8.3.4",
"@commitlint/config-conventional": "^8.3.4",
"@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"commitizen": "^4.0.4",
"cz-conventional-changelog": "^3.0.2",
"commitizen": "^4.1.2",
"cz-conventional-changelog": "^3.2.0",
"eslint": "^7.4.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.18.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8",
"husky": "^3.0.9",
"semantic-release": "^15.13.28",
"typescript": "^3.7.5"
"husky": "^4.2.5",
"semantic-release": "^17.1.1",
"typescript": "^3.9.7"
},
"scripts": {
"cz": "git-cz",
Expand Down
Loading

0 comments on commit 165ab30

Please sign in to comment.