@faergeek/eslint-config 5.1.25 → 5.1.26

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faergeek/eslint-config",
3
- "version": "5.1.25",
3
+ "version": "5.1.26",
4
4
  "main": "index.js",
5
5
  "repository": "git@github.com:faergeek/eslint-config.git",
6
6
  "author": "Sergey Slipchenko <faergeek@gmail.com>",
@@ -18,8 +18,8 @@
18
18
  "eslint": ">= 7"
19
19
  },
20
20
  "dependencies": {
21
- "@typescript-eslint/eslint-plugin": "^5.0.0",
22
- "@typescript-eslint/parser": "^5.0.0",
21
+ "@typescript-eslint/eslint-plugin": "^6.0.0",
22
+ "@typescript-eslint/parser": "^6.0.0",
23
23
  "eslint-config-prettier": "^8.3.0",
24
24
  "eslint-plugin-jest": "^27.0.0",
25
25
  "eslint-plugin-react": "^7.23.2",
@@ -30,7 +30,7 @@
30
30
  "@commitlint/cli": "^17.0.0",
31
31
  "@commitlint/config-conventional": "^17.0.0",
32
32
  "eslint": "^8.0.0",
33
- "prettier": "^2.2.1",
33
+ "prettier": "^3.0.0",
34
34
  "semantic-release": "^21.0.0"
35
35
  }
36
36
  }