mantrajsframework / mantrad

Mantra Framework
MIT License
1 stars 1 forks source link

updating sqlite3 dependencies #1

Open albertovelez opened 2 years ago

albertovelez commented 2 years ago

Right now when someone tray to install the latest version of mantra, some warnings will be shown: image These message are due to the version encountered in the package-lock.json, which force to install an older version of the dependecies shown before.

mantrajsframework commented 2 years ago

These dependencies comes from mapbox/node-sqlite3 and Express. Awating an update of those packages to prevent those messages to show up in Mantra 1.3.0 when it is released. Thanks.

albertovelez commented 2 years ago

But as far as I know, while the package-lock.json still the same, doesn't matter what is the latest version of sqlite3 because due to package-lock.json, npm always tries to install its dependencies with the exact versions shown there.