File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
20
20
with :
21
21
reportCoverage : false
22
22
23
- check-charts-peer-deps :
23
+ check-charts-compat- peer-deps :
24
24
runs-on : ubuntu-latest
25
25
environment : charts-peer-deps-approval
26
26
steps :
27
27
- 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?"
29
29
30
30
release-dryrun :
31
31
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 42
42
"@types/react" : " *" ,
43
43
"@types/react-dom" : " *" ,
44
44
"@ui5/webcomponents-compat" : " ~2.3.0" ,
45
- "@ui5/webcomponents-react" : " ~2.2 .0" ,
45
+ "@ui5/webcomponents-react" : " ~2.3 .0" ,
46
46
"react" : " ^18 || ^19" ,
47
47
"react-dom" : " ^18 || ^19"
48
48
},
Original file line number Diff line number Diff line change @@ -6026,7 +6026,7 @@ __metadata:
6026
6026
"@types/react": "*"
6027
6027
"@types/react-dom": "*"
6028
6028
"@ui5/webcomponents-compat": ~2.3.0
6029
- "@ui5/webcomponents-react": ~2.2 .0
6029
+ "@ui5/webcomponents-react": ~2.3 .0
6030
6030
react: ^18 || ^19
6031
6031
react-dom: ^18 || ^19
6032
6032
peerDependenciesMeta:
You can’t perform that action at this time.
0 commit comments