build(deps): bump @patternfly/react-code-editor from 5.3.3 to 5.3.4
Bumps [@patternfly/react-code-editor](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-code-editor@5.3.3...@patternfly/react-code-editor@5.3.4) --- updated-dependencies: - dependency-name: "@patternfly/react-code-editor" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
14b5edb83a
commit
64fe6642d3
2 changed files with 23 additions and 6 deletions
27
package-lock.json
generated
27
package-lock.json
generated
|
|
@ -9,7 +9,7 @@
|
|||
"version": "1.1.0",
|
||||
"dependencies": {
|
||||
"@patternfly/patternfly": "5.3.1",
|
||||
"@patternfly/react-code-editor": "5.3.3",
|
||||
"@patternfly/react-code-editor": "5.3.4",
|
||||
"@patternfly/react-core": "5.3.3",
|
||||
"@patternfly/react-table": "5.3.4",
|
||||
"@redhat-cloud-services/frontend-components": "4.2.12",
|
||||
|
|
@ -3359,12 +3359,12 @@
|
|||
"integrity": "sha512-KYIr9pKRTzHZNGuDuaa5j5CaZyLltvotPFGG1BiJalBDBGSOyk0BZCgHLowm4txKZXrLhorEuuv9XLrMQL8eoA=="
|
||||
},
|
||||
"node_modules/@patternfly/react-code-editor": {
|
||||
"version": "5.3.3",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-code-editor/-/react-code-editor-5.3.3.tgz",
|
||||
"integrity": "sha512-yXKzqNzztLw1PuujQArhRM0PktU5LFuUuR9anUpzaNXMiI/n+A5JXLI1i1E3NBWg+4hs1qpjMRdWd74o0QnjEQ==",
|
||||
"version": "5.3.4",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-code-editor/-/react-code-editor-5.3.4.tgz",
|
||||
"integrity": "sha512-pwL7NkRsQps5D6xOe2nepS4yRTbU/Im4Y09Yg2teB5G/f5oGI5OW9pUAagjcK0TAV/Gb6YILCwixoaXtuw0n+g==",
|
||||
"dependencies": {
|
||||
"@monaco-editor/react": "^4.6.0",
|
||||
"@patternfly/react-core": "^5.3.3",
|
||||
"@patternfly/react-core": "^5.3.4",
|
||||
"@patternfly/react-icons": "^5.3.2",
|
||||
"@patternfly/react-styles": "^5.3.1",
|
||||
"react-dropzone": "14.2.3",
|
||||
|
|
@ -3375,6 +3375,23 @@
|
|||
"react-dom": "^17 || ^18"
|
||||
}
|
||||
},
|
||||
"node_modules/@patternfly/react-code-editor/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-component-groups": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@patternfly/react-component-groups/-/react-component-groups-5.0.0.tgz",
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
"dependencies": {
|
||||
"@patternfly/patternfly": "5.3.1",
|
||||
"@patternfly/react-core": "5.3.3",
|
||||
"@patternfly/react-code-editor": "5.3.3",
|
||||
"@patternfly/react-code-editor": "5.3.4",
|
||||
"@patternfly/react-table": "5.3.4",
|
||||
"@redhat-cloud-services/frontend-components": "4.2.12",
|
||||
"@redhat-cloud-services/frontend-components-notifications": "4.1.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue