build(deps): bump @patternfly/react-table from 6.3.0 to 6.3.1
Bumps [@patternfly/react-table](https://github.com/patternfly/patternfly-react) from 6.3.0 to 6.3.1. - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@6.3.0...@patternfly/react-table@6.3.1) --- updated-dependencies: - dependency-name: "@patternfly/react-table" dependency-version: 6.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
bb345c0e4f
commit
2098ede032
2 changed files with 77 additions and 28 deletions
103
package-lock.json
generated
103
package-lock.json
generated
|
|
@ -13,7 +13,7 @@
|
|||
"@patternfly/patternfly": "6.3.0",
|
||||
"@patternfly/react-code-editor": "6.3.0",
|
||||
"@patternfly/react-core": "6.3.0",
|
||||
"@patternfly/react-table": "6.3.0",
|
||||
"@patternfly/react-table": "6.3.1",
|
||||
"@redhat-cloud-services/frontend-components": "6.1.1",
|
||||
"@redhat-cloud-services/frontend-components-notifications": "6.1.3",
|
||||
"@redhat-cloud-services/frontend-components-utilities": "6.1.1",
|
||||
|
|
@ -3834,21 +3834,21 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@patternfly/react-styles": {
|
||||
"version": "6.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-styles/-/react-styles-6.3.0.tgz",
|
||||
"integrity": "sha512-FvuyNsY2oN8f2dvCl4Hx8CxBWCIF3BC9JE3Ay1lCuVqY1WYkvW4AQn3/0WVRINCxB9FkQxVNkSjARdwHNCEulw==",
|
||||
"version": "6.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-styles/-/react-styles-6.3.1.tgz",
|
||||
"integrity": "sha512-hyb+PlO8YITjKh2wBvjdeZhX6FyB3hlf4r6yG4rPOHk4SgneXHjNSdGwQ3szAxgGqtbENCYtOqwD/8ai72GrxQ==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@patternfly/react-table": {
|
||||
"version": "6.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-table/-/react-table-6.3.0.tgz",
|
||||
"integrity": "sha512-klC0HKZvKhrRRJX8j1bLmfvzJyMeqpwbKeV7np9Ggvvh79IxWpBBKX2XbJkjHtl+sCwIVN1VZatil3HGba5CZQ==",
|
||||
"version": "6.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-table/-/react-table-6.3.1.tgz",
|
||||
"integrity": "sha512-ZndBbPcMr/vInP5eELRe9m7MWzRoejRAhWx+25xOdjVAd31/CmMK1nBgZk4QAXaWjH1P+uZaZYsTgr/FMTte2g==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@patternfly/react-core": "6.3.0",
|
||||
"@patternfly/react-icons": "6.3.0",
|
||||
"@patternfly/react-styles": "^6.3.0",
|
||||
"@patternfly/react-tokens": "^6.3.0",
|
||||
"@patternfly/react-core": "^6.3.1",
|
||||
"@patternfly/react-icons": "^6.3.1",
|
||||
"@patternfly/react-styles": "^6.3.1",
|
||||
"@patternfly/react-tokens": "^6.3.1",
|
||||
"lodash": "^4.17.21",
|
||||
"tslib": "^2.8.1"
|
||||
},
|
||||
|
|
@ -3857,10 +3857,38 @@
|
|||
"react-dom": "^17 || ^18 || ^19"
|
||||
}
|
||||
},
|
||||
"node_modules/@patternfly/react-table/node_modules/@patternfly/react-core": {
|
||||
"version": "6.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-6.3.1.tgz",
|
||||
"integrity": "sha512-1qV20nU4M6PA28qnikH9fPLQlkteaZZToFlATjBNBw7aUI6zIvj7U0akkHz8raWcfHAI+tAzGV7dfKjiv035/g==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@patternfly/react-icons": "^6.3.1",
|
||||
"@patternfly/react-styles": "^6.3.1",
|
||||
"@patternfly/react-tokens": "^6.3.1",
|
||||
"focus-trap": "7.6.4",
|
||||
"react-dropzone": "^14.3.5",
|
||||
"tslib": "^2.8.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^17 || ^18 || ^19",
|
||||
"react-dom": "^17 || ^18 || ^19"
|
||||
}
|
||||
},
|
||||
"node_modules/@patternfly/react-table/node_modules/@patternfly/react-icons": {
|
||||
"version": "6.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-6.3.1.tgz",
|
||||
"integrity": "sha512-uiMounSIww1iZLM4pq+X8c3upzwl9iowXRPjR5CA8entb70lwgAXg3PqvypnuTAcilTq1Y3k5sFTqkhz7rgKcQ==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"react": "^17 || ^18 || ^19",
|
||||
"react-dom": "^17 || ^18 || ^19"
|
||||
}
|
||||
},
|
||||
"node_modules/@patternfly/react-tokens": {
|
||||
"version": "6.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-6.3.0.tgz",
|
||||
"integrity": "sha512-yWStfkbxg4RWAExFKS/JRGScyadOy35yr4DFispNeHrkZWMp4pwKf0VdwlQZ7+ZtSgEWtzzy1KFxMLmWh3mEqA==",
|
||||
"version": "6.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-6.3.1.tgz",
|
||||
"integrity": "sha512-wt/xKU1tGCDXUueFb+8/Cwxlm4vUD/Xl26O8MxbSLm6NZAHOUPwytJ7gugloGSPvc/zcsXxEgKANL8UZNO6DTw==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@pkgjs/parseargs": {
|
||||
|
|
@ -22294,27 +22322,48 @@
|
|||
"requires": {}
|
||||
},
|
||||
"@patternfly/react-styles": {
|
||||
"version": "6.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-styles/-/react-styles-6.3.0.tgz",
|
||||
"integrity": "sha512-FvuyNsY2oN8f2dvCl4Hx8CxBWCIF3BC9JE3Ay1lCuVqY1WYkvW4AQn3/0WVRINCxB9FkQxVNkSjARdwHNCEulw=="
|
||||
"version": "6.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-styles/-/react-styles-6.3.1.tgz",
|
||||
"integrity": "sha512-hyb+PlO8YITjKh2wBvjdeZhX6FyB3hlf4r6yG4rPOHk4SgneXHjNSdGwQ3szAxgGqtbENCYtOqwD/8ai72GrxQ=="
|
||||
},
|
||||
"@patternfly/react-table": {
|
||||
"version": "6.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-table/-/react-table-6.3.0.tgz",
|
||||
"integrity": "sha512-klC0HKZvKhrRRJX8j1bLmfvzJyMeqpwbKeV7np9Ggvvh79IxWpBBKX2XbJkjHtl+sCwIVN1VZatil3HGba5CZQ==",
|
||||
"version": "6.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-table/-/react-table-6.3.1.tgz",
|
||||
"integrity": "sha512-ZndBbPcMr/vInP5eELRe9m7MWzRoejRAhWx+25xOdjVAd31/CmMK1nBgZk4QAXaWjH1P+uZaZYsTgr/FMTte2g==",
|
||||
"requires": {
|
||||
"@patternfly/react-core": "6.3.0",
|
||||
"@patternfly/react-icons": "6.3.0",
|
||||
"@patternfly/react-styles": "^6.3.0",
|
||||
"@patternfly/react-tokens": "^6.3.0",
|
||||
"@patternfly/react-core": "^6.3.1",
|
||||
"@patternfly/react-icons": "^6.3.1",
|
||||
"@patternfly/react-styles": "^6.3.1",
|
||||
"@patternfly/react-tokens": "^6.3.1",
|
||||
"lodash": "^4.17.21",
|
||||
"tslib": "^2.8.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@patternfly/react-core": {
|
||||
"version": "6.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-6.3.1.tgz",
|
||||
"integrity": "sha512-1qV20nU4M6PA28qnikH9fPLQlkteaZZToFlATjBNBw7aUI6zIvj7U0akkHz8raWcfHAI+tAzGV7dfKjiv035/g==",
|
||||
"requires": {
|
||||
"@patternfly/react-icons": "^6.3.1",
|
||||
"@patternfly/react-styles": "^6.3.1",
|
||||
"@patternfly/react-tokens": "^6.3.1",
|
||||
"focus-trap": "7.6.4",
|
||||
"react-dropzone": "^14.3.5",
|
||||
"tslib": "^2.8.1"
|
||||
}
|
||||
},
|
||||
"@patternfly/react-icons": {
|
||||
"version": "6.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-6.3.1.tgz",
|
||||
"integrity": "sha512-uiMounSIww1iZLM4pq+X8c3upzwl9iowXRPjR5CA8entb70lwgAXg3PqvypnuTAcilTq1Y3k5sFTqkhz7rgKcQ==",
|
||||
"requires": {}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@patternfly/react-tokens": {
|
||||
"version": "6.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-6.3.0.tgz",
|
||||
"integrity": "sha512-yWStfkbxg4RWAExFKS/JRGScyadOy35yr4DFispNeHrkZWMp4pwKf0VdwlQZ7+ZtSgEWtzzy1KFxMLmWh3mEqA=="
|
||||
"version": "6.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-6.3.1.tgz",
|
||||
"integrity": "sha512-wt/xKU1tGCDXUueFb+8/Cwxlm4vUD/Xl26O8MxbSLm6NZAHOUPwytJ7gugloGSPvc/zcsXxEgKANL8UZNO6DTw=="
|
||||
},
|
||||
"@pkgjs/parseargs": {
|
||||
"version": "0.11.0",
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
"@patternfly/patternfly": "6.3.0",
|
||||
"@patternfly/react-code-editor": "6.3.0",
|
||||
"@patternfly/react-core": "6.3.0",
|
||||
"@patternfly/react-table": "6.3.0",
|
||||
"@patternfly/react-table": "6.3.1",
|
||||
"@redhat-cloud-services/frontend-components": "6.1.1",
|
||||
"@redhat-cloud-services/frontend-components-notifications": "6.1.3",
|
||||
"@redhat-cloud-services/frontend-components-utilities": "6.1.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue