Skip to content

Commit f6db6f7

Browse files
authored
fix(compat): update @ui5/webcomponents-react peer-dep (#6541)
Fixes #6540
1 parent 90f1ae8 commit f6db6f7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
with:
2121
reportCoverage: false
2222

23-
check-charts-peer-deps:
23+
check-charts-compat-peer-deps:
2424
runs-on: ubuntu-latest
2525
environment: charts-peer-deps-approval
2626
steps:
2727
- name: No-op
28-
run: echo "Did you update the peer dependencies of the chart package?"
28+
run: echo "Did you update the peer dependencies of the charts and compat package?"
2929

3030
release-dryrun:
3131
runs-on: ubuntu-latest

packages/compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/react": "*",
4343
"@types/react-dom": "*",
4444
"@ui5/webcomponents-compat": "~2.3.0",
45-
"@ui5/webcomponents-react": "~2.2.0",
45+
"@ui5/webcomponents-react": "~2.3.0",
4646
"react": "^18 || ^19",
4747
"react-dom": "^18 || ^19"
4848
},

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6026,7 +6026,7 @@ __metadata:
60266026
"@types/react": "*"
60276027
"@types/react-dom": "*"
60286028
"@ui5/webcomponents-compat": ~2.3.0
6029-
"@ui5/webcomponents-react": ~2.2.0
6029+
"@ui5/webcomponents-react": ~2.3.0
60306030
react: ^18 || ^19
60316031
react-dom: ^18 || ^19
60326032
peerDependenciesMeta:

0 commit comments

Comments
 (0)