-
Notifications
You must be signed in to change notification settings - Fork 192
Maintenance: Update package lock file after InvokeStore update #4835
Copy link
Copy link
Closed
Labels
completedThis item is complete and has been merged/shippedThis item is complete and has been merged/shippedevent-handlerThis item relates to the Event Handler UtilityThis item relates to the Event Handler UtilityinternalPRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)PRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)
Metadata
Metadata
Assignees
Labels
completedThis item is complete and has been merged/shippedThis item is complete and has been merged/shippedevent-handlerThis item relates to the Event Handler UtilityThis item relates to the Event Handler UtilityinternalPRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)PRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)
Type
Projects
Status
Shipped
Summary
The InvokeStore dependency was inadvertently moved to devDependencies during a recent update. In #4833, a fix was made to revert this change was made but the
package-lock.jsonfile was not updated.Why is this needed?
The lock file needs to be kept in sync.
Which area does this relate to?
No response
Solution
Update the lock file by running
npm install.Acknowledgment
Future readers
Please react with 👍 and your use case to help us understand customer demand.