ni / nimble

The NI Nimble Design System
https://nimble.ni.dev
MIT License
32 stars 8 forks source link

Rebuild package-lock.json Oct 2 #2429

Closed rajsite closed 1 month ago

rajsite commented 1 month ago

Pull Request

๐Ÿคจ Rationale

The most recent renovate update left the lockfile in a state where running npm install causes fix-ups to be written locally.

๐Ÿ‘ฉโ€๐Ÿ’ป Implementation

Rebuild lock file (git clean -fdx, del package-lock.json, npm install).

๐Ÿงช Testing

Rely on CI.

โœ… Checklist