Closed MikeMcC399 closed 7 months ago
This PR updates
package-lock.json from lockfileVersion 2 to 3.
2
3
lockfileVersion is updated to v3 using
lockfileVersion
v3
npm install --lockfile-version=3
for consistency with all other npm package-lock.json files in the examples directories of this monorepo.
package-lock.json
npm docs > package-lock.json
3: The lockfile version used by npm v9 and above. Backwards compatible to npm v7.
v9
v7
See https://nodejs.org/en/download/releases Node.js 18 and Node.js 20 up to 20.6.1 use npm v9, Node.js 20 starting with 20.7.0 uses npm v10
18
20
20.6.1
20.7.0
v10
:tada: This PR is included in version 6.7.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
This PR updates
package-lock.json from lockfileVersion
2
to3
.lockfileVersion
is updated tov3
usingfor consistency with all other npm
package-lock.json
files in the examples directories of this monorepo.Reference
npm docs > package-lock.json
3
: The lockfile version used by npmv9
and above. Backwards compatible to npmv7
.See https://nodejs.org/en/download/releases Node.js
18
and Node.js20
up to20.6.1
use npmv9
, Node.js20
starting with20.7.0
uses npmv10