@alexlit/lint-kit 165.1.0 → 166.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/lint-kit",
3
- "version": "165.1.0",
3
+ "version": "166.0.0",
4
4
  "private": false,
5
5
  "description": "Preset of configuration files and dependencies for linting web applications (designed for Vue.js with TypeScript)",
6
6
  "keywords": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-commitlint",
3
- "version": "13.2.0",
3
+ "version": "13.3.0",
4
4
  "private": false,
5
5
  "description": "Commitlint config",
6
6
  "keywords": [
@@ -34,8 +34,8 @@
34
34
  "up": "../../scripts/up.sh"
35
35
  },
36
36
  "dependencies": {
37
- "@commitlint/cli": "^20.2.0",
38
- "@commitlint/config-conventional": "^20.2.0",
37
+ "@commitlint/cli": "^20.3.0",
38
+ "@commitlint/config-conventional": "^20.3.0",
39
39
  "conventional-changelog-cli": "^5.0.0"
40
40
  }
41
41
  }