Skip to content

Commit

Permalink
ui: Upgrade to PatternFly v5 (PROJQUAY-6085) (quay#2281)
Browse files Browse the repository at this point in the history
Upgrade to PatternFly v5
  • Loading branch information
jpuzz0 authored Oct 6, 2023
1 parent a888350 commit 033bcf6
Show file tree
Hide file tree
Showing 122 changed files with 12,999 additions and 1,211 deletions.
14 changes: 5 additions & 9 deletions integration_tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"description": "Quay Integration Testing",
"license": "UNLICENSED",
"repository": {
"type" : "git",
"url" : "https://github.com/quay/quay.git",
"type": "git",
"url": "https://github.com/quay/quay.git",
"directory": "integration_tests"
},
"homepage": "https://github.com/quay/quay/blob/master/integration_tests/README.md",
Expand All @@ -17,9 +17,9 @@
"debug-test-suite": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' node -r ts-node/register --inspect-brk ./node_modules/.bin/protractor protractor.conf.ts"
},
"dependencies": {
"@patternfly/patternfly": "2.6.7",
"@patternfly/react-charts": "^3.4.5",
"@patternfly/react-core": "3.16.16",
"@patternfly/patternfly": "^5.0.4",
"@patternfly/react-charts": "^7.1.0",
"@patternfly/react-core": "^5.1.0",
"brace": "0.11.x",
"classnames": "2.x",
"core-js": "2.x",
Expand All @@ -34,9 +34,6 @@
"memoize-one": "5.x",
"murmurhash-js": "1.0.x",
"openshift-logos-icon": "1.7.1",
"patternfly": "^3.59.1",
"patternfly-react": "2.32.3",
"patternfly-react-extensions": "2.18.4",
"plotly.js": "1.47.3",
"prop-types": "15.6.x",
"react": "16.8.6",
Expand Down Expand Up @@ -129,4 +126,3 @@
"node": ">=8.x"
}
}

Loading

0 comments on commit 033bcf6

Please sign in to comment.