linted 21.1.1 → 21.1.2-rc.0

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 +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_schemaVersion": "22.11.0",
3
3
  "name": "linted",
4
- "version": "21.1.1",
4
+ "version": "21.1.2-rc.0",
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",
@@ -47,7 +47,7 @@
47
47
  "peerDependencies": {
48
48
  "eslint": "~9.14.0",
49
49
  "mocha": "^10.8.2",
50
- "svelte": "^5.1.12",
50
+ "svelte": "^5.1.13",
51
51
  "typescript": ">=5.6.3"
52
52
  },
53
53
  "peerDependenciesMeta": {
@@ -73,7 +73,7 @@
73
73
  "eslint-plugin-svelte": "2.46.0",
74
74
  "eslint-plugin-yml": "1.15.0",
75
75
  "jsonc-eslint-parser": "2.4.0",
76
- "svelte": "^5.1.12",
76
+ "svelte": "^5.1.13",
77
77
  "svelte-eslint-parser": "0.43.0",
78
78
  "yaml-eslint-parser": "1.2.3"
79
79
  },