NextJS plugin to check for outdated packages while starting up. Faster than npm outdated
and also notifies about linked packages.
File: next.config.js
const { withPackageCheck } = require('next-package-check')
const nextConfig = withPackageCheck({
"your next config": "here",
})
module.exports = nextConfig