build(deps): bump @patternfly/react-table from 5.2.4 to 5.3.3
Bumps [@patternfly/react-table](https://github.com/patternfly/patternfly-react) from 5.2.4 to 5.3.3. - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.2.4...@patternfly/react-table@5.3.3) --- updated-dependencies: - dependency-name: "@patternfly/react-table" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f37bd91a9a
commit
c78ada0f41
2 changed files with 30 additions and 21 deletions
49
package-lock.json
generated
49
package-lock.json
generated
|
|
@ -13,7 +13,7 @@
|
|||
"@patternfly/patternfly": "5.3.0",
|
||||
"@patternfly/react-code-editor": "5.3.0",
|
||||
"@patternfly/react-core": "5.3.0",
|
||||
"@patternfly/react-table": "5.2.4",
|
||||
"@patternfly/react-table": "5.3.3",
|
||||
"@redhat-cloud-services/frontend-components": "4.2.7",
|
||||
"@redhat-cloud-services/frontend-components-notifications": "4.1.0",
|
||||
"@redhat-cloud-services/frontend-components-utilities": "4.0.10",
|
||||
|
|
@ -3465,19 +3465,19 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@patternfly/react-styles": {
|
||||
"version": "5.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-styles/-/react-styles-5.3.0.tgz",
|
||||
"integrity": "sha512-/EdkURW+v7Rzw/CiEqL+NfGtLvLMGIwOEyDhvlMDbRip2usGw4HLZv3Bep0cJe29zOeY27cDVZDM1HfyXLebtw=="
|
||||
"version": "5.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-styles/-/react-styles-5.3.1.tgz",
|
||||
"integrity": "sha512-H6uBoFH3bJjD6PP75qZ4k+2TtF59vxf9sIVerPpwrGJcRgBZbvbMZCniSC3+S2LQ8DgXLnDvieq78jJzHz0hiA=="
|
||||
},
|
||||
"node_modules/@patternfly/react-table": {
|
||||
"version": "5.2.4",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-table/-/react-table-5.2.4.tgz",
|
||||
"integrity": "sha512-WCt4I6XYKRHXcasDqcOX70ctkgPVBAvlOv67KhaZsedxUU+B2NT1kiI7Jr7tD4SrR+jQs0MCF/bbRk1QM+rBqg==",
|
||||
"version": "5.3.3",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-table/-/react-table-5.3.3.tgz",
|
||||
"integrity": "sha512-uaRmsJABvVPH8gYTh+EUcDz61knIxe9qor/VGUYDLONYBL5G3IaltwG42IsJ9jShxiwFmIPy+QARPpaadTpv5w==",
|
||||
"dependencies": {
|
||||
"@patternfly/react-core": "5.2.3",
|
||||
"@patternfly/react-icons": "^5.2.1",
|
||||
"@patternfly/react-styles": "^5.2.1",
|
||||
"@patternfly/react-tokens": "^5.2.1",
|
||||
"@patternfly/react-core": "^5.3.3",
|
||||
"@patternfly/react-icons": "^5.3.2",
|
||||
"@patternfly/react-styles": "^5.3.1",
|
||||
"@patternfly/react-tokens": "^5.3.1",
|
||||
"lodash": "^4.17.19",
|
||||
"tslib": "^2.5.0"
|
||||
},
|
||||
|
|
@ -3487,13 +3487,13 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@patternfly/react-table/node_modules/@patternfly/react-core": {
|
||||
"version": "5.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.2.3.tgz",
|
||||
"integrity": "sha512-MJeOLyJFbZPV+cj4LjL15nUuhJUwFuqLFiv6f2YubRqHl/+z05oM0byhwfm/qu2VnKByY6X6lu3Hp+hMTZcbOA==",
|
||||
"version": "5.3.3",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.3.3.tgz",
|
||||
"integrity": "sha512-qq3j0M+Vi+Xmd+a/MhRhGgjdRh9Hnm79iA+L935HwMIVDcIWRYp6Isib/Ha4+Jk+f3Qdl0RT3dBDvr/4m6OpVQ==",
|
||||
"dependencies": {
|
||||
"@patternfly/react-icons": "^5.2.1",
|
||||
"@patternfly/react-styles": "^5.2.1",
|
||||
"@patternfly/react-tokens": "^5.2.1",
|
||||
"@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"
|
||||
|
|
@ -3503,10 +3503,19 @@
|
|||
"react-dom": "^17 || ^18"
|
||||
}
|
||||
},
|
||||
"node_modules/@patternfly/react-table/node_modules/@patternfly/react-icons": {
|
||||
"version": "5.3.2",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-5.3.2.tgz",
|
||||
"integrity": "sha512-GEygYbl0H4zD8nZuTQy2dayKIrV2bMMeWKSOEZ16Y3EYNgYVUOUnN+J0naAEuEGH39Xb1DE9n+XUbE1PC4CxPA==",
|
||||
"peerDependencies": {
|
||||
"react": "^17 || ^18",
|
||||
"react-dom": "^17 || ^18"
|
||||
}
|
||||
},
|
||||
"node_modules/@patternfly/react-tokens": {
|
||||
"version": "5.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-5.3.0.tgz",
|
||||
"integrity": "sha512-24ZY5hgwt11InW3XtINM5p9Fo1hDiVor6Q4uphPZh8Mt89AsZZw1UweTaGg54I0Ah2Wzv6rkQy51LX7tZtIwjQ=="
|
||||
"version": "5.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-5.3.1.tgz",
|
||||
"integrity": "sha512-VYK0uVP2/2RJ7ZshJCCLeq0Boih5I1bv+9Z/Bg6h12dCkLs85XsxAX9Ve+BGIo5DF54/mzcRHE1RKYap4ISXuw=="
|
||||
},
|
||||
"node_modules/@pmmmwh/react-refresh-webpack-plugin": {
|
||||
"version": "0.5.11",
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"@patternfly/patternfly": "5.3.0",
|
||||
"@patternfly/react-core": "5.3.0",
|
||||
"@patternfly/react-code-editor": "5.3.0",
|
||||
"@patternfly/react-table": "5.2.4",
|
||||
"@patternfly/react-table": "5.3.3",
|
||||
"@redhat-cloud-services/frontend-components": "4.2.7",
|
||||
"@redhat-cloud-services/frontend-components-notifications": "4.1.0",
|
||||
"@redhat-cloud-services/frontend-components-utilities": "4.0.10",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue