@eslinted/core 14.1.0 → 14.1.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
- package/tsconfig.json +1 -1
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"_schemaVersion": "22.11.0",
|
3
3
|
"name": "@eslinted/core",
|
4
|
-
"version": "14.1.
|
4
|
+
"version": "14.1.1",
|
5
5
|
"description": "Core ESLint flat config factory npm package `linted`.",
|
6
6
|
"keywords": [],
|
7
7
|
"repository": "github:jimmy-zhening-luo/linted-core",
|
@@ -38,7 +38,7 @@
|
|
38
38
|
"npm-run-all": "^4.1.5",
|
39
39
|
"run-script-os": "^1.1.6",
|
40
40
|
"ts-add-js-extension": "^1.6.5",
|
41
|
-
"typescript": "^5.
|
41
|
+
"typescript": "^5.7.2"
|
42
42
|
},
|
43
43
|
"scripts": {
|
44
44
|
"build": "run-os",
|