Skip to content

Commit d0dc44e

Browse files
fix(cra-templates): use latest UI5 Web Components for React version (#1666)
1 parent bdb6173 commit d0dc44e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/cra-template-seed/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@ui5/webcomponents": "1.0.0-rc.14",
88
"@ui5/webcomponents-fiori": "1.0.0-rc.14",
99
"@ui5/webcomponents-icons": "1.0.0-rc.14",
10-
"@ui5/webcomponents-react": "^0.15.2",
10+
"@ui5/webcomponents-react": "^0.16.2",
1111
"axios": "^0.21.1",
1212
"formik": "^2.1.7",
1313
"i18next": "^19.7.0",

packages/cra-template/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@ui5/webcomponents": "1.0.0-rc.14",
55
"@ui5/webcomponents-fiori": "1.0.0-rc.14",
66
"@ui5/webcomponents-icons": "1.0.0-rc.14",
7-
"@ui5/webcomponents-react": "^0.15.2",
7+
"@ui5/webcomponents-react": "^0.16.2",
88
"@testing-library/jest-dom": "^5.11.4",
99
"@testing-library/react": "^11.1.0",
1010
"@testing-library/user-event": "^12.1.10"

0 commit comments

Comments
 (0)