CuBoulder / lil_shrugger

Atlas' Best Friend
2 stars 2 forks source link

Up Dependencies #392

Closed alexfinnarn closed 6 years ago

alexfinnarn commented 6 years ago

Do this on a different branch and merge new code into that so 1.x branch has the dependencies that sort of work.

alexfinnarn commented 6 years ago

After running npm update there are still a lot of outdated dependencies. Since some of them are pinned to versions, they won't update until the package.json file is updated. Since dependencies depend on other dependencies, the starter kit should be used to recreate everything and then plop the components into the src folder.

alexfinnarn commented 6 years ago

https://cli.vuejs.org/ is now the way to go apparently for scaffolding a project.

alexfinnarn commented 6 years ago

fixed in the 2.x branch.