Skip to content

Commit

Permalink
Regenerate package-lock.json
Browse files Browse the repository at this point in the history
When running `npm list`, I would get errors about differences between
the installed and specified package. For several packages like next,
msw, and react, the installed version would be older than the specified
versions, by a patch version or two. The packages all had the prefix
'frontend/node_modules' in package-lock.json.

I uninstalled the packages and re-installed them, which put them in the
proper folder.
  • Loading branch information
jwhitlock committed Nov 12, 2024
1 parent fed1b1e commit a4d2924
Showing 1 changed file with 573 additions and 520 deletions.
Loading

0 comments on commit a4d2924

Please sign in to comment.