Update home plugin ownership

Signed-off-by: Raghunandan Balachandran <raghunandan@spotify.com>
This commit is contained in:
Raghunandan Balachandran
2024-07-24 09:37:23 +02:00
parent 518d03fa77
commit c085f90135
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ describe('home', () => {
// Temporarily ensure we are installing a working version of the react-grid-layout library
// For more details, see: https://github.com/react-grid-layout/react-grid-layout/issues/1959
// TODO(@backstage/discoverability-maintainers): Delete this once the sub-dependency issue has been resolved.
// TODO(@backstage/home-maintainers): Delete this once the sub-dependency issue has been resolved.
it('should pin react-grid-layout version to 1.3.4', async () => {
expect(packageJson.dependencies['react-grid-layout']).toBe('1.3.4');
});