Update package-lock.json file to npm 8

Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/650
This commit is contained in:
Saúl Ibarra Corretgé 2021-11-02 08:37:08 +01:00
parent 6cb32ec7e6
commit b4c239ac9f
4 changed files with 19705 additions and 90 deletions

3
.npmrc Normal file
View File

@ -0,0 +1,3 @@
package-lock=true
; FIXME: figure out why we need this...
legacy-peer-deps=true

2
.nvmrc
View File

@ -1 +1 @@
14
16

View File

@ -58,7 +58,7 @@ If you want to hack on this project, here is how you do it.
#### Installing dependencies
Install Node.js 14 first (or if you use [nvm](https://github.com/nvm-sh/nvm), switch to Node.js 14 by running `nvm use`).
Install Node.js 16 first (or if you use [nvm](https://github.com/nvm-sh/nvm), switch to Node.js 16 by running `nvm use`).
<details><summary>Extra dependencies for Windows</summary>

19788
package-lock.json generated

File diff suppressed because it is too large Load Diff