linted 16.7.0 → 16.7.1-rc.0
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,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"_schemaVersion": "20.17.8",
|
3
3
|
"name": "linted",
|
4
|
-
"version": "16.7.0",
|
4
|
+
"version": "16.7.1-rc.0",
|
5
5
|
"description": "ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.",
|
6
6
|
"keywords": [
|
7
7
|
"eslint",
|
@@ -52,7 +52,7 @@
|
|
52
52
|
}
|
53
53
|
},
|
54
54
|
"dependencies": {
|
55
|
-
"@eslinted/core": "3.4.
|
55
|
+
"@eslinted/core": "3.4.2",
|
56
56
|
"@html-eslint/eslint-plugin": "0.27.0",
|
57
57
|
"@html-eslint/parser": "0.27.0",
|
58
58
|
"@stylistic/eslint-plugin": "2.8.0",
|