Patch eslint-plugin-react-hooks to properly handle class properties (#26493)
* Update package-lock.json for some reason * Patch eslint-plugin-react-hooks * Disable fixed ESLint rule temporarily
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
1cb936b0b7
Коммит
8c3ab07d49
@@ -6,7 +6,7 @@
|
||||
"npm": "^9.0.0 || ^10.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "npm run build --workspace=platform/types --workspace=platform/client --workspace=platform/components",
|
||||
"postinstall": "patch-package && npm run build --workspace=platform/types --workspace=platform/client --workspace=platform/components",
|
||||
"build": "node scripts/build.js",
|
||||
"run": "node scripts/run.js",
|
||||
"dev-server": "node scripts/dev-server.js",
|
||||
@@ -42,6 +42,7 @@
|
||||
"eslint-plugin-react": "7.34.0",
|
||||
"eslint-plugin-react-hooks": "4.6.0",
|
||||
"mini-css-extract-plugin": "2.7.5",
|
||||
"patch-package": "8.0.0",
|
||||
"sass": "1.71.1",
|
||||
"sass-loader": "14.1.1",
|
||||
"strip-ansi": "6.0.1",
|
||||
|
||||
Ссылка в новой задаче
Block a user