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