- Notifications
You must be signed in to change notification settings - Fork 16
Description
Describe the bug
keeps getting warning that the data in this package is two months old when using 2.8.32 build
The data in this module is over two months old. To ensure accurate Baseline data, please update: npm i baseline-browser-mapping@latest -D
To Reproduce
Steps to reproduce the behavior:
- npm i baseline-browser-mapping@latest -D
- npm run build
- See error The data in this module is over two months old. To ensure accurate Baseline data, please update:
npm i baseline-browser-mapping@latest -D
NOTE:
baseline-browser-mappingcontains a lot of flattened data is heavily minified, so it can help to navigate to whichever file is throwing the error (dist/index.js,dist/index.cjs) and format the file to isolate which function is throwing the error.
Expected behavior
No warning when using the latest version of the package
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
- OS: windows/linux
- Environment: Node
- Version: node v22.9.0 and npm v 10.2.4
Additional context
Just using default nextjs create app with Tailwindcss and getting this warning message