pnp / vscode-viva

With the SharePoint Framework Toolkit extension, you can create and manage your SharePoint Framework solutions on your tenant. All actions you need to perform during the development flow are at your fingertips.
https://marketplace.visualstudio.com/items?itemName=m365pnp.viva-connections-toolkit
MIT License
34 stars 14 forks source link

🧹 house cleaning - we should use npm shrinkwrap #247

Closed Adam-it closed 2 weeks ago

Adam-it commented 2 weeks ago

currently, we do not use any type of package lock versions. This produces some problems:

  1. we don't keep a consistent setup on every workspace. So it may produce problems for contributors and in build workflow
  2. we are open for security risks due to package dependencies versions that currently we may not set