Skip to content

Commit 4d6f3ca

Browse files
committed
fix(cli): update patch
1 parent acba487 commit 4d6f3ca

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

packages/cli/patches/@ui5+webcomponents-react-compat+2.10.0.patch renamed to packages/cli/patches/@ui5+webcomponents-react-compat+2.11.0-rc.1.patch

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/node_modules/@ui5/webcomponents-react-compat/dist/components/Table/index.js b/node_modules/@ui5/webcomponents-react-compat/dist/components/Table/index.js
2-
index 250a159..3e6d6c2 100644
2+
index 41e173b..0b6bd4a 100644
33
--- a/node_modules/@ui5/webcomponents-react-compat/dist/components/Table/index.js
44
+++ b/node_modules/@ui5/webcomponents-react-compat/dist/components/Table/index.js
55
@@ -56,7 +56,7 @@ import { withWebComponent } from '@ui5/webcomponents-react-base/dist/wrapper/wit
@@ -24,15 +24,14 @@ index 2e5338f..cce3387 100644
2424
TableCell.displayName = 'TableCell';
2525
export { TableCell };
2626
diff --git a/node_modules/@ui5/webcomponents-react-compat/dist/components/TableRow/index.js b/node_modules/@ui5/webcomponents-react-compat/dist/components/TableRow/index.js
27-
index 6d568f3..e5ace7d 100644
27+
index 6d568f3..0b982f7 100644
2828
--- a/node_modules/@ui5/webcomponents-react-compat/dist/components/TableRow/index.js
2929
+++ b/node_modules/@ui5/webcomponents-react-compat/dist/components/TableRow/index.js
30-
@@ -6,6 +6,7 @@ import { withWebComponent } from '@ui5/webcomponents-react-base/dist/wrapper/wit
30+
@@ -6,6 +6,6 @@ import { withWebComponent } from '@ui5/webcomponents-react-base/dist/wrapper/wit
3131
*
3232
* __Note__: This is a UI5 Web Component! [Repository](https://github.com/SAP/ui5-webcomponents) | [Documentation](https://sap.github.io/ui5-webcomponents/)
3333
*/
3434
-const TableRow = withWebComponent('ui5-table-row', ['type'], ['navigated', 'selected'], [], []);
3535
+const TableRow = withWebComponent('ui5-table-row-v1', ['type'], ['navigated', 'selected'], [], []);
3636
TableRow.displayName = 'TableRow';
3737
export { TableRow };
38-
\ No newline at end of file

0 commit comments

Comments
 (0)