Skip to content

chore(npm): run npm upgrade to update all dependencies

Tomas Vik requested to merge run-npm-upgrade into main

This MR has been created by running npm upgrade.

  1. npm upgrade
  2. git add . && git commit

This MR also removes unused @types/mocha package

  1. npm remove @types/mocha
  2. git add . && git commit

I've locally tested that the extension still works as expected, all tests now look good too.

Edited by Tomas Vik

Merge request reports