Skip to content

Commit

Permalink
feat: update to UI5 Web Components 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas742 committed Jan 7, 2025
1 parent 7301261 commit fa1f7a2
Show file tree
Hide file tree
Showing 8 changed files with 99 additions and 138 deletions.
3 changes: 2 additions & 1 deletion config/version-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@
"2.2.0": "2.1.0",
"2.3.0": "2.2.0",
"2.4.0": "2.4.0",
"2.5.0": "2.5.0"
"2.5.0": "2.5.0",
"2.6.0": "2.6.0"
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"@storybook/react": "8.4.5",
"@storybook/react-vite": "8.4.5",
"@storybook/theming": "8.4.5",
"@ui5/webcomponents": "2.5.1",
"@ui5/webcomponents-compat": "2.5.1",
"@ui5/webcomponents-fiori": "2.5.1",
"@ui5/webcomponents-icons": "2.5.1",
"@ui5/webcomponents": "2.6.0",
"@ui5/webcomponents-compat": "2.6.0",
"@ui5/webcomponents-fiori": "2.6.0",
"@ui5/webcomponents-icons": "2.6.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"remark-gfm": "^4.0.0",
Expand All @@ -65,7 +65,7 @@
"@types/node": "^22.0.0",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@ui5/webcomponents-tools": "2.5.1",
"@ui5/webcomponents-tools": "2.6.0",
"@vitejs/plugin-react": "^4.2.0",
"chromatic": "^11.0.0",
"cssnano": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"peerDependencies": {
"@types/react": "*",
"@ui5/webcomponents-base": "~2.5.0",
"@ui5/webcomponents-base": "~2.6.0",
"react": "^18 || ^19"
},
"peerDependenciesMeta": {
Expand Down
4 changes: 2 additions & 2 deletions packages/charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"recharts": "2.15.0"
},
"peerDependencies": {
"@ui5/webcomponents-react": "~2.5.0",
"@ui5/webcomponents-react-base": "~2.5.0",
"@ui5/webcomponents-react": "~2.6.0",
"@ui5/webcomponents-react-base": "~2.6.0",
"react": "^18 || ^19"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"peerDependencies": {
"@types/react": "*",
"@types/react-dom": "*",
"@ui5/webcomponents-compat": "~2.5.0",
"@ui5/webcomponents-react": "~2.5.0",
"@ui5/webcomponents-compat": "~2.6.0",
"@ui5/webcomponents-react": "~2.6.0",
"react": "^18 || ^19",
"react-dom": "^18 || ^19"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/cypress-commands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"clean": "rimraf dist api-commands.json api-queries.json"
},
"peerDependencies": {
"@ui5/webcomponents": "~2.5.0",
"@ui5/webcomponents-base": "~2.5.0",
"@ui5/webcomponents": "~2.6.0",
"@ui5/webcomponents-base": "~2.6.0",
"cypress": "^12.0.0 || ^13.0.0"
},
"peerDependenciesMeta": {
Expand Down
8 changes: 4 additions & 4 deletions packages/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
"peerDependencies": {
"@types/react": "*",
"@types/react-dom": "*",
"@ui5/webcomponents": "~2.5.0",
"@ui5/webcomponents-base": "~2.5.0",
"@ui5/webcomponents-fiori": "~2.5.0",
"@ui5/webcomponents-icons": "~2.5.0",
"@ui5/webcomponents": "~2.6.0",
"@ui5/webcomponents-base": "~2.6.0",
"@ui5/webcomponents-fiori": "~2.6.0",
"@ui5/webcomponents-icons": "~2.6.0",
"react": "^18 || ^19",
"react-dom": "^18 || ^19"
},
Expand Down
Loading

0 comments on commit fa1f7a2

Please sign in to comment.