linted 23.2.0 → 23.2.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 +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_schemaVersion": "22.11.0",
3
3
  "name": "linted",
4
- "version": "23.2.0",
4
+ "version": "23.2.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",
@@ -47,7 +47,7 @@
47
47
  "peerDependencies": {
48
48
  "eslint": "~9.15.0",
49
49
  "mocha": "^10.8.2",
50
- "svelte": "^5.2.2",
50
+ "svelte": "^5.2.3",
51
51
  "typescript": ">=5.6.3"
52
52
  },
53
53
  "peerDependenciesMeta": {
@@ -75,7 +75,7 @@
75
75
  "eslint-plugin-svelte": "2.46.0",
76
76
  "eslint-plugin-yml": "1.15.0",
77
77
  "jsonc-eslint-parser": "2.4.0",
78
- "svelte": "^5.2.2",
78
+ "svelte": "^5.2.3",
79
79
  "svelte-eslint-parser": "0.43.0",
80
80
  "yaml-eslint-parser": "1.2.3"
81
81
  },