@eslinted/core 2.2.0 → 2.2.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -4
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
|
-
"_schemaVersion": "20.
|
2
|
+
"_schemaVersion": "20.14.0",
|
3
3
|
"name": "@eslinted/core",
|
4
|
-
"version": "2.2.
|
4
|
+
"version": "2.2.3",
|
5
5
|
"description": "Core ESLint flat config factory npm package `linted`.",
|
6
6
|
"keywords": [],
|
7
7
|
"license": "MIT",
|
@@ -22,13 +22,12 @@
|
|
22
22
|
},
|
23
23
|
"peerDependencies": {},
|
24
24
|
"peerDependenciesMeta": {},
|
25
|
-
"optionalDependencies": {},
|
26
25
|
"dependencies": {
|
27
26
|
"globals": "^15.8.0"
|
28
27
|
},
|
29
28
|
"devDependencies": {
|
30
29
|
"eslint": "~8.57.0",
|
31
|
-
"linted": "~15.
|
30
|
+
"linted": "~15.6.3",
|
32
31
|
"npm-run-all": "^4.1.5",
|
33
32
|
"typescript": "^5.5.4"
|
34
33
|
},
|