Bump @popperjs/core from 2.3.1 to 2.3.2 (#411)

* Bump @popperjs/core from 2.3.1 to 2.3.2

Bumps [@popperjs/core](https://github.com/popperjs/popper-core) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/popperjs/popper-core/releases)
- [Commits](https://github.com/popperjs/popper-core/compare/v2.3.1...v2.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fix typing

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
This commit is contained in:
dependabot-preview[bot]
2020-04-14 14:51:26 -04:00
committed by GitHub
parent 9a103383b8
commit 5e3914de9f
3 changed files with 6 additions and 6 deletions

View File

@@ -51,7 +51,7 @@ export function usePopper(
function getModifiers(callback: () => void = () => undefined) {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const modifiers: Partial<Modifier<any>>[] = [
const modifiers: Partial<Modifier<string, any>>[] = [
popperOffsets,
{
...offset,