microsoft / fast

The adaptive interface system for modern web experiences.
https://www.fast.design
Other
9.17k stars 587 forks source link

Remove `@microsoft/fast-foundation` as a devDependency for `@microsoft/fast-ssr` #6997

Open janechu opened 1 month ago

janechu commented 1 month ago

Description

Currently for testing purposes, @microsoft/fast-ssr relies on @microsoft/fast-foundation. Since @microsoft/fast-foundation is deprecated, this should be removed.

Possible solution

Create components with the necessary configurations for testing the @microsoft/fast-ssr package and remove the dependency on @microsoft/fast-foundation.