linted 15.6.3-rc.0 → 15.6.3

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 +6 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_schemaVersion": "20.14.0",
3
3
  "name": "linted",
4
- "version": "15.6.3-rc.0",
4
+ "version": "15.6.3",
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",
@@ -52,15 +52,15 @@
52
52
  }
53
53
  },
54
54
  "dependencies": {
55
- "@eslinted/core": "~2.2.0",
55
+ "@eslinted/core": "~2.2.1",
56
56
  "@html-eslint/eslint-plugin": "~0.25.0",
57
57
  "@html-eslint/parser": "~0.25.0",
58
- "@stylistic/eslint-plugin": "~2.3.0",
59
- "@typescript-eslint/eslint-plugin": "~7.17.0",
58
+ "@stylistic/eslint-plugin": "~2.4.0",
59
+ "@typescript-eslint/eslint-plugin": "~7.18.0",
60
60
  "@typescript-eslint/parser": "~7.17.0",
61
61
  "eslint-plugin-jsonc": "~2.16.0",
62
62
  "eslint-plugin-markdownlint": "~0.6.0",
63
- "eslint-plugin-mocha": "~10.4.3",
63
+ "eslint-plugin-mocha": "~10.5.0",
64
64
  "eslint-plugin-svelte": "~2.43.0",
65
65
  "eslint-plugin-yml": "~1.14.0",
66
66
  "jsonc-eslint-parser": "~2.4.0",
@@ -70,7 +70,7 @@
70
70
  },
71
71
  "devDependencies": {
72
72
  "eslint": "~8.57.0",
73
- "linted": "~15.6.2-rc.3",
73
+ "linted": "~15.6.3-rc.1",
74
74
  "npm-run-all": "^4.1.5",
75
75
  "typescript": "^5.5.4"
76
76
  },