ni / nimble

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

Update `@types/markdown-it` to resolve build issues #2062

Closed rajsite closed 5 months ago

rajsite commented 5 months ago

Pull Request

๐Ÿคจ Rationale

The peer dep "@types/linkify-it": "^3.0.5" was added to resolve an issue with how @types/markdown-it manages deps. That was resolved in @types/markdown-it@13.0.8.

Closes https://github.com/ni/nimble/issues/2061

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

Bump our min version of @types/markdown-it and remove the @types/linkify-it peer dep.

๐Ÿงช Testing

Rely on CI

โœ… Checklist