chore: Upgrade PatternFly to 6.3.0 (#532)
Signed-off-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
This commit is contained in:
parent
1b14efde66
commit
1f5c6e1fcb
|
|
@ -9,14 +9,14 @@
|
|||
"version": "0.0.1",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@patternfly/patternfly": "^6.2.3",
|
||||
"@patternfly/react-catalog-view-extension": "^6.1.0",
|
||||
"@patternfly/react-code-editor": "^6.2.0",
|
||||
"@patternfly/react-core": "^6.2.0",
|
||||
"@patternfly/react-icons": "^6.2.0",
|
||||
"@patternfly/react-styles": "^6.2.0",
|
||||
"@patternfly/react-table": "^6.2.0",
|
||||
"@patternfly/react-tokens": "^6.2.0",
|
||||
"@patternfly/patternfly": "^6.3.1",
|
||||
"@patternfly/react-catalog-view-extension": "^6.2.0",
|
||||
"@patternfly/react-code-editor": "^6.3.1",
|
||||
"@patternfly/react-core": "^6.3.1",
|
||||
"@patternfly/react-icons": "^6.3.1",
|
||||
"@patternfly/react-styles": "^6.3.1",
|
||||
"@patternfly/react-table": "^6.3.1",
|
||||
"@patternfly/react-tokens": "^6.3.1",
|
||||
"@types/js-yaml": "^4.0.9",
|
||||
"axios": "^1.10.0",
|
||||
"date-fns": "^4.1.0",
|
||||
|
|
@ -4766,92 +4766,92 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@patternfly/patternfly": {
|
||||
"version": "6.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-6.2.3.tgz",
|
||||
"integrity": "sha512-FR027W7JygcQpvlRU/Iom936Vm0apzfi2o5lvtlcWW6IaeZCCTtTaDxehoYuELHlemzkLziQAgu6LuCJEVayjw=="
|
||||
"version": "6.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-6.3.1.tgz",
|
||||
"integrity": "sha512-O/lTo5EHKzer/HNzqMQOQEAMG7izDDkEHpAeJ5+sGaeQ/maB3RK7sQsOPS4DjrnMxt4/cC6LogK2mowlbf1j5Q=="
|
||||
},
|
||||
"node_modules/@patternfly/react-catalog-view-extension": {
|
||||
"version": "6.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-catalog-view-extension/-/react-catalog-view-extension-6.1.0.tgz",
|
||||
"integrity": "sha512-cQnafDmY/PwcImWx8xI498jXxFwF9WlOl3d5MzGzmpZbKLHHHsKz+khh/CRtUA+Ws0GztlkFBlNpVMMuX4IdmA==",
|
||||
"version": "6.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-catalog-view-extension/-/react-catalog-view-extension-6.2.0.tgz",
|
||||
"integrity": "sha512-IGpldLLP8iV151XDwYs3A5SiE3kksLlclh2uUyQmlcFNhvbnnqDlNfqNGOpMtR1N6HwVUJlnC4hMeUpvJAkj7Q==",
|
||||
"dependencies": {
|
||||
"@patternfly/react-core": "^6.1.0",
|
||||
"@patternfly/react-styles": "^6.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^17 || ^18",
|
||||
"react-dom": "^17 || ^18"
|
||||
"react": "^17 || ^18 || ^19",
|
||||
"react-dom": "^17 || ^18 || ^19"
|
||||
}
|
||||
},
|
||||
"node_modules/@patternfly/react-code-editor": {
|
||||
"version": "6.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-code-editor/-/react-code-editor-6.2.0.tgz",
|
||||
"integrity": "sha512-e26lO34RC8yCyKXcLw6R5K3jhiDQgoFhNbR1jv907/VJe8Kn8OLvNxFifHXYLu1OW/B5wPJIQ1jsUxC+AdO3Qg==",
|
||||
"version": "6.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-code-editor/-/react-code-editor-6.3.1.tgz",
|
||||
"integrity": "sha512-lzrION96CR2G3ASjE++dX/dExH08HVcCLXbHdmiiTL4eHfbqXt4edDc+UX619XrbaccJBE+BxNNGKyO8bgpKRg==",
|
||||
"dependencies": {
|
||||
"@monaco-editor/react": "^4.6.0",
|
||||
"@patternfly/react-core": "^6.2.0",
|
||||
"@patternfly/react-icons": "^6.2.0",
|
||||
"@patternfly/react-styles": "^6.2.0",
|
||||
"@patternfly/react-core": "^6.3.1",
|
||||
"@patternfly/react-icons": "^6.3.1",
|
||||
"@patternfly/react-styles": "^6.3.1",
|
||||
"react-dropzone": "14.3.5",
|
||||
"tslib": "^2.8.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^17 || ^18",
|
||||
"react-dom": "^17 || ^18"
|
||||
"react": "^17 || ^18 || ^19",
|
||||
"react-dom": "^17 || ^18 || ^19"
|
||||
}
|
||||
},
|
||||
"node_modules/@patternfly/react-core": {
|
||||
"version": "6.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-6.2.0.tgz",
|
||||
"integrity": "sha512-yh5de7Tv1ft8c4+xHi5wr49yk4E/FgOXsxj3bl2VjdieTxXmZEmeWcqeYFXoUdnMSqCay4Mt5k6gyRYgO0y9oQ==",
|
||||
"version": "6.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-6.3.1.tgz",
|
||||
"integrity": "sha512-1qV20nU4M6PA28qnikH9fPLQlkteaZZToFlATjBNBw7aUI6zIvj7U0akkHz8raWcfHAI+tAzGV7dfKjiv035/g==",
|
||||
"dependencies": {
|
||||
"@patternfly/react-icons": "^6.2.0",
|
||||
"@patternfly/react-styles": "^6.2.0",
|
||||
"@patternfly/react-tokens": "^6.2.0",
|
||||
"@patternfly/react-icons": "^6.3.1",
|
||||
"@patternfly/react-styles": "^6.3.1",
|
||||
"@patternfly/react-tokens": "^6.3.1",
|
||||
"focus-trap": "7.6.4",
|
||||
"react-dropzone": "^14.3.5",
|
||||
"tslib": "^2.8.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^17 || ^18",
|
||||
"react-dom": "^17 || ^18"
|
||||
"react": "^17 || ^18 || ^19",
|
||||
"react-dom": "^17 || ^18 || ^19"
|
||||
}
|
||||
},
|
||||
"node_modules/@patternfly/react-icons": {
|
||||
"version": "6.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-6.2.0.tgz",
|
||||
"integrity": "sha512-moGLd1qM80+yjVVVEl+aNHQn7K5ANMUgyQZ4ECxnA/vjPlWmNZSJ1imsaCxYrywp9zzO0yZ5uN5wO/Z2hdz3MA==",
|
||||
"version": "6.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-6.3.1.tgz",
|
||||
"integrity": "sha512-uiMounSIww1iZLM4pq+X8c3upzwl9iowXRPjR5CA8entb70lwgAXg3PqvypnuTAcilTq1Y3k5sFTqkhz7rgKcQ==",
|
||||
"peerDependencies": {
|
||||
"react": "^17 || ^18",
|
||||
"react-dom": "^17 || ^18"
|
||||
"react": "^17 || ^18 || ^19",
|
||||
"react-dom": "^17 || ^18 || ^19"
|
||||
}
|
||||
},
|
||||
"node_modules/@patternfly/react-styles": {
|
||||
"version": "6.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-styles/-/react-styles-6.2.0.tgz",
|
||||
"integrity": "sha512-Cv2flqlc8GEuzshjQrLj1qfYAVx9IDOudi46yfiOIvG7GUPdDCH+Ib4XGC/oZry7qj1Dwr78BJ6QOinM1cSiog=="
|
||||
"version": "6.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-styles/-/react-styles-6.3.1.tgz",
|
||||
"integrity": "sha512-hyb+PlO8YITjKh2wBvjdeZhX6FyB3hlf4r6yG4rPOHk4SgneXHjNSdGwQ3szAxgGqtbENCYtOqwD/8ai72GrxQ=="
|
||||
},
|
||||
"node_modules/@patternfly/react-table": {
|
||||
"version": "6.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-table/-/react-table-6.2.0.tgz",
|
||||
"integrity": "sha512-6FwyzvaajgN5x/qrpPWax+GNyRllAd1dHhrgpZqZbeWyoywEifr1K2dxYmYNzMKOyYj9jEK0NnCWWIzFvaVfDg==",
|
||||
"version": "6.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-table/-/react-table-6.3.1.tgz",
|
||||
"integrity": "sha512-ZndBbPcMr/vInP5eELRe9m7MWzRoejRAhWx+25xOdjVAd31/CmMK1nBgZk4QAXaWjH1P+uZaZYsTgr/FMTte2g==",
|
||||
"dependencies": {
|
||||
"@patternfly/react-core": "^6.2.0",
|
||||
"@patternfly/react-icons": "^6.2.0",
|
||||
"@patternfly/react-styles": "^6.2.0",
|
||||
"@patternfly/react-tokens": "^6.2.0",
|
||||
"@patternfly/react-core": "^6.3.1",
|
||||
"@patternfly/react-icons": "^6.3.1",
|
||||
"@patternfly/react-styles": "^6.3.1",
|
||||
"@patternfly/react-tokens": "^6.3.1",
|
||||
"lodash": "^4.17.21",
|
||||
"tslib": "^2.8.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^17 || ^18",
|
||||
"react-dom": "^17 || ^18"
|
||||
"react": "^17 || ^18 || ^19",
|
||||
"react-dom": "^17 || ^18 || ^19"
|
||||
}
|
||||
},
|
||||
"node_modules/@patternfly/react-tokens": {
|
||||
"version": "6.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-6.2.2.tgz",
|
||||
"integrity": "sha512-2GRWDPBTrcTlGNFc5NPJjrjEVU90RpgcGX/CIe2MplLgM32tpVIkeUtqIoJPLRk5GrbhyFuHJYRU+O93gU4o3Q=="
|
||||
"version": "6.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-6.3.1.tgz",
|
||||
"integrity": "sha512-wt/xKU1tGCDXUueFb+8/Cwxlm4vUD/Xl26O8MxbSLm6NZAHOUPwytJ7gugloGSPvc/zcsXxEgKANL8UZNO6DTw=="
|
||||
},
|
||||
"node_modules/@pkgjs/parseargs": {
|
||||
"version": "0.11.0",
|
||||
|
|
|
|||
|
|
@ -105,14 +105,14 @@
|
|||
"webpack-merge": "^5.10.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@patternfly/patternfly": "^6.2.3",
|
||||
"@patternfly/react-catalog-view-extension": "^6.1.0",
|
||||
"@patternfly/react-code-editor": "^6.2.0",
|
||||
"@patternfly/react-core": "^6.2.0",
|
||||
"@patternfly/react-icons": "^6.2.0",
|
||||
"@patternfly/react-styles": "^6.2.0",
|
||||
"@patternfly/react-table": "^6.2.0",
|
||||
"@patternfly/react-tokens": "^6.2.0",
|
||||
"@patternfly/patternfly": "^6.3.1",
|
||||
"@patternfly/react-catalog-view-extension": "^6.2.0",
|
||||
"@patternfly/react-code-editor": "^6.3.1",
|
||||
"@patternfly/react-core": "^6.3.1",
|
||||
"@patternfly/react-icons": "^6.3.1",
|
||||
"@patternfly/react-styles": "^6.3.1",
|
||||
"@patternfly/react-table": "^6.3.1",
|
||||
"@patternfly/react-tokens": "^6.3.1",
|
||||
"@types/js-yaml": "^4.0.9",
|
||||
"axios": "^1.10.0",
|
||||
"date-fns": "^4.1.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue