@dg-scripts/eslint-config 6.1.0 → 6.1.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -152,6 +152,6 @@ See [ESLint inspector report](https://tazimi.dev/bod/eslint) for more details.
152
152
 
153
153
  ## Contact
154
154
 
155
+ [![GitHub](https://img.shields.io/badge/-GitHub-181717?style=for-the-badge&logo=github&logoColor=white)](https://github.com/sabertazimi)
155
156
  [![Email](https://img.shields.io/badge/-Gmail-ea4335?style=for-the-badge&logo=gmail&logoColor=white)](mailto:sabertazimi@gmail.com)
156
157
  [![X](https://img.shields.io/badge/-X.com-000000?style=for-the-badge&logo=x&logoColor=white)](https://x.com/sabertazimi)
157
- [![GitHub](https://img.shields.io/badge/-GitHub-181717?style=for-the-badge&logo=github&logoColor=white)](https://github.com/sabertazimi)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dg-scripts/eslint-config",
3
3
  "type": "module",
4
- "version": "6.1.0",
4
+ "version": "6.1.1",
5
5
  "description": "ESLint configuration used by dg-scripts.",
6
6
  "author": "sabertazimi <sabertazimi@gmail.com>",
7
7
  "license": "MIT",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@next/eslint-plugin-next": "^16.0.0",
48
- "eslint": "^9.0.0",
48
+ "eslint": "^10.0.0",
49
49
  "next": "^16.0.0",
50
50
  "prettier": "^3.0.0",
51
51
  "typescript": "^5.0.0"
@@ -59,16 +59,16 @@
59
59
  }
60
60
  },
61
61
  "dependencies": {
62
- "@antfu/eslint-config": "^6.7.1",
63
- "@eslint-react/eslint-plugin": "^2.3.13",
64
- "eslint-plugin-format": "^1.1.0",
62
+ "@antfu/eslint-config": "^7.6.0",
63
+ "@eslint-react/eslint-plugin": "^2.13.0",
64
+ "eslint-plugin-format": "^1.4.0",
65
65
  "eslint-plugin-react-hooks": "^7.0.1",
66
- "eslint-plugin-react-refresh": "^0.4.26",
67
- "eslint-plugin-testing-library": "^7.15.1",
66
+ "eslint-plugin-react-refresh": "^0.5.0",
67
+ "eslint-plugin-testing-library": "^7.16.0",
68
68
  "local-pkg": "^1.1.2"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@eslint/config-inspector": "^1.4.2"
72
72
  },
73
- "gitHead": "6a7723d64ab1a869cec85bf8c9f11fdb1e200ec9"
73
+ "gitHead": "ac816cb1430d8dd0a8f0df2307f9d1e7e4d84886"
74
74
  }