deps: Bump @patternfly/react-core from 5.1.2 to 5.2.0
This bumps @patternfly/react-core from 5.1.2 to 5.2.0 and adds @patternfly/react-icons as a dev dependency.
This commit is contained in:
parent
5d261b9b76
commit
6100298bbd
2 changed files with 10 additions and 25 deletions
32
package-lock.json
generated
32
package-lock.json
generated
|
|
@ -11,7 +11,7 @@
|
|||
"@data-driven-forms/pf4-component-mapper": "3.22.0",
|
||||
"@data-driven-forms/react-form-renderer": "3.22.3",
|
||||
"@patternfly/patternfly": "5.2.0",
|
||||
"@patternfly/react-core": "5.1.2",
|
||||
"@patternfly/react-core": "5.2.0",
|
||||
"@patternfly/react-table": "5.2.0",
|
||||
"@redhat-cloud-services/frontend-components": "4.2.3",
|
||||
"@redhat-cloud-services/frontend-components-notifications": "4.1.0",
|
||||
|
|
@ -36,6 +36,7 @@
|
|||
"@babel/preset-env": "7.23.9",
|
||||
"@babel/preset-react": "7.23.3",
|
||||
"@babel/preset-typescript": "7.23.3",
|
||||
"@patternfly/react-icons": "^5.2.0",
|
||||
"@redhat-cloud-services/eslint-config-redhat-cloud-services": "2.0.3",
|
||||
"@redhat-cloud-services/frontend-components-config": "5.0.5",
|
||||
"@rtk-query/codegen-openapi": "1.2.0",
|
||||
|
|
@ -3387,13 +3388,13 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@patternfly/react-core": {
|
||||
"version": "5.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.1.2.tgz",
|
||||
"integrity": "sha512-MeSasp7PgkqlirlbbGuEj6j3KqXVoNkE3c3N6rfxTZOF025ullDJjtzf/L/Fiyht4tH1uNCtkdlpnea6jqTMPg==",
|
||||
"version": "5.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.2.0.tgz",
|
||||
"integrity": "sha512-AUd7jccCgE2ZRwVtpEbJNF2Sq1A//ZhRaEQ/QHZiiq8mQRQM0Bkpnx0HdefToZT+TgUIjmPW4AXO3ooRJmt26w==",
|
||||
"dependencies": {
|
||||
"@patternfly/react-icons": "^5.1.2",
|
||||
"@patternfly/react-styles": "^5.1.2",
|
||||
"@patternfly/react-tokens": "^5.1.2",
|
||||
"@patternfly/react-icons": "^5.2.0",
|
||||
"@patternfly/react-styles": "^5.2.0",
|
||||
"@patternfly/react-tokens": "^5.2.0",
|
||||
"focus-trap": "7.5.2",
|
||||
"react-dropzone": "^14.2.3",
|
||||
"tslib": "^2.5.0"
|
||||
|
|
@ -3434,23 +3435,6 @@
|
|||
"react-dom": "^17 || ^18"
|
||||
}
|
||||
},
|
||||
"node_modules/@patternfly/react-table/node_modules/@patternfly/react-core": {
|
||||
"version": "5.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.2.0.tgz",
|
||||
"integrity": "sha512-AUd7jccCgE2ZRwVtpEbJNF2Sq1A//ZhRaEQ/QHZiiq8mQRQM0Bkpnx0HdefToZT+TgUIjmPW4AXO3ooRJmt26w==",
|
||||
"dependencies": {
|
||||
"@patternfly/react-icons": "^5.2.0",
|
||||
"@patternfly/react-styles": "^5.2.0",
|
||||
"@patternfly/react-tokens": "^5.2.0",
|
||||
"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.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-5.2.0.tgz",
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
"@data-driven-forms/pf4-component-mapper": "3.22.0",
|
||||
"@data-driven-forms/react-form-renderer": "3.22.3",
|
||||
"@patternfly/patternfly": "5.2.0",
|
||||
"@patternfly/react-core": "5.1.2",
|
||||
"@patternfly/react-core": "5.2.0",
|
||||
"@patternfly/react-table": "5.2.0",
|
||||
"@redhat-cloud-services/frontend-components": "4.2.3",
|
||||
"@redhat-cloud-services/frontend-components-notifications": "4.1.0",
|
||||
|
|
@ -61,6 +61,7 @@
|
|||
"@babel/preset-env": "7.23.9",
|
||||
"@babel/preset-react": "7.23.3",
|
||||
"@babel/preset-typescript": "7.23.3",
|
||||
"@patternfly/react-icons": "5.2.0",
|
||||
"@redhat-cloud-services/eslint-config-redhat-cloud-services": "2.0.3",
|
||||
"@redhat-cloud-services/frontend-components-config": "5.0.5",
|
||||
"@rtk-query/codegen-openapi": "1.2.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue