Skip to content

Conversation

mgol
Copy link
Member

@mgol mgol commented Sep 23, 2025

package-lock.json versions 2 & 3 keep version in two fields - a top-level version one and a deep packages[ "" ].version one. Update both.

#117 needs to land first to fix CI.

@mgol mgol self-assigned this Sep 23, 2025
@timmywil
Copy link
Member

timmywil commented Oct 13, 2025

I forget where this is in the process, but an npm install would update the version in the lock file as well. Also, that may be more future-proof if there are multiple places it needs to be updated. Use npm version without committing.

`package-lock.json` versions 2 & 3 keep `version` in two fields - a top-level
`version` one and a deep `packages[ "" ].version` one. Update both.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants