We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/Shopify/shopify-app-js/blob/main/packages/apps/session-storage/shopify-app-session-storage-drizzle/package.json#L51
peerDependencies are not getting auto updated by dependabot but devDependencies are being upgraded.
peerDependencies
"peerDependencies": { "@shopify/shopify-api": "^11.0.0", "@shopify/shopify-app-session-storage": "^3.0.0", "drizzle-orm": "^0.30.6" }, "devDependencies": { "@libsql/client": "^0.14.0", "@shopify/shopify-app-session-storage-test-utils": "^3.0.12", "@types/better-sqlite3": "^7.6.12", "@types/pg": "^8.11.11", "better-sqlite3": "^11.8.1", "drizzle-kit": "^0.30.4", "drizzle-orm": "^0.39.3", "mysql2": "^3.12.0", "pg": "^8.12.0" },
The text was updated successfully, but these errors were encountered:
Thanks for the flag! We will update this.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Overview/summary
https://github.com/Shopify/shopify-app-js/blob/main/packages/apps/session-storage/shopify-app-session-storage-drizzle/package.json#L51
peerDependencies
are not getting auto updated by dependabot but devDependencies are being upgraded.The text was updated successfully, but these errors were encountered: