mirror of
https://github.com/element-plus/element-plus.git
synced 2025-04-12 16:40:36 +08:00
fix(deps): update dependency @floating-ui/dom to v1 (#9000)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
f5af4c84fd
commit
fe26526c14
@ -54,7 +54,7 @@
|
||||
"@element-plus/theme-chalk": "workspace:*",
|
||||
"@element-plus/tokens": "workspace:*",
|
||||
"@element-plus/utils": "workspace:*",
|
||||
"@floating-ui/dom": "^0.5.4",
|
||||
"@floating-ui/dom": "^1.0.1",
|
||||
"@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
|
||||
"@types/lodash": "^4.14.182",
|
||||
"@types/lodash-es": "^4.17.6",
|
||||
|
@ -55,7 +55,7 @@
|
||||
"dependencies": {
|
||||
"@ctrl/tinycolor": "^3.4.1",
|
||||
"@element-plus/icons-vue": "^2.0.6",
|
||||
"@floating-ui/dom": "^0.5.4",
|
||||
"@floating-ui/dom": "^1.0.1",
|
||||
"@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
|
||||
"@types/lodash": "^4.14.182",
|
||||
"@types/lodash-es": "^4.17.6",
|
||||
|
18
pnpm-lock.yaml
generated
18
pnpm-lock.yaml
generated
@ -20,7 +20,7 @@ importers:
|
||||
'@element-plus/tokens': workspace:*
|
||||
'@element-plus/utils': workspace:*
|
||||
'@esbuild-kit/cjs-loader': ^2.2.1
|
||||
'@floating-ui/dom': ^0.5.4
|
||||
'@floating-ui/dom': ^1.0.1
|
||||
'@pnpm/find-workspace-packages': ^4.0.16
|
||||
'@pnpm/logger': ^4.0.0
|
||||
'@pnpm/types': ^8.4.0
|
||||
@ -88,7 +88,7 @@ importers:
|
||||
'@element-plus/theme-chalk': link:packages/theme-chalk
|
||||
'@element-plus/tokens': link:packages/tokens
|
||||
'@element-plus/utils': link:packages/utils
|
||||
'@floating-ui/dom': 0.5.4
|
||||
'@floating-ui/dom': 1.0.1
|
||||
'@popperjs/core': /@sxzz/popperjs-es/2.11.7
|
||||
'@types/lodash': 4.14.182
|
||||
'@types/lodash-es': 4.17.6
|
||||
@ -382,7 +382,7 @@ importers:
|
||||
specifiers:
|
||||
'@ctrl/tinycolor': ^3.4.1
|
||||
'@element-plus/icons-vue': ^2.0.6
|
||||
'@floating-ui/dom': ^0.5.4
|
||||
'@floating-ui/dom': ^1.0.1
|
||||
'@popperjs/core': npm:@sxzz/popperjs-es@^2.11.7
|
||||
'@types/lodash': ^4.14.182
|
||||
'@types/lodash-es': ^4.17.6
|
||||
@ -402,7 +402,7 @@ importers:
|
||||
dependencies:
|
||||
'@ctrl/tinycolor': 3.4.1
|
||||
'@element-plus/icons-vue': 2.0.6_vue@3.2.37
|
||||
'@floating-ui/dom': 0.5.4
|
||||
'@floating-ui/dom': 1.0.1
|
||||
'@popperjs/core': /@sxzz/popperjs-es/2.11.7
|
||||
'@types/lodash': 4.14.182
|
||||
'@types/lodash-es': 4.17.6
|
||||
@ -2020,12 +2020,22 @@ packages:
|
||||
resolution: {integrity: sha512-buc8BXHmG9l82+OQXOFU3Kr2XQx9ys01U/Q9HMIrZ300iLc8HLMgh7dcCqgYzAzf4BkoQvDcXf5Y+CuEZ5JBYg==}
|
||||
dev: false
|
||||
|
||||
/@floating-ui/core/1.0.1:
|
||||
resolution: {integrity: sha512-bO37brCPfteXQfFY0DyNDGB3+IMe4j150KFQcgJ5aBP295p9nBGeHEs/p0czrRbtlHq4Px/yoPXO/+dOCcF4uA==}
|
||||
dev: false
|
||||
|
||||
/@floating-ui/dom/0.5.4:
|
||||
resolution: {integrity: sha512-419BMceRLq0RrmTSDxn8hf9R3VCJv2K9PUfugh5JyEFmdjzDo+e8U5EdR8nzKq8Yj1htzLm3b6eQEEam3/rrtg==}
|
||||
dependencies:
|
||||
'@floating-ui/core': 0.7.3
|
||||
dev: false
|
||||
|
||||
/@floating-ui/dom/1.0.1:
|
||||
resolution: {integrity: sha512-wBDiLUKWU8QNPNOTAFHiIAkBv1KlHauG2AhqjSeh2H+wR8PX+AArXfz8NkRexH5PgMJMmSOS70YS89AbWYh5dA==}
|
||||
dependencies:
|
||||
'@floating-ui/core': 1.0.1
|
||||
dev: false
|
||||
|
||||
/@humanwhocodes/config-array/0.9.5:
|
||||
resolution: {integrity: sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==}
|
||||
engines: {node: '>=10.10.0'}
|
||||
|
Loading…
x
Reference in New Issue
Block a user