linted 18.1.4-rc.0 → 18.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 +6 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_schemaVersion": "20.18.0",
3
3
  "name": "linted",
4
- "version": "18.1.4-rc.0",
4
+ "version": "18.2.0-rc.1",
5
5
  "description": "ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.",
6
6
  "keywords": [
7
7
  "eslint",
@@ -46,12 +46,16 @@
46
46
  "peerDependencies": {
47
47
  "eslint": "~9.13.0",
48
48
  "mocha": "^10.7.3",
49
+ "svelte": "^5.1.0",
49
50
  "typescript": ">=5.6.3"
50
51
  },
51
52
  "peerDependenciesMeta": {
52
53
  "mocha": {
53
54
  "optional": true
54
55
  },
56
+ "svelte": {
57
+ "optional": true
58
+ },
55
59
  "typescript": {
56
60
  "optional": true
57
61
  }
@@ -68,7 +72,7 @@
68
72
  "eslint-plugin-svelte": "2.46.0",
69
73
  "eslint-plugin-yml": "1.14.0",
70
74
  "jsonc-eslint-parser": "2.4.0",
71
- "svelte": "^5.0.5",
75
+ "svelte": "^5.1.0",
72
76
  "svelte-eslint-parser": "0.43.0",
73
77
  "yaml-eslint-parser": "1.2.3"
74
78
  },