@anolilab/eslint-config 16.4.3 → 16.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/index.cjs +6 -6
- package/dist/index.d.cts +5 -0
- package/dist/index.d.mts +5 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.mjs +6 -6
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/eslint-config",
|
|
3
|
-
"version": "16.4.
|
|
3
|
+
"version": "16.4.4",
|
|
4
4
|
"description": "ESLint shareable config for the Anolilab JavaScript style guide.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -110,13 +110,13 @@
|
|
|
110
110
|
"@eslint/markdown": "^7.5.1",
|
|
111
111
|
"@html-eslint/eslint-plugin": "^0.48.0",
|
|
112
112
|
"@html-eslint/parser": "^0.48.0",
|
|
113
|
-
"@stylistic/eslint-plugin": "^5.
|
|
113
|
+
"@stylistic/eslint-plugin": "^5.6.0",
|
|
114
114
|
"@stylistic/eslint-plugin-ts": "^4.4.1",
|
|
115
|
-
"@typescript-eslint/parser": "^8.
|
|
116
|
-
"@typescript-eslint/types": "^8.
|
|
115
|
+
"@typescript-eslint/parser": "^8.47.0",
|
|
116
|
+
"@typescript-eslint/types": "^8.47.0",
|
|
117
117
|
"@visulima/package": "^4.1.6",
|
|
118
118
|
"@visulima/tsconfig": "^2.1.2",
|
|
119
|
-
"@vitest/eslint-plugin": "^1.4.
|
|
119
|
+
"@vitest/eslint-plugin": "^1.4.3",
|
|
120
120
|
"confusing-browser-globals": "^1.0.11",
|
|
121
121
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
122
122
|
"eslint-flat-config-utils": "^2.1.4",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"parse-gitignore": "^2.0.0",
|
|
152
152
|
"semver": "^7.7.3",
|
|
153
153
|
"toml-eslint-parser": "^0.10.0",
|
|
154
|
-
"typescript-eslint": "^8.
|
|
154
|
+
"typescript-eslint": "^8.47.0",
|
|
155
155
|
"yaml-eslint-parser": "^1.3.0"
|
|
156
156
|
},
|
|
157
157
|
"peerDependencies": {
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
"eslint-plugin-react-perf": "^3.3.3",
|
|
173
173
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
174
174
|
"eslint-plugin-react-you-might-not-need-an-effect": "^0.7.0",
|
|
175
|
-
"eslint-plugin-storybook": "^10.0.
|
|
175
|
+
"eslint-plugin-storybook": "^10.0.8",
|
|
176
176
|
"eslint-plugin-tailwindcss": "^3.18.2",
|
|
177
177
|
"eslint-plugin-testing-library": "^7.13.4",
|
|
178
178
|
"eslint-plugin-tsdoc": "^0.5.0",
|