Skip to content

Commit

Permalink
chore(ConfigForm): Update uniforms-patternfly
Browse files Browse the repository at this point in the history
This version reverts the change about inserting the array elements at
the beginning of the array
(#1102) but brings another fixes:

fix: #1438
fix: #1439
  • Loading branch information
lordrip committed Oct 14, 2024
1 parent a887b87 commit 87446cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"lint:style:fix": "yarn lint:style --fix"
},
"dependencies": {
"@kaoto-next/uniforms-patternfly": "^0.7.10",
"@kaoto-next/uniforms-patternfly": "^0.7.12",
"@kie-tools-core/editor": "0.32.0",
"@kie-tools-core/notifications": "0.32.0",
"@types/uuid": "^10.0.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2727,9 +2727,9 @@ __metadata:
languageName: node
linkType: hard

"@kaoto-next/uniforms-patternfly@npm:^0.7.10":
version: 0.7.10
resolution: "@kaoto-next/uniforms-patternfly@npm:0.7.10"
"@kaoto-next/uniforms-patternfly@npm:^0.7.12":
version: 0.7.12
resolution: "@kaoto-next/uniforms-patternfly@npm:0.7.12"
dependencies:
invariant: "npm:^2.2.4"
lodash.clonedeep: "npm:^4.5.0"
Expand All @@ -2739,7 +2739,7 @@ __metadata:
react: ^18.2.0
react-dom: ^18.2.0
uniforms: 4.0.0-alpha.5
checksum: 10/b6035b21974272c9d207475224326a839fe6aeec44a6f31eacbeb3728f986a2e0e2a1e968703da30d3da075b25503c77e1b381567595b76db82e00bee9fc8b69
checksum: 10/e623cdc4437bc5f22a48d750442a11fc4f03251de703a1a0e3fc87bdb86fcc282747cde754da5b2093fe720e946d028049b147ac2c4f8a0086262acd271548f1
languageName: node
linkType: hard

Expand Down Expand Up @@ -2815,7 +2815,7 @@ __metadata:
"@babel/preset-react": "npm:^7.18.6"
"@babel/preset-typescript": "npm:^7.21.5"
"@eslint/js": "npm:^9.10.0"
"@kaoto-next/uniforms-patternfly": "npm:^0.7.10"
"@kaoto-next/uniforms-patternfly": "npm:^0.7.12"
"@kaoto/camel-catalog": "workspace:*"
"@kie-tools-core/editor": "npm:0.32.0"
"@kie-tools-core/notifications": "npm:0.32.0"
Expand Down

0 comments on commit 87446cc

Please sign in to comment.