@faergeek/eslint-config 5.1.71 → 5.1.73

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.71",
3
+ "version": "5.1.73",
4
4
  "main": "index.js",
5
5
  "repository": "git@github.com:faergeek/eslint-config.git",
6
6
  "author": "Sergey Slipchenko <faergeek@gmail.com>",
@@ -19,13 +19,13 @@
19
19
  },
20
20
  "packageManager": "pnpm@8.15.1",
21
21
  "dependencies": {
22
- "@typescript-eslint/eslint-plugin": "^6.0.0",
23
- "@typescript-eslint/parser": "^6.0.0",
22
+ "@typescript-eslint/eslint-plugin": "^7.0.1",
23
+ "@typescript-eslint/parser": "^7.0.1",
24
24
  "eslint-config-prettier": "^9.0.0",
25
25
  "eslint-plugin-jest": "^27.0.0",
26
26
  "eslint-plugin-react": "^7.23.2",
27
27
  "eslint-plugin-react-hooks": "^4.2.0",
28
- "eslint-plugin-simple-import-sort": "^11.0.0"
28
+ "eslint-plugin-simple-import-sort": "^12.0.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@commitlint/cli": "^18.0.0",