mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Merge pull request #9998 from nixocio/ui_update_pf
Update patternfly packages Update patternfly packages Reviewed-by: Jake McDermott <yo@jakemcdermott.me> Reviewed-by: Tiago Góes <tiago.goes2009@gmail.com>
This commit is contained in:
commit
6267b264bf
34
awx/ui_next/package-lock.json
generated
34
awx/ui_next/package-lock.json
generated
@ -2265,18 +2265,18 @@
|
||||
"dev": true
|
||||
},
|
||||
"@patternfly/patternfly": {
|
||||
"version": "4.96.2",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-4.96.2.tgz",
|
||||
"integrity": "sha512-nxXLyAGVYubXdJ8XuSPDuPBuUbuY1XPyYYzkIg6AmWp/bLA5Fs1kqX32F4djjGgR1eOteqRz478W/CE7Xi5E4A=="
|
||||
"version": "4.102.1",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-4.102.1.tgz",
|
||||
"integrity": "sha512-YQSJH4EirnFdwJ3eN7BUgGj/Q3bg/Lmc+8vU/bhIDnRuk5KqGZ7xbVCPrWwrV0oYrfIUAWgbrbJjpP03VjrJLw=="
|
||||
},
|
||||
"@patternfly/react-core": {
|
||||
"version": "4.106.2",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-4.106.2.tgz",
|
||||
"integrity": "sha512-zOws2Zqar1dxeKK0TJ2FPffXFnV1qfEpzPvEzBTCRr94vOLsoXbYETe8dsY2SDc7nN6IgP0npesYua9BIHVk6Q==",
|
||||
"version": "4.115.1",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-4.115.1.tgz",
|
||||
"integrity": "sha512-CIUd6y0Zt90a1NXam64uxMnXSG6MV8ECsSW8nN2iyveK73w2P9Zuuxf9UkCEtfi/DDmbCaAPUNmrOYZ6Ez+NkA==",
|
||||
"requires": {
|
||||
"@patternfly/react-icons": "^4.9.9",
|
||||
"@patternfly/react-styles": "^4.9.4",
|
||||
"@patternfly/react-tokens": "^4.10.9",
|
||||
"@patternfly/react-icons": "^4.10.1",
|
||||
"@patternfly/react-styles": "^4.10.1",
|
||||
"@patternfly/react-tokens": "^4.11.2",
|
||||
"focus-trap": "6.2.2",
|
||||
"react-dropzone": "9.0.0",
|
||||
"tippy.js": "5.1.2",
|
||||
@ -2284,9 +2284,19 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@patternfly/react-icons": {
|
||||
"version": "4.9.9",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-4.9.9.tgz",
|
||||
"integrity": "sha512-TAWwmpYPZeseoQXXFdWgakB8UV5mf/FugH15D9C3PQoX+un4OI2nm7d689ItlmBfB3FLK9sMhZ2eZX7/tAjC9g=="
|
||||
"version": "4.10.1",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-4.10.1.tgz",
|
||||
"integrity": "sha512-PDljCqWk+Jld8VJI0zMbigmKh0NhnSl/paXFU8cawZYt4dczbLjvj5kTMqqSOt0/DmvstcMXIvhXxL9SoYAuIA=="
|
||||
},
|
||||
"@patternfly/react-styles": {
|
||||
"version": "4.10.1",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-styles/-/react-styles-4.10.1.tgz",
|
||||
"integrity": "sha512-nrxKeu4ftZArswT0azcZB2r6eV4d5bs4L9HrwHnElMte+6fsUmXbuaBxCVfHh/aHxZSIIxqDElEHNaOqcs7SWg=="
|
||||
},
|
||||
"@patternfly/react-tokens": {
|
||||
"version": "4.11.2",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-4.11.2.tgz",
|
||||
"integrity": "sha512-uLEj6mUknX2vE1z79c28cY+/GBVh0SjS3T6s+bG9ZVP7rGopSgtEQDfejSIEBAwD/t0u1gHW/ncWZ1kyIeVMGg=="
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@ -7,8 +7,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@lingui/react": "^3.7.1",
|
||||
"@patternfly/patternfly": "^4.80.3",
|
||||
"@patternfly/react-core": "^4.90.2",
|
||||
"@patternfly/patternfly": "^4.102.1",
|
||||
"@patternfly/react-core": "^4.115.1",
|
||||
"@patternfly/react-icons": "4.7.22",
|
||||
"@patternfly/react-table": "^4.19.15",
|
||||
"ace-builds": "^1.4.12",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user