🐛 Description
In project openCSE, there are so many dependencies that got outdated and aren't stable in their current version.
So they need to get update.
🔁 Steps to Reproduce
-Go to Project terminal
-Run 'npm outdated'
-now see, it will show the outdated dependencies of npm.
✅ Expected Behavior
-It must show only some dependencies that are in yellow colour that means those dependencies current and minor stable versions are same and most dependencies wouldn't in this list because they are already enough stable than their least stable version.
❌ Actual Behavior
-it's showing a lot of dependencies in red colour shows they aren't stable in their current version and need to get updated as quickly to work better.
Environment
- Browser: Chrome
- Device: pc
- OS: Microsoft windows 11
🐛 Description
In project openCSE, there are so many dependencies that got outdated and aren't stable in their current version.
So they need to get update.
🔁 Steps to Reproduce
-Go to Project terminal
-Run 'npm outdated'
-now see, it will show the outdated dependencies of npm.
✅ Expected Behavior
-It must show only some dependencies that are in yellow colour that means those dependencies current and minor stable versions are same and most dependencies wouldn't in this list because they are already enough stable than their least stable version.
❌ Actual Behavior
-it's showing a lot of dependencies in red colour shows they aren't stable in their current version and need to get updated as quickly to work better.
Environment