@eslinted/core 0.8.0-rc.1 → 0.9.0-rc.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@eslinted/core",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.9.0-rc.1",
|
4
4
|
"description": "",
|
5
5
|
"keywords": [],
|
6
6
|
"license": "MIT",
|
@@ -33,7 +33,7 @@
|
|
33
33
|
"dependencies": {},
|
34
34
|
"devDependencies": {
|
35
35
|
"eslint": "~8.57.0",
|
36
|
-
"linted": "~15.4.
|
36
|
+
"linted": "~15.4.5",
|
37
37
|
"npm-run-all": "^4.1.5",
|
38
38
|
"typescript": "^5.5.3"
|
39
39
|
},
|