Skip to content

Commit 292769d

Browse files
committed
Build/Test Tools: Update npm lockfile to version 3.
This updates the `package-lock.json` file to use the version 3 format. Version 3 removes the version 1 format data, resulting in a smaller file. While version 3 format is not supported in npm < 7, a lower limit is enforced in the `engines` declaration within `package.json` and has been >= 7 since [56378]. The Gutenberg repository has already been updated to use version 3. Props jonsurrell. See #62190. git-svn-id: https://develop.svn.wordpress.org/trunk@59206 602fd350-edb4-49c9-b593-d223f7449a82
1 parent acc97f0 commit 292769d

File tree

2 files changed

+3
-25804
lines changed

2 files changed

+3
-25804
lines changed

.npmrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
save-exact = true
21
engine-strict = true
32
legacy-peer-deps = true
3+
lockfile-version = 3
4+
save-exact = true

0 commit comments

Comments
 (0)