Topic: Updates to 6.1.1

sarahfawson free asked 4 years ago


I see in Gitlab that MDB-Vue Pro was updated recently. I have the Pro “key” embedded in my package.json file of my directory, but when I npm install, I am not getting the updates, but I am getting several errors on the CLI. It looks like dependencies of Webpack are the vulnerability. Is there something else I should be doing to get these updates?

I started developing with the MDB-Admin-Dashboard-Vue free template, then I purchased the Pro license and added my key from the MDB Gitlab account to get access to more libraries. Any time I needed access to a new library outside of MDB I would npm install each of those (axios, vue-cookies, etc.). My package.json has 81 lines and includes dependencies, scripts, dev dependencies, engines, and broswerlist. When I look at the new package.json you all have on github for MDBvue 6.1.1, there are far fewer items in the package.json (not counting the extra libraries I installed) and there is now no webpack or webpack dependencies.

I am not understanding how to update my libraries and dependencies with this sort of incompatibility. Your help would be appreciated!


Magdalena Dembna staff answered 4 years ago


Since MDB Vue Admin Dashboard was created, we have released new MDB Vue version - 6.0.0 which is no longer based on webpack directly, but on vue-cli. It's your choice if you want to migrate to vue-cli or not - as long as MDB Vue Pro is just a dependency, it can have a different structure than your project and it's fine. If you are concerned with vulnerabilities but want to stick with webpack configuration, try running npm audit fix or update dependencies in your app by hand. Kind regards, Magdalena



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Free
  • Premium support: No
  • Technology: MDB Vue
  • MDB Version: 6.1.1
  • Device: Mac
  • Browser: Chrome
  • OS: MacOS Mojave 10.14.6
  • Provided sample code: No
  • Provided link: No