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 implementations/react-web-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"e2e-web": "file:../../lib/e2e-web",
"@rsbuild/core": "1.7.3",
"@rsbuild/plugin-react": "1.4.5",
"@rsbuild/plugin-react": "1.4.6",
"@rsdoctor/cli": "1.5.2",
"@types/node": "24.11.0",
"@types/react": "19.2.14",
Expand Down
2 changes: 1 addition & 1 deletion implementations/web-sdk_react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"e2e-web": "file:../../lib/e2e-web",
"@rsbuild/core": "1.7.3",
"@rsbuild/plugin-react": "1.4.5",
"@rsbuild/plugin-react": "1.4.6",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Lock file out of sync

The pnpm-lock.yaml file is out of sync — it still resolves @rsbuild/plugin-react to version 1.4.5 while package.json specifies 1.4.6. Merging this change without updating the lock file will cause CI install failures or silently install the wrong version.

Code Review Run #e5129b


Should Bito avoid suggestions like this for future reviews? (Manage Rules)

  • Yes, avoid them

"@rsdoctor/cli": "1.5.2",
"@types/node": "24.11.0",
"@types/react": "19.2.14",
Expand Down