Skip to content

Commit

Permalink
fix(webex): fix presence dependency (#3583)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreenara authored May 2, 2024
1 parent 5254bd8 commit a3ab39c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/webex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"@webex/plugin-memberships": "workspace:*",
"@webex/plugin-messages": "workspace:*",
"@webex/plugin-people": "workspace:*",
"@webex/plugin-presence": "workspace:*",
"@webex/plugin-rooms": "workspace:*",
"@webex/plugin-team-memberships": "workspace:*",
"@webex/plugin-teams": "workspace:*",
Expand Down
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8282,7 +8282,7 @@ __metadata:
languageName: unknown
linkType: soft

"@webex/plugin-presence@workspace:packages/@webex/plugin-presence":
"@webex/plugin-presence@workspace:*, @webex/plugin-presence@workspace:packages/@webex/plugin-presence":
version: 0.0.0-use.local
resolution: "@webex/plugin-presence@workspace:packages/@webex/plugin-presence"
dependencies:
Expand Down Expand Up @@ -31521,6 +31521,7 @@ __metadata:
"@webex/plugin-memberships": "workspace:*"
"@webex/plugin-messages": "workspace:*"
"@webex/plugin-people": "workspace:*"
"@webex/plugin-presence": "workspace:*"
"@webex/plugin-rooms": "workspace:*"
"@webex/plugin-team-memberships": "workspace:*"
"@webex/plugin-teams": "workspace:*"
Expand Down

0 comments on commit a3ab39c

Please sign in to comment.