build(deps): bump @patternfly/react-core from 5.3.0 to 5.3.3
Bumps [@patternfly/react-core](https://github.com/patternfly/patternfly-react) from 5.3.0 to 5.3.3. - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.3.0...@patternfly/react-core@5.3.3) --- 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
b9aa1c786a
commit
1e55dfed46
2 changed files with 18 additions and 26 deletions
42
package-lock.json
generated
42
package-lock.json
generated
|
|
@ -12,7 +12,7 @@
|
|||
"@data-driven-forms/react-form-renderer": "3.22.4",
|
||||
"@patternfly/patternfly": "5.3.0",
|
||||
"@patternfly/react-code-editor": "5.3.0",
|
||||
"@patternfly/react-core": "5.3.0",
|
||||
"@patternfly/react-core": "5.3.3",
|
||||
"@patternfly/react-table": "5.3.3",
|
||||
"@redhat-cloud-services/frontend-components": "4.2.7",
|
||||
"@redhat-cloud-services/frontend-components-notifications": "4.1.0",
|
||||
|
|
@ -3442,13 +3442,13 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@patternfly/react-core": {
|
||||
"version": "5.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.3.0.tgz",
|
||||
"integrity": "sha512-nMf8yrul3u+4+ch7IMsE+/3Rzmor8/yEUk8zzD9bYGRxjwniu1RqCF8NdgPvMw2C7Hz7xtpwsgXDfG4n8qd12g==",
|
||||
"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.3.0",
|
||||
"@patternfly/react-styles": "^5.3.0",
|
||||
"@patternfly/react-tokens": "^5.3.0",
|
||||
"@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"
|
||||
|
|
@ -3458,6 +3458,15 @@
|
|||
"react-dom": "^17 || ^18"
|
||||
}
|
||||
},
|
||||
"node_modules/@patternfly/react-core/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-icons": {
|
||||
"version": "5.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-5.3.1.tgz",
|
||||
|
|
@ -3477,7 +3486,7 @@
|
|||
"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.3.3",
|
||||
"@patternfly/react-core": "5.3.3",
|
||||
"@patternfly/react-icons": "^5.3.2",
|
||||
"@patternfly/react-styles": "^5.3.1",
|
||||
"@patternfly/react-tokens": "^5.3.1",
|
||||
|
|
@ -3489,23 +3498,6 @@
|
|||
"react-dom": "^17 || ^18"
|
||||
}
|
||||
},
|
||||
"node_modules/@patternfly/react-table/node_modules/@patternfly/react-core": {
|
||||
"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.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-table/node_modules/@patternfly/react-icons": {
|
||||
"version": "5.3.2",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-5.3.2.tgz",
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
"@data-driven-forms/pf4-component-mapper": "3.22.4",
|
||||
"@data-driven-forms/react-form-renderer": "3.22.4",
|
||||
"@patternfly/patternfly": "5.3.0",
|
||||
"@patternfly/react-core": "5.3.0",
|
||||
"@patternfly/react-core": "5.3.3",
|
||||
"@patternfly/react-code-editor": "5.3.0",
|
||||
"@patternfly/react-table": "5.3.3",
|
||||
"@redhat-cloud-services/frontend-components": "4.2.7",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue