Skip to content

Commit

Permalink
Core bump 4 222 3 (#8420)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency @patternfly/patternfly to v4.222.3

* remove wait

Co-authored-by: Titani <tlabaj@redaht.com>
  • Loading branch information
tlabaj and Titani committed Dec 7, 2022
1 parent 08cb2ff commit b230060
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/react-catalog-view-extension/package.json
Expand Up @@ -35,7 +35,7 @@
"clean": "rimraf dist"
},
"dependencies": {
"@patternfly/patternfly": "4.221.3",
"@patternfly/patternfly": "4.222.3",
"@patternfly/react-core": "^4.266.2",
"@patternfly/react-styles": "^4.92.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-console/package.json
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@novnc/novnc": "^1.2.0",
"@patternfly/patternfly": "4.221.3",
"@patternfly/patternfly": "4.222.3",
"@patternfly/react-core": "^4.266.2",
"@spice-project/spice-html5": "^0.2.1",
"@types/file-saver": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-core/package.json
Expand Up @@ -60,7 +60,7 @@
"tslib": "^2.0.0"
},
"devDependencies": {
"@patternfly/patternfly": "4.221.3",
"@patternfly/patternfly": "4.222.3",
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-docs/package.json
Expand Up @@ -22,7 +22,7 @@
"test:a11y": "patternfly-a11y --config patternfly-a11y.config"
},
"dependencies": {
"@patternfly/patternfly": "4.221.3",
"@patternfly/patternfly": "4.222.3",
"@patternfly/react-catalog-view-extension": "^4.93.7",
"@patternfly/react-charts": "^6.94.13",
"@patternfly/react-code-editor": "^4.82.74",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-icons/package.json
Expand Up @@ -32,7 +32,7 @@
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-regular-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@patternfly/patternfly": "4.221.3",
"@patternfly/patternfly": "4.222.3",
"fs-extra": "^6.0.1",
"glob": "^7.1.2",
"rimraf": "^2.6.2",
Expand Down
Expand Up @@ -140,7 +140,7 @@ describe('Menu Test', () => {
it('Verify Drilldown Menu', () => {
cy.get('#drilldownMenuStart').should('not.be.visible');
cy.get('#start').click();
cy.get('#drilldownMenuStart').should('be.visible');
cy.get('#drilldownMenuStart > :nth-child(1) > :nth-child(1)').should('be.visible');
cy.get('#app-group-start').click();
});
});
Expand Up @@ -43,7 +43,10 @@ export class MenuDrilldownDemo extends Component {
});
};
setHeight = (menuId: string, height: number) => {
if (!this.state.menuHeights[menuId]) {
if (
!this.state.menuHeights[menuId] ||
(menuId !== 'drilldown-rootMenu' && this.state.menuHeights[menuId] !== height)
) {
this.setState({
menuHeights: {
...this.state.menuHeights,
Expand Down
2 changes: 1 addition & 1 deletion packages/react-styles/package.json
Expand Up @@ -19,7 +19,7 @@
"clean": "rimraf dist css"
},
"devDependencies": {
"@patternfly/patternfly": "4.221.3",
"@patternfly/patternfly": "4.222.3",
"camel-case": "^3.0.0",
"css": "^2.2.3",
"fs-extra": "^6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-tokens/package.json
Expand Up @@ -29,7 +29,7 @@
"clean": "rimraf dist"
},
"devDependencies": {
"@patternfly/patternfly": "4.221.3",
"@patternfly/patternfly": "4.222.3",
"css": "^2.2.3",
"fs-extra": "^6.0.1",
"glob": "^7.1.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -3612,10 +3612,10 @@
puppeteer-cluster "^0.23.0"
xmldoc "^1.1.2"

"@patternfly/patternfly@4.221.3":
version "4.221.3"
resolved "https://registry.yarnpkg.com/@patternfly/patternfly/-/patternfly-4.221.3.tgz#592bd3cb2df9e210725c5b4c3a929e441d742887"
integrity sha512-B54hSqzyTwKLJJZc8uypoB6MFZCYqbUrrH8YJlxFUCH+5aaOWiN1j/JZRPfqml6RuayPr5PR+eoUeZQdSQ2qWA==
"@patternfly/patternfly@4.222.3":
version "4.222.3"
resolved "https://registry.yarnpkg.com/@patternfly/patternfly/-/patternfly-4.222.3.tgz#d6535437f07254ea29e8568340ddbfea9462d597"
integrity sha512-k+UGMdejaylZDXdwe1cCTjaawVWT+uqWbLWNCZVlqXXEQanlmYk36LwMsi+Ouj5fr1+i0eMoaTII+W6612vTuw==

"@reach/router@1.3.4":
version "1.3.4"
Expand Down

0 comments on commit b230060

Please sign in to comment.