Skip to content

Commit 43eaa31

Browse files
chore(deps): update ui5 web components react (examples & templates) to v2
1 parent ed48142 commit 43eaa31

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

examples/nextjs-pages/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@ui5/webcomponents": "1.24.10",
13-
"@ui5/webcomponents-fiori": "1.24.10",
14-
"@ui5/webcomponents-react": "1.29.11",
12+
"@ui5/webcomponents": "2.3.0",
13+
"@ui5/webcomponents-fiori": "2.3.0",
14+
"@ui5/webcomponents-react": "2.1.1",
1515
"@types/node": "20.16.10",
1616
"@types/react": "18.3.10",
1717
"@types/react-dom": "18.3.0",

examples/remix-ts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"@remix-run/node": "^2.9.1",
1515
"@remix-run/react": "^2.9.1",
1616
"@remix-run/serve": "^2.9.1",
17-
"@ui5/webcomponents": "^1.24.0",
18-
"@ui5/webcomponents-fiori": "^1.24.0",
19-
"@ui5/webcomponents-react": "^1.28.1",
17+
"@ui5/webcomponents": "^2.0.0",
18+
"@ui5/webcomponents-fiori": "^2.0.0",
19+
"@ui5/webcomponents-react": "^2.0.0",
2020
"isbot": "^5.0.0",
2121
"react": "^18.2.0",
2222
"react-dom": "^18.2.0",

templates/nextjs-pages/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@ui5/webcomponents": "1.24.10",
13-
"@ui5/webcomponents-fiori": "1.24.10",
14-
"@ui5/webcomponents-react": "1.29.11",
12+
"@ui5/webcomponents": "2.3.0",
13+
"@ui5/webcomponents-fiori": "2.3.0",
14+
"@ui5/webcomponents-react": "2.1.1",
1515
"@types/node": "20.16.10",
1616
"@types/react": "18.3.10",
1717
"@types/react-dom": "18.3.0",

0 commit comments

Comments
 (0)