@faergeek/eslint-config 6.0.3 → 6.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faergeek/eslint-config",
3
- "version": "6.0.3",
3
+ "version": "6.0.5",
4
4
  "main": "index.js",
5
5
  "repository": "git@github.com:faergeek/eslint-config.git",
6
6
  "author": "Sergey Slipchenko <faergeek@gmail.com>",
@@ -27,8 +27,8 @@
27
27
  "eslint-plugin-simple-import-sort": "^12.0.0"
28
28
  },
29
29
  "devDependencies": {
30
- "@commitlint/cli": "^18.0.0",
31
- "@commitlint/config-conventional": "^18.0.0",
30
+ "@commitlint/cli": "^19.0.0",
31
+ "@commitlint/config-conventional": "^19.0.0",
32
32
  "eslint": "^8.0.0",
33
33
  "prettier": "^3.0.0",
34
34
  "semantic-release": "^23.0.0"