Skip to content

Commit

Permalink
feat(commitlint): v9
Browse files Browse the repository at this point in the history
BREAKING CHANGE: 'improvement' type will now be rejected by this config.
  • Loading branch information
kirbysayshi committed Jun 23, 2020
1 parent a9b98cf commit def1f15
Show file tree
Hide file tree
Showing 2 changed files with 140 additions and 122 deletions.
4 changes: 2 additions & 2 deletions packages/web-scripts/package.json
Expand Up @@ -30,8 +30,8 @@
"prepublishOnly": "yarn run bootstrap && yarn run build"
},
"dependencies": {
"@commitlint/cli": "^8.3.3",
"@commitlint/config-conventional": "^8.3.3",
"@commitlint/cli": "^9.0.1",
"@commitlint/config-conventional": "^9.0.1",
"@spotify/eslint-config": "^7.0.1",
"@spotify/prettier-config": "^7.0.0",
"@spotify/tsconfig": "^7.0.0",
Expand Down

0 comments on commit def1f15

Please sign in to comment.