@eslinted/core 3.1.15 → 3.1.17

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # [`@eslinted/core`](https://npmjs.com/package/@eslinted/core)
1
+ # [`@eslinted/core`](https://www.npmjs.com/package/@eslinted/core)
2
2
 
3
3
  [![NPM Publish (RELEASE)](https://github.com/jimmy-zhening-luo/linted-core/actions/workflows/RELEASE.yml/badge.svg)](https://github.com/jimmy-zhening-luo/linted-core/actions/workflows/RELEASE.yml)
4
4
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_schemaVersion": "20.16.1",
3
3
  "name": "@eslinted/core",
4
- "version": "3.1.15",
4
+ "version": "3.1.17",
5
5
  "description": "Core ESLint flat config factory npm package `linted`.",
6
6
  "keywords": [],
7
7
  "license": "MIT",
@@ -25,8 +25,8 @@
25
25
  "globals": "^15.9.0"
26
26
  },
27
27
  "devDependencies": {
28
- "eslint": "~9.9.0",
29
- "linted": "~16.3.1",
28
+ "eslint": "~9.9.1",
29
+ "linted": "~16.3.4",
30
30
  "npm-run-all": "^4.1.5",
31
31
  "typescript": "^5.5.4"
32
32
  },