Drift check detected that @rendobar/sdk dependency is behind the latest published version.
| Location |
Version |
package.json |
3.1.0 |
| npm latest |
3.2.0 |
Fix
Run:
pnpm up @rendobar/sdk@3.2.0
git checkout -b chore/bump-sdk-3.2.0
git add package.json pnpm-lock.yaml
git commit -m "chore(deps): bump @rendobar/sdk to 3.2.0"
git push -u origin chore/bump-sdk-3.2.0
gh pr create
This issue was opened automatically by .github/workflows/drift-check.yml. It will be closed automatically when the dependency is updated.
Drift check detected that
@rendobar/sdkdependency is behind the latest published version.package.json3.1.03.2.0Fix
Run:
pnpm up @rendobar/sdk@3.2.0 git checkout -b chore/bump-sdk-3.2.0 git add package.json pnpm-lock.yaml git commit -m "chore(deps): bump @rendobar/sdk to 3.2.0" git push -u origin chore/bump-sdk-3.2.0 gh pr createThis issue was opened automatically by
.github/workflows/drift-check.yml. It will be closed automatically when the dependency is updated.