Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.75 KB

File metadata and controls

40 lines (23 loc) · 1.75 KB

Base

How to view the files for the base project that this template was created from

Files

Links to facebook/create-react-app repo.

If you want to see the most recent code that create-react-app command provides without running, see these files.

Package versions

The package.json file in this template might also go out of date. See the links above to see the latest values.

Or use latest to install/upgrade the packages used by this project's package.json file.

e.g.

$ npm add react@latest react-dom@latest react-scripts@latest web-vitals@latest

Package lockfile

The package-lock.json file is deliberately left out of this template project.

Adding it in does mean that Dependabot and Snyk can provide better checks and PRs.

But, React has so many packages and subdependencies and there are frequent vulnerabilities that come up, such as for a package used 5 levels down.

I'm not actively using this template, so I'd rather let those vulnerabilities get handled in a separate project. One that is used by people and that uses this template but has its own lockfile.