Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion widgets-samples/cc/samples-cc-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"react-dom": "18.3.1",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3",
"webex": "3.11.0-next.50",
"webex": "3.12.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Update lockfile for the Webex SDK version bump

This change updates samples-cc-react-app to webex: "3.12.0" but does not update yarn.lock, which still resolves that workspace dependency to webex@npm:3.11.0-next.50. Because CI cache keys are derived from hashFiles('./yarn.lock') in .github/workflows/pull-request.yml, the cache key stays unchanged and downstream jobs can continue restoring node_modules built with the old SDK, so this commit may not actually test the new SDK version and can also fail immutable installs in workflows that enforce lockfile consistency.

Useful? React with 👍 / 👎.

"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
Expand Down
Loading
Loading