ni / nimble

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

Update TanStack versions #2230

Closed jattasNI closed 5 days ago

jattasNI commented 5 days ago

Pull Request

๐Ÿคจ Rationale

2225 bumped the versions of TanStack in package-lock.json and made source changes to adapt to a new API. But now client builds are failing with a related error. I think this is because they're still using the older TanStack but Nimble now assumes the newer one is present.

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

Bump the TanStack dependencies in nimble-components/package.json to match the versions currently in package-lock.json. This should force clients to install the version that Nimble now expects.

๐Ÿงช Testing

PR build

โœ… Checklist