-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
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
package.json dependencies on the provisioning plugin on the branch 4.15 looks to be outdated #69
Comments
We should verify that the README is correct and, if so, update the dependency in the 4.15 branch. It would be good to verify the older branches, too. |
It seems to be inconsistencies in the other branches as well, e.g release-4.16. The release notes for 4.16 says: but in package.json react-router 5 is used: console-plugin-template/package.json Lines 59 to 60 in d5a16f6
|
@mikaello Thanks for raising this. I believe we still expect to have the older package in the dependencies to give developers time to migrate to v6. It's deprecated, but still there for compatibility. You can use the @vojtechszocs @jhadvig Can you confirm? I think we should improve the docs around the react-router migration. |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
/remove-lifecycle rotten |
When I'm checking out the branch 4.15, I'm expecting to find the version 1.0.0 for the dynamic plugin sdk, but I'm seeing 0.0.12
console-plugin-template/package.json
Line 24 in 8376b27
What about the other dependencies in the file, are they up-to-date too?
The text was updated successfully, but these errors were encountered: