Skip to content

Commit

Permalink
fix(tekton): bump aonic-ui/pipelines package to fix acs table crashin…
Browse files Browse the repository at this point in the history
…g issue (janus-idp#1382)
  • Loading branch information
karthikjeeyar authored Mar 25, 2024
1 parent a3b6916 commit b37cc94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugins/tekton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"ui-test": "yarn playwright test"
},
"dependencies": {
"@aonic-ui/pipelines": "^1.1.0",
"@aonic-ui/pipelines": "^1.1.1",
"@backstage/catalog-model": "^1.4.4",
"@backstage/core-components": "^0.14.0",
"@backstage/core-plugin-api": "^1.9.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
tslib "^2.6.2"
typescript "^5.2.2"

"@aonic-ui/pipelines@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@aonic-ui/pipelines/-/pipelines-1.1.0.tgz#b40b1ffdc0c4c6d21a53c7dca9c7e48169e5e798"
integrity sha512-C5BvabW3Hhffn691DL3pwoUbN/2GcASjbFg3kDeFEElPp8G9UEJw5l4+c7esr/64/F/ffd2qA0ODNwAIcUVlcg==
"@aonic-ui/pipelines@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@aonic-ui/pipelines/-/pipelines-1.1.1.tgz#7592d974bb69bbd403dc4c53f14ec80ba2a37a67"
integrity sha512-plfmKczOLdQltSO6hjOC7krx4NOWJm6gMOO6jwMo4H6jeMF+ABczagI7f7pONVe0iTG1TYyif4l6YZjJVAtBBQ==
dependencies:
"@patternfly/react-table" "^5.1.2"
js-yaml "^4.1.0"
Expand Down

0 comments on commit b37cc94

Please sign in to comment.