ni / nimble

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

Rebuild lock file and update dependencies #2123

Closed rajsite closed 1 month ago

rajsite commented 1 month ago

Pull Request

๐Ÿคจ Rationale

It was identified in #2121 that the angular refactor resulted in leftover entries in the lock file. The entries were marked extraneous and did not seem to interfere with the build, etc. This PR rebuilds the lock file which cleans out extraneous entries and updates dependencies to package.json supported range latest.

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

git clean -fdx
del package-lock.json
npm install

๐Ÿงช Testing

Rely on CI.

โœ… Checklist

rajsite commented 1 month ago

@jattasNI straightforward lock file rebuild and seems to have no chromatic / test impact. Gonna override merge