FoalTS / foal

Full-featured Node.js framework, with no complexity. 🚀 Simple and easy to use, TypeScript-based and well-documented.
https://foalts.org/
MIT License
1.88k stars 137 forks source link

foal cli version 2.9.0 adds old dependancies to package.json #1087

Closed warren-gallagher closed 2 years ago

warren-gallagher commented 2 years ago

Version of FoalTS: 2.9.0

When scaffolding a new project using the foal cli (version 2.9.0) other foal dependencies are added at version 2.0 and should also be at 2.9.0.

Specific packages:

LoicPoullain commented 2 years ago

Hi @warren-gallagher 👋

Versions in the package.json are specified with the ^ character so that, when installing the dependencies for the first time, npm will search for the latest minor version of version 2 (in this case v2.9)