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