linted 19.0.0 → 19.0.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.18.0",
|
3
3
|
"name": "linted",
|
4
|
-
"version": "19.0.0",
|
4
|
+
"version": "19.0.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",
|
@@ -61,7 +61,7 @@
|
|
61
61
|
}
|
62
62
|
},
|
63
63
|
"dependencies": {
|
64
|
-
"@eslinted/core": "5.0.
|
64
|
+
"@eslinted/core": "^5.0.2-rc.0",
|
65
65
|
"@html-eslint/eslint-plugin": "0.27.0",
|
66
66
|
"@html-eslint/parser": "0.27.0",
|
67
67
|
"@stylistic/eslint-plugin": "2.9.0",
|