@faergeek/eslint-config 6.0.22 → 6.0.23

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.22",
3
+ "version": "6.0.23",
4
4
  "main": "index.js",
5
5
  "repository": "git@github.com:faergeek/eslint-config.git",
6
6
  "author": "Sergey Slipchenko <faergeek@gmail.com>",
@@ -17,7 +17,7 @@
17
17
  "peerDependencies": {
18
18
  "eslint": "^8.56.0"
19
19
  },
20
- "packageManager": "pnpm@9.1.3",
20
+ "packageManager": "pnpm@9.1.4",
21
21
  "dependencies": {
22
22
  "@typescript-eslint/eslint-plugin": "^7.0.1",
23
23
  "@typescript-eslint/parser": "^7.0.1",
@@ -31,6 +31,6 @@
31
31
  "@commitlint/config-conventional": "^19.0.0",
32
32
  "eslint": "^8.0.0",
33
33
  "prettier": "^3.0.0",
34
- "semantic-release": "^23.0.0"
34
+ "semantic-release": "^24.0.0"
35
35
  }
36
36
  }