Skip to content
Snippets Groups Projects

chore(deps): update dependency eslint-plugin-react to v7.33.2

Merged Renovate-Bot requested to merge renovate/devdependencies-(non-major) into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -4,7 +4,7 @@ export interface ICustomPopup {
description: string
image: string
popupEnabled: boolean
endDate: string | null
endDate: string
title: string
}
Loading