mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
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:
committed by
GitHub
parent
9a103383b8
commit
5e3914de9f
@@ -17,7 +17,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@directus/format-title": "^3.1.1",
|
||||
"@popperjs/core": "^2.3.1",
|
||||
"@popperjs/core": "^2.3.2",
|
||||
"@sindresorhus/slugify": "^0.11.0",
|
||||
"@types/debug": "^4.1.5",
|
||||
"@types/lodash": "^4.14.149",
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -1361,10 +1361,10 @@
|
||||
"@nodelib/fs.scandir" "2.1.3"
|
||||
fastq "^1.6.0"
|
||||
|
||||
"@popperjs/core@^2.3.1":
|
||||
version "2.3.1"
|
||||
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.3.1.tgz#14cb0327e63cec733404022d6664179f969886c0"
|
||||
integrity sha512-GpJkaYcxn0zViuD8NphJilCRImCXjoM0fgjq+m3NW2nf6Xa0Ig+eWdODb0j0kzYnirKq21zIsf35ihRI+fyY7g==
|
||||
"@popperjs/core@^2.3.2":
|
||||
version "2.3.2"
|
||||
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.3.2.tgz#1e56eb99bccddbda6a3e29aa4f3660f5b23edc43"
|
||||
integrity sha512-18Tz3QghwsuHUC4gTNoxcEw1ClsrJ+lRypYpm+aucQonYNnmskQYvDZZKLHMPvQ7OwthWJl715UEX+Tg2fJkJw==
|
||||
|
||||
"@reach/router@^1.2.1":
|
||||
version "1.3.3"
|
||||
|
||||
Reference in New Issue
Block a user