Skip to content

Commit

Permalink
chore(deps): Update package.json to use UICore 4.0.0-beta.1a (#4528)
Browse files Browse the repository at this point in the history
* Update package.json

While fixing CSS conflict between UICore V3 (from harness-core-ui) and UICore V4, I accidentally unpublished `4.0.0-beta.1`. This action is unrecoverable per NPMJS Support team.

This leads to packages that depends on `4.0.0-beta.1` (Limus and Gitness) fail to build.

To fix this issue, a change from `4.0.0-beta.1` to `4.0.0-beta.1a` is needed. `4.0.0-beta.1a` is exact the same as `4.0.0-beta.1`.

Signed-off-by: Tan Nhu <tan@harness.io>

* Update yarn.lock

---------

Signed-off-by: Tan Nhu <tan@harness.io>
Co-authored-by: Tan Nhu <tnhu@users.noreply.github.com>
  • Loading branch information
tan-nhu and tnhu committed Mar 15, 2024
1 parent 7c32e78 commit 5cad842
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion chaoscenter/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@harnessio/icons": "^2.0.0-beta.2",
"@harnessio/oats-cli": "^2.1.0",
"@harnessio/oats-plugin-react-query": "^2.1.0",
"@harnessio/uicore": "^4.0.0-beta.1",
"@harnessio/uicore": "^4.0.0-beta.1a",
"@popperjs/core": "^2.11.5",
"@tanstack/react-query": "4.20.4",
"@types/d3-array": "^3.0.3",
Expand Down
8 changes: 4 additions & 4 deletions chaoscenter/web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -623,10 +623,10 @@
openapi-types "^12.1.0"
zod "^3.19.1"

"@harnessio/uicore@^4.0.0-beta.1":
version "4.0.0-beta.1"
resolved "https://registry.yarnpkg.com/@harnessio/uicore/-/uicore-4.0.0-beta.1.tgz#2ad779d64db206a23ad4122572eaf47cfcd9e143"
integrity sha512-xrr7Vxfhfm7a0iVE/WFyNjPh4kFSUPDL7as4NxukITG7sgYCuXMTp0nEwePbIkBK5AvH/vFJk9EpMNHSBuNOSA==
"@harnessio/uicore@^4.0.0-beta.1a":
version "4.0.0-beta.1a"
resolved "https://registry.npmjs.org/@harnessio/uicore/-/uicore-4.0.0-beta.1a.tgz#530d9b859795f2d4048c20c63fa97b6d244a5211"
integrity sha512-243zY+ClWj7/LSvbd+7f1qWOP/OALr6KgH7uqNoeVSHIAqNN/8pX9wkovH4AMnH3CPfcb+VTP4mGOMNSh5m1Vg==

"@humanwhocodes/config-array@^0.5.0":
version "0.5.0"
Expand Down

0 comments on commit 5cad842

Please sign in to comment.