build(deps): bump @patternfly/react-table from 5.3.3 to 5.3.4
Bumps [@patternfly/react-table](https://github.com/patternfly/patternfly-react) from 5.3.3 to 5.3.4. - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.3.3...@patternfly/react-table@5.3.4) --- updated-dependencies: - dependency-name: "@patternfly/react-table" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
57ef3c09b3
commit
da39efcbf7
2 changed files with 24 additions and 7 deletions
29
package-lock.json
generated
29
package-lock.json
generated
|
|
@ -11,7 +11,7 @@
|
|||
"@patternfly/patternfly": "5.3.1",
|
||||
"@patternfly/react-code-editor": "5.3.3",
|
||||
"@patternfly/react-core": "5.3.3",
|
||||
"@patternfly/react-table": "5.3.3",
|
||||
"@patternfly/react-table": "5.3.4",
|
||||
"@redhat-cloud-services/frontend-components": "4.2.12",
|
||||
"@redhat-cloud-services/frontend-components-notifications": "4.1.0",
|
||||
"@redhat-cloud-services/frontend-components-utilities": "4.0.13",
|
||||
|
|
@ -3431,12 +3431,12 @@
|
|||
"integrity": "sha512-H6uBoFH3bJjD6PP75qZ4k+2TtF59vxf9sIVerPpwrGJcRgBZbvbMZCniSC3+S2LQ8DgXLnDvieq78jJzHz0hiA=="
|
||||
},
|
||||
"node_modules/@patternfly/react-table": {
|
||||
"version": "5.3.3",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-table/-/react-table-5.3.3.tgz",
|
||||
"integrity": "sha512-uaRmsJABvVPH8gYTh+EUcDz61knIxe9qor/VGUYDLONYBL5G3IaltwG42IsJ9jShxiwFmIPy+QARPpaadTpv5w==",
|
||||
"version": "5.3.4",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-table/-/react-table-5.3.4.tgz",
|
||||
"integrity": "sha512-jGaiuo02scaC1HdGNHuYVRjtQCOB+vtvfbgS7nl1Y8ZcJ08wyUGhGSrEpNHfGAQ1XDSSoELAxj0cjOQwAAQw1A==",
|
||||
"dependencies": {
|
||||
"@patternfly/react-core": "5.3.3",
|
||||
"@patternfly/react-icons": "5.3.2",
|
||||
"@patternfly/react-core": "^5.3.4",
|
||||
"@patternfly/react-icons": "^5.3.2",
|
||||
"@patternfly/react-styles": "^5.3.1",
|
||||
"@patternfly/react-tokens": "^5.3.1",
|
||||
"lodash": "^4.17.19",
|
||||
|
|
@ -3447,6 +3447,23 @@
|
|||
"react-dom": "^17 || ^18"
|
||||
}
|
||||
},
|
||||
"node_modules/@patternfly/react-table/node_modules/@patternfly/react-core": {
|
||||
"version": "5.3.4",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.3.4.tgz",
|
||||
"integrity": "sha512-zr2yeilIoFp8MFOo0vNgI8XuM+P2466zHvy4smyRNRH2/but2WObqx7Wu4ftd/eBMYdNqmTeuXe6JeqqRqnPMQ==",
|
||||
"dependencies": {
|
||||
"@patternfly/react-icons": "^5.3.2",
|
||||
"@patternfly/react-styles": "^5.3.1",
|
||||
"@patternfly/react-tokens": "^5.3.1",
|
||||
"focus-trap": "7.5.2",
|
||||
"react-dropzone": "^14.2.3",
|
||||
"tslib": "^2.5.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^17 || ^18",
|
||||
"react-dom": "^17 || ^18"
|
||||
}
|
||||
},
|
||||
"node_modules/@patternfly/react-tokens": {
|
||||
"version": "5.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-5.3.1.tgz",
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
"@patternfly/patternfly": "5.3.1",
|
||||
"@patternfly/react-core": "5.3.3",
|
||||
"@patternfly/react-code-editor": "5.3.3",
|
||||
"@patternfly/react-table": "5.3.3",
|
||||
"@patternfly/react-table": "5.3.4",
|
||||
"@redhat-cloud-services/frontend-components": "4.2.12",
|
||||
"@redhat-cloud-services/frontend-components-notifications": "4.1.0",
|
||||
"@redhat-cloud-services/frontend-components-utilities": "4.0.13",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue