feat: lockfile version bumped to v5.4

This commit is contained in:
Zoltan Kochan
2022-04-14 22:29:48 +03:00
parent cb5a39d9ca
commit 1267e4eff4
3 changed files with 9 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
---
"@pnpm/constants": minor
"pnpm": major
---
Lockfile version bumped to 5.4

View File

@@ -1,5 +1,5 @@
export const WANTED_LOCKFILE = 'pnpm-lock.yaml'
export const LOCKFILE_VERSION = 5.3
export const LOCKFILE_VERSION = 5.4
export const ENGINE_NAME = `${process.platform}-${process.arch}-node-${process.version.split('.')[0]}`
export const LAYOUT_VERSION = 5

View File

@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`writeLockfiles() 1`] = `
"lockfileVersion: 5.3
"lockfileVersion: 5.4
specifiers:
is-negative: ^1.0.0