linted 16.1.3 → 16.2.0-rc.1

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 +11 -11
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_schemaVersion": "20.15.0",
3
3
  "name": "linted",
4
- "version": "16.1.3",
4
+ "version": "16.2.0-rc.1",
5
5
  "description": "Zero-config ESLint flat config factory for (strict, agglutinative) entire-stack formatting and linting: TypeScript, JavaScript, Svelte, HTML, (Tailwind) CSS, Mocha, JSON(C), and sadly YAML.",
6
6
  "keywords": [
7
7
  "eslint",
@@ -39,8 +39,8 @@
39
39
  "npm": ">=10.7.0"
40
40
  },
41
41
  "peerDependencies": {
42
- "eslint": "^9.8.0",
43
- "mocha": "^10.7.0",
42
+ "eslint": "^9.9.0",
43
+ "mocha": "^10.7.3",
44
44
  "typescript": ">=5.5.4"
45
45
  },
46
46
  "peerDependenciesMeta": {
@@ -52,12 +52,12 @@
52
52
  }
53
53
  },
54
54
  "dependencies": {
55
- "@eslinted/core": "~3.0.4",
56
- "@html-eslint/eslint-plugin": "~0.25.0",
57
- "@html-eslint/parser": "~0.25.0",
58
- "@stylistic/eslint-plugin": "~2.6.1",
59
- "@typescript-eslint/eslint-plugin": "~8.0.0",
60
- "@typescript-eslint/parser": "~8.0.0",
55
+ "@eslinted/core": "~3.1.0-rc.1",
56
+ "@html-eslint/eslint-plugin": "~0.26.0",
57
+ "@html-eslint/parser": "~0.26.0",
58
+ "@stylistic/eslint-plugin": "~2.6.2",
59
+ "@typescript-eslint/eslint-plugin": "~8.1.0",
60
+ "@typescript-eslint/parser": "~8.1.0",
61
61
  "eslint-plugin-jsonc": "~2.16.0",
62
62
  "eslint-plugin-markdownlint": "~0.6.0",
63
63
  "eslint-plugin-mocha": "~10.5.0",
@@ -70,8 +70,8 @@
70
70
  },
71
71
  "devDependencies": {
72
72
  "@eslint/config-inspector": "^0.5.2",
73
- "eslint": "~9.8.0",
74
- "linted": "~16.1.3-rc.1",
73
+ "eslint": "~9.9.0",
74
+ "linted": "~16.2.0-rc.0",
75
75
  "npm-run-all": "^4.1.5",
76
76
  "typescript": "^5.5.4"
77
77
  },