build(deps): bump @patternfly/react-core from 5.4.1 to 5.4.8
Bumps [@patternfly/react-core](https://github.com/patternfly/patternfly-react) from 5.4.1 to 5.4.8. - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.4.1...@patternfly/react-core@5.4.8) --- updated-dependencies: - dependency-name: "@patternfly/react-core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b83ee20541
commit
6d392cf943
2 changed files with 23 additions and 39 deletions
60
package-lock.json
generated
60
package-lock.json
generated
|
|
@ -11,7 +11,7 @@
|
|||
"dependencies": {
|
||||
"@patternfly/patternfly": "6.0.0",
|
||||
"@patternfly/react-code-editor": "5.4.3",
|
||||
"@patternfly/react-core": "5.4.1",
|
||||
"@patternfly/react-core": "5.4.8",
|
||||
"@patternfly/react-table": "5.4.9",
|
||||
"@redhat-cloud-services/frontend-components": "4.2.16",
|
||||
"@redhat-cloud-services/frontend-components-notifications": "4.1.0",
|
||||
|
|
@ -3412,22 +3412,31 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@patternfly/react-core": {
|
||||
"version": "5.4.1",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.4.1.tgz",
|
||||
"integrity": "sha512-PJjwN4OCR7jTdWKi0RzuFdtlSQ8gBR+0REczuDHHPW8ky0bs1cIcqGsn5p/b6OgPlztl3UaXqRYLsroiEMasOw==",
|
||||
"version": "5.4.8",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.4.8.tgz",
|
||||
"integrity": "sha512-4KRsQsH39VmTiFPLdN34QqNZg6gKrTamJxKtWEPO1VKA0TpoRMwpFEGk9BDyxipxYST6WzXznAaLCidGkCDlWw==",
|
||||
"dependencies": {
|
||||
"@patternfly/react-icons": "^5.4.0",
|
||||
"@patternfly/react-styles": "^5.4.0",
|
||||
"@patternfly/react-tokens": "^5.4.0",
|
||||
"focus-trap": "7.5.4",
|
||||
"@patternfly/react-icons": "^5.4.2",
|
||||
"@patternfly/react-styles": "^5.4.1",
|
||||
"@patternfly/react-tokens": "^5.4.1",
|
||||
"focus-trap": "7.6.0",
|
||||
"react-dropzone": "^14.2.3",
|
||||
"tslib": "^2.6.3"
|
||||
"tslib": "^2.7.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^17 || ^18",
|
||||
"react-dom": "^17 || ^18"
|
||||
}
|
||||
},
|
||||
"node_modules/@patternfly/react-core/node_modules/@patternfly/react-icons": {
|
||||
"version": "5.4.2",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-5.4.2.tgz",
|
||||
"integrity": "sha512-CMQ5oHYzW6TPVTs2jpNJmP2vGCAKR/YeTPwHGO9dLkAUej1IcIxtCCWK2Fdo2UJsnBjuZihasyw2b6ehvbUm9Q==",
|
||||
"peerDependencies": {
|
||||
"react": "^17 || ^18",
|
||||
"react-dom": "^17 || ^18"
|
||||
}
|
||||
},
|
||||
"node_modules/@patternfly/react-icons": {
|
||||
"version": "5.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-5.4.0.tgz",
|
||||
|
|
@ -3447,7 +3456,7 @@
|
|||
"resolved": "https://registry.npmjs.org/@patternfly/react-table/-/react-table-5.4.9.tgz",
|
||||
"integrity": "sha512-fSbBZRihVCAaUOKRFzzqYhBrTSI/VGU6O9I0a21T+bXwHz071OsefBdE/ZQiJhqHpJTC+WAZWM76/1CEEnrBFw==",
|
||||
"dependencies": {
|
||||
"@patternfly/react-core": "^5.4.8",
|
||||
"@patternfly/react-core": "5.4.8",
|
||||
"@patternfly/react-icons": "^5.4.2",
|
||||
"@patternfly/react-styles": "^5.4.1",
|
||||
"@patternfly/react-tokens": "^5.4.1",
|
||||
|
|
@ -3459,23 +3468,6 @@
|
|||
"react-dom": "^17 || ^18"
|
||||
}
|
||||
},
|
||||
"node_modules/@patternfly/react-table/node_modules/@patternfly/react-core": {
|
||||
"version": "5.4.8",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.4.8.tgz",
|
||||
"integrity": "sha512-4KRsQsH39VmTiFPLdN34QqNZg6gKrTamJxKtWEPO1VKA0TpoRMwpFEGk9BDyxipxYST6WzXznAaLCidGkCDlWw==",
|
||||
"dependencies": {
|
||||
"@patternfly/react-icons": "^5.4.2",
|
||||
"@patternfly/react-styles": "^5.4.1",
|
||||
"@patternfly/react-tokens": "^5.4.1",
|
||||
"focus-trap": "7.6.0",
|
||||
"react-dropzone": "^14.2.3",
|
||||
"tslib": "^2.7.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^17 || ^18",
|
||||
"react-dom": "^17 || ^18"
|
||||
}
|
||||
},
|
||||
"node_modules/@patternfly/react-table/node_modules/@patternfly/react-icons": {
|
||||
"version": "5.4.2",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-5.4.2.tgz",
|
||||
|
|
@ -3485,14 +3477,6 @@
|
|||
"react-dom": "^17 || ^18"
|
||||
}
|
||||
},
|
||||
"node_modules/@patternfly/react-table/node_modules/focus-trap": {
|
||||
"version": "7.6.0",
|
||||
"resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.6.0.tgz",
|
||||
"integrity": "sha512-1td0l3pMkWJLFipobUcGaf+5DTY4PLDDrcqoSaKP8ediO/CoWCCYk/fT/Y2A4e6TNB+Sh6clRJCjOPPnKoNHnQ==",
|
||||
"dependencies": {
|
||||
"tabbable": "^6.2.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@patternfly/react-tokens": {
|
||||
"version": "5.4.1",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-5.4.1.tgz",
|
||||
|
|
@ -10968,9 +10952,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/focus-trap": {
|
||||
"version": "7.5.4",
|
||||
"resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.5.4.tgz",
|
||||
"integrity": "sha512-N7kHdlgsO/v+iD/dMoJKtsSqs5Dz/dXZVebRgJw23LDk+jMi/974zyiOYDziY2JPp8xivq9BmUGwIJMiuSBi7w==",
|
||||
"version": "7.6.0",
|
||||
"resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.6.0.tgz",
|
||||
"integrity": "sha512-1td0l3pMkWJLFipobUcGaf+5DTY4PLDDrcqoSaKP8ediO/CoWCCYk/fT/Y2A4e6TNB+Sh6clRJCjOPPnKoNHnQ==",
|
||||
"dependencies": {
|
||||
"tabbable": "^6.2.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
"dependencies": {
|
||||
"@patternfly/patternfly": "6.0.0",
|
||||
"@patternfly/react-code-editor": "5.4.3",
|
||||
"@patternfly/react-core": "5.4.1",
|
||||
"@patternfly/react-core": "5.4.8",
|
||||
"@patternfly/react-table": "5.4.9",
|
||||
"@redhat-cloud-services/frontend-components": "4.2.16",
|
||||
"@redhat-cloud-services/frontend-components-notifications": "4.1.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue