Skip to content

Commit 43f0d65

Browse files
sirrealDaniGuardiolagziolo
authored
Update npm lockfile to version 3 (#65923)
Set the npm lockfile version to 3. > 3: Only the new lockfile information introduced in npm version 7. > Smaller on disk than lockfile version 2, but not interoperable with > older npm versions. Ideal if all users are on npm version 7 and > higher. https://docs.npmjs.com/cli/v8/using-npm/config#lockfile-version Given the engines and engine-strict setting, npm should always be later than version 7. There should be no downsides to this change. --- Co-authored-by: sirreal <[email protected]> Co-authored-by: DaniGuardiola <[email protected]> Co-authored-by: gziolo <[email protected]>
1 parent 3214be4 commit 43f0d65

File tree

2 files changed

+2
-40820
lines changed

2 files changed

+2
-40820
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ save-exact = true
22
engine-strict = true
33
legacy-peer-deps = true
44
prefer-dedupe = true
5+
lockfile-version = 3

0 commit comments

Comments
 (0)