@eslinted/core 2.1.0 → 2.1.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 +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_schemaVersion": "20.13.0",
3
3
  "name": "@eslinted/core",
4
- "version": "2.1.0",
4
+ "version": "2.1.1",
5
5
  "description": "Core ESLint flat config factory npm package `linted`.",
6
6
  "keywords": [],
7
7
  "license": "MIT",
@@ -26,7 +26,7 @@
26
26
  "dependencies": {},
27
27
  "devDependencies": {
28
28
  "eslint": "~8.57.0",
29
- "linted": "~15.4.15",
29
+ "linted": "~15.5.0",
30
30
  "npm-run-all": "^4.1.5",
31
31
  "typescript": "^5.5.4"
32
32
  },