linted 16.11.0 → 16.12.0-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 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_schemaVersion": "20.17.8",
3
3
  "name": "linted",
4
- "version": "16.11.0",
4
+ "version": "16.12.0-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",
@@ -39,7 +39,7 @@
39
39
  "npm": ">=10.8.2"
40
40
  },
41
41
  "peerDependencies": {
42
- "eslint": "~9.11.1",
42
+ "eslint": "~9.12.0",
43
43
  "mocha": "^10.7.3",
44
44
  "typescript": ">=5.6.2"
45
45
  },
@@ -70,8 +70,7 @@
70
70
  },
71
71
  "devDependencies": {
72
72
  "@eslint/config-inspector": "^0.5.4",
73
- "eslint": "~9.11.1",
74
- "linted": "16.11.0-rc.3",
73
+ "eslint": "~9.12.0",
75
74
  "npm-run-all": "^4.1.5",
76
75
  "typescript": "^5.6.2"
77
76
  },