@storm-software/eslint 0.122.4 → 0.122.5
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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/eslint",
|
|
3
|
-
"version": "0.122.
|
|
3
|
+
"version": "0.122.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "⚡ A package containing the base ESLint configuration used by Storm Software across many projects.",
|
|
6
6
|
"repository": {
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
"eslint-plugin-prettier": "^5.0.0",
|
|
167
167
|
"eslint-plugin-promise": "6.2.0",
|
|
168
168
|
"eslint-plugin-react": "^7.34.3",
|
|
169
|
-
"eslint-plugin-react-compiler": "
|
|
169
|
+
"eslint-plugin-react-compiler": "19.0.0-beta-30d8a17-20250209",
|
|
170
170
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
171
171
|
"eslint-plugin-relay": "1.8.3",
|
|
172
172
|
"eslint-plugin-sonarjs": "3.0.1",
|
|
@@ -176,9 +176,9 @@
|
|
|
176
176
|
"eslint-plugin-yml": "1.14.0",
|
|
177
177
|
"globals": "^15.8.0",
|
|
178
178
|
"jsonc-eslint-parser": "2.4.0",
|
|
179
|
-
"prettier-plugin-
|
|
180
|
-
"prettier-plugin-
|
|
181
|
-
"prettier-plugin-
|
|
179
|
+
"prettier-plugin-organize-imports": "^4.0.0",
|
|
180
|
+
"prettier-plugin-pkg": "^0.18.1",
|
|
181
|
+
"prettier-plugin-sh": "^0.14.0",
|
|
182
182
|
"typescript-eslint": "^8.13.0",
|
|
183
183
|
"ws": "8.17.1",
|
|
184
184
|
"yaml-eslint-parser": "1.2.3"
|