chore: add typescript as explicit dev dependency to react-northstar#14362
Conversation
|
This looks good by me. @layershifter ? |
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 91a4e87:
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 67e2615799af15030e8d3d63287173bb03e6bb92 (build) |
Perf AnalysisNo significant results to display. All results
Perf Analysis (Fluent)Perf comparison
Perf tests with no regressions
|
|
I suggest to do the same change for other packages under |
@layershifter my only concern with adding everywhere is that we don't quite know why this is happening. I definitely get the goal of uniformity across the fluentui folder, but I feel like it may be safer to fix the immediate problem and not make the change everywhere. In the case that this break pops up elsewhere, I think that would be the immediate next step to see if it fixes the problem there. Thoughts on that? I'm certainly open to making the update elsewhere, but not exactly knowing why this fixed the problem gives me pause on adding the explicit dependency everywhere else. |
…icrosoft#14362) * chore: add typescript as explicit dev dependency to react-northstar * add typescript to all other fluentui folder packages
Pull request checklist
$ yarn changeDescription of changes
This PR adds typescript as an explicit dev dependency for react-northstar. For some reason, it was building with TS version of ^3.9.x. My working assumption is that it defaulted to an installed version as one was not explicitly defined in the package.json.
Focus areas to test
The build passes 😄