[Bug Report][3.3.7] @mdi/font 7.2.96 vs 7.0.96
Environment
Vuetify Version: 3.3.7 Vue Version: 3.3.4 Browsers: Firefox 115.0 OS: Windows 7
Steps to reproduce
Dear Vuetify devs,
I would like to know if we can safely upgrade to @mdi/font 7.2.96 instead of the fixed version 7.0.96 that comes with the latest npm create vuetify. I've searched and can't find a clear explanation whether we should be using the latest or the older version of Material Design Icons.
Thank you!
Expected Behavior
N/A
Actual Behavior
N/A
Reproduction Link
The package versions from the project generator are always outdated and almost always safe to upgrade. Many JS/TS projects have this problem because someone would need to always PR new versions.
@MartinX3 Thanks for your input. The issue here is that @mdi/font has a fixed version "7.0.96" and not what one would expect "^7.0.96" which would install the latest 7.2.96 with npm install. I was wondering why is it fixed to 7.0.96 in package.json