@eslinted/core 3.0.3 → 3.1.0-rc.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -5
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
|
-
"_schemaVersion": "20.
|
2
|
+
"_schemaVersion": "20.15.0",
|
3
3
|
"name": "@eslinted/core",
|
4
|
-
"version": "3.0.
|
4
|
+
"version": "3.1.0-rc.0",
|
5
5
|
"description": "Core ESLint flat config factory npm package `linted`.",
|
6
6
|
"keywords": [],
|
7
7
|
"license": "MIT",
|
@@ -20,14 +20,13 @@
|
|
20
20
|
"node": ">=20.15.0",
|
21
21
|
"npm": ">=10.7.0"
|
22
22
|
},
|
23
|
-
"peerDependencies": {},
|
24
23
|
"peerDependenciesMeta": {},
|
25
24
|
"dependencies": {
|
26
25
|
"globals": "^15.9.0"
|
27
26
|
},
|
28
27
|
"devDependencies": {
|
29
|
-
"eslint": "~9.
|
30
|
-
"linted": "~16.1.
|
28
|
+
"eslint": "~9.9.0",
|
29
|
+
"linted": "~16.1.3",
|
31
30
|
"npm-run-all": "^4.1.5",
|
32
31
|
"typescript": "^5.5.4"
|
33
32
|
},
|