fix(deps): pin dependency @floating-ui/dom to 1.7.3 (#1243)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
d5de5a4f0d
commit
dff2bde370
|
|
@ -58,7 +58,7 @@
|
|||
"@kyvg/vue3-notification": "3.4.1",
|
||||
"@sentry/tracing": "7.120.4",
|
||||
"@sentry/vue": "10.1.0",
|
||||
"@floating-ui/dom": "^1.6.0",
|
||||
"@floating-ui/dom": "1.7.3",
|
||||
"@tiptap/core": "^3.0.0",
|
||||
"@tiptap/extension-code-block-lowlight": "^3.0.0",
|
||||
"@tiptap/extension-hard-break": "^3.0.0",
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ importers:
|
|||
.:
|
||||
dependencies:
|
||||
'@floating-ui/dom':
|
||||
specifier: ^1.6.0
|
||||
specifier: 1.7.3
|
||||
version: 1.7.3
|
||||
'@fortawesome/fontawesome-svg-core':
|
||||
specifier: 7.0.0
|
||||
|
|
@ -1392,9 +1392,6 @@ packages:
|
|||
resolution: {integrity: sha512-OEl393iCOoo/z8bMezRlJu+GlRGlsKbUAN7jKB6LhnKoqKve5DXRpalbItIIcwnCjs1k/FOPjFzcA6Qn+H+YbA==}
|
||||
engines: {node: '>=18.0.0', npm: '>=9.0.0'}
|
||||
|
||||
'@floating-ui/core@1.6.7':
|
||||
resolution: {integrity: sha512-yDzVT/Lm101nQ5TCVeK65LtdN7Tj4Qpr9RTXJ2vPFLqtLxwOrpoxAHAJI8J3yYWUc40J0BDBheaitK5SJmno2g==}
|
||||
|
||||
'@floating-ui/core@1.7.3':
|
||||
resolution: {integrity: sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==}
|
||||
|
||||
|
|
@ -1407,9 +1404,6 @@ packages:
|
|||
'@floating-ui/utils@0.2.10':
|
||||
resolution: {integrity: sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==}
|
||||
|
||||
'@floating-ui/utils@0.2.7':
|
||||
resolution: {integrity: sha512-X8R8Oj771YRl/w+c1HqAC1szL8zWQRwFvgDwT129k9ACdBoud/+/rX9V0qiMl6LWUdP9voC2nDVZYPMQQsb6eA==}
|
||||
|
||||
'@fortawesome/fontawesome-common-types@7.0.0':
|
||||
resolution: {integrity: sha512-PGMrIYXLGA5K8RWy8zwBkd4vFi4z7ubxtet6Yn13Plf6krRTwPbdlCwlcfmoX0R7B4Z643QvrtHmdQ5fNtfFCg==}
|
||||
engines: {node: '>=6'}
|
||||
|
|
@ -7960,17 +7954,13 @@ snapshots:
|
|||
|
||||
'@faker-js/faker@9.9.0': {}
|
||||
|
||||
'@floating-ui/core@1.6.7':
|
||||
dependencies:
|
||||
'@floating-ui/utils': 0.2.7
|
||||
|
||||
'@floating-ui/core@1.7.3':
|
||||
dependencies:
|
||||
'@floating-ui/utils': 0.2.10
|
||||
|
||||
'@floating-ui/dom@1.1.1':
|
||||
dependencies:
|
||||
'@floating-ui/core': 1.6.7
|
||||
'@floating-ui/core': 1.7.3
|
||||
|
||||
'@floating-ui/dom@1.7.3':
|
||||
dependencies:
|
||||
|
|
@ -7979,8 +7969,6 @@ snapshots:
|
|||
|
||||
'@floating-ui/utils@0.2.10': {}
|
||||
|
||||
'@floating-ui/utils@0.2.7': {}
|
||||
|
||||
'@fortawesome/fontawesome-common-types@7.0.0': {}
|
||||
|
||||
'@fortawesome/fontawesome-svg-core@7.0.0':
|
||||
|
|
|
|||
Loading…
Reference in New Issue