@codfish/eslint-config 13.1.2 → 13.1.3

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codfish/eslint-config",
3
- "version": "13.1.2",
3
+ "version": "13.1.3",
4
4
  "description": "Modern ESLint configuration with TypeScript, React, and testing framework support.",
5
5
  "type": "module",
6
6
  "repository": {
@@ -58,7 +58,7 @@
58
58
  "@commitlint/config-conventional": "^20.4.2",
59
59
  "@eslint/js": "^10.0.0",
60
60
  "@eslint/json": "^1.0.1",
61
- "@eslint/markdown": "^7.5.1",
61
+ "@eslint/markdown": "^8.0.0",
62
62
  "@html-eslint/eslint-plugin": "^0.58.0",
63
63
  "@html-eslint/parser": "^0.58.0",
64
64
  "@next/eslint-plugin-next": "^16.1.6",
@@ -88,7 +88,7 @@
88
88
  "eslint": "^10.0.2",
89
89
  "husky": "^9.1.7",
90
90
  "lint-staged": "^16.3.0",
91
- "typescript": "^5.9.2",
91
+ "typescript": "^6.0.0",
92
92
  "vitest": "^4.0.18"
93
93
  },
94
94
  "engines": {
@@ -128,6 +128,6 @@
128
128
  ]
129
129
  },
130
130
  "volta": {
131
- "node": "24.14.0"
131
+ "node": "24.14.1"
132
132
  }
133
133
  }