Skip to content

Commit bc815b6

Browse files
author
Michael Wegman
committed
fix: upgrade sdk and wait for adaptor
- move initialization of adaptor to component add wait for it in the container.
1 parent c37a88c commit bc815b6

File tree

12 files changed

+786
-919
lines changed

12 files changed

+786
-919
lines changed

package-lock.json

Lines changed: 652 additions & 821 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -56,32 +56,32 @@
5656
"@formatjs/intl-pluralrules": "^1.5.4",
5757
"@formatjs/intl-relativetimeformat": "^4.5.11",
5858
"@momentum-ui/react": "^23.21.5",
59-
"@webex/common": "1.98.2",
60-
"@webex/common-timers": "1.98.2",
61-
"@webex/components": "^1.45.3",
62-
"@webex/helper-html": "1.98.2",
63-
"@webex/http-core": "1.98.2",
64-
"@webex/internal-plugin-conversation": "1.98.2",
65-
"@webex/internal-plugin-encryption": "1.98.2",
66-
"@webex/internal-plugin-feature": "1.98.2",
67-
"@webex/internal-plugin-flag": "1.98.2",
68-
"@webex/internal-plugin-mercury": "1.98.2",
69-
"@webex/internal-plugin-metrics": "1.98.2",
70-
"@webex/internal-plugin-presence": "1.98.2",
71-
"@webex/internal-plugin-search": "1.98.2",
72-
"@webex/internal-plugin-team": "1.98.2",
73-
"@webex/internal-plugin-user": "1.98.2",
74-
"@webex/internal-plugin-wdm": "1.98.2",
75-
"@webex/plugin-authorization": "1.98.2",
76-
"@webex/plugin-logger": "1.98.2",
77-
"@webex/plugin-meetings": "1.98.2",
78-
"@webex/plugin-people": "1.98.2",
79-
"@webex/plugin-phone": "1.98.2",
80-
"@webex/plugin-rooms": "1.98.2",
81-
"@webex/sdk-component-adapter": "^1.24.1",
82-
"@webex/storage-adapter-local-forage": "1.98.2",
83-
"@webex/storage-adapter-local-storage": "1.98.2",
84-
"@webex/webex-core": "1.98.2",
59+
"@webex/common": "1.118.0",
60+
"@webex/common-timers": "1.118.0",
61+
"@webex/components": "^1.47.0",
62+
"@webex/helper-html": "1.118.0",
63+
"@webex/http-core": "1.118.0",
64+
"@webex/internal-plugin-conversation": "1.118.0",
65+
"@webex/internal-plugin-encryption": "1.118.0",
66+
"@webex/internal-plugin-feature": "1.118.0",
67+
"@webex/internal-plugin-flag": "1.118.0",
68+
"@webex/internal-plugin-mercury": "1.118.0",
69+
"@webex/internal-plugin-metrics": "1.118.0",
70+
"@webex/internal-plugin-presence": "1.118.0",
71+
"@webex/internal-plugin-search": "1.118.0",
72+
"@webex/internal-plugin-team": "1.118.0",
73+
"@webex/internal-plugin-user": "1.118.0",
74+
"@webex/internal-plugin-wdm": "1.118.0",
75+
"@webex/plugin-authorization": "1.118.0",
76+
"@webex/plugin-logger": "1.118.0",
77+
"@webex/plugin-meetings": "1.118.0",
78+
"@webex/plugin-people": "1.118.0",
79+
"@webex/plugin-phone": "1.118.0",
80+
"@webex/plugin-rooms": "1.118.0",
81+
"@webex/sdk-component-adapter": "^1.26.2",
82+
"@webex/storage-adapter-local-forage": "1.118.0",
83+
"@webex/storage-adapter-local-storage": "1.118.0",
84+
"@webex/webex-core": "1.118.0",
8585
"adaptivecards": "^2.0.0",
8686
"ampersand-events": "^2.0.2",
8787
"bowser": "^1.9.4",

0 commit comments

Comments
 (0)