Skip to content
Open
Show file tree
Hide file tree
Changes from 3 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
1 change: 0 additions & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Webex Contact Center Widgets

Monorepo for Webex Contact Center UI widgets. Yarn 4.5.1 (PnP), TypeScript, React 18, MobX, Web Components (r2wc).

## Architecture
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.29.0",
"@babel/preset-typescript": "7.25.9",
"@playwright/test": "^1.51.1",
"@playwright/test": "^1.60.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 Commit the matching lockfile update

With this manifest change, the checked-in yarn.lock still records the root workspace dependency as @playwright/test: npm:^1.51.1 resolving to 1.51.1, so the new ^1.60.0 range cannot be satisfied from the lockfile. I checked .github/workflows/deploy.yml, which runs yarn install --immutable on dependency-cache misses, and local Yarn help says --immutable aborts when the lockfile would be modified; this will fail CI in that path, or leave e2e jobs using the old Playwright version until the lockfile is regenerated.

Useful? React with 👍 / 👎.

"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
Expand Down Expand Up @@ -76,4 +76,4 @@
"@momentum-design/brand-visuals": "^0.30.0",
"@momentum-design/illustrations": "^0.3.0"
}
}
}
Loading