@team-monolith/cds 1.83.1 → 1.83.2
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/dist/patterns/LexicalEditor/plugins/ComponentPickerMenuPlugin/ComponentPickerMenuPlugin.js
CHANGED
|
@@ -312,6 +312,7 @@ export function ComponentPickerMenuPlugin(props) {
|
|
|
312
312
|
(regex.test(option.title) ||
|
|
313
313
|
option.keywords.some((keyword) => regex.test(keyword)))),
|
|
314
314
|
];
|
|
315
|
+
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
315
316
|
}, [editor, queryString, setOpen]);
|
|
316
317
|
const onSelectOption = useCallback((selectedOption, nodeToRemove, closeMenu, matchingString) => {
|
|
317
318
|
if (selectedOption instanceof ComponentDrawerOption) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@team-monolith/cds",
|
|
3
|
-
"version": "1.83.
|
|
3
|
+
"version": "1.83.2",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -78,6 +78,7 @@
|
|
|
78
78
|
"eslint": "^8.57.0",
|
|
79
79
|
"eslint-plugin-import": "^2.29.1",
|
|
80
80
|
"eslint-plugin-react": "^7.34.4",
|
|
81
|
+
"eslint-plugin-react-hooks": "^4.6.2",
|
|
81
82
|
"eslint-plugin-storybook": "^0.8.0",
|
|
82
83
|
"globals": "^15.8.0",
|
|
83
84
|
"pascalcase": "^2.0.0",
|