diff --git a/package-lock.json b/package-lock.json index 284ad2f668..2023b700e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,9 +18,6 @@ } ], "license": "MIT", - "dependencies": { - "@floating-ui/dom": "^1.0.0" - }, "devDependencies": { "@astrojs/check": "^0.9.4", "@astrojs/markdown-remark": "^6.3.6", @@ -31,7 +28,7 @@ "@babel/core": "^7.28.4", "@babel/preset-env": "^7.28.3", "@docsearch/js": "^3.9.0", - "@floating-ui/dom": "^1.0.0", + "@floating-ui/dom": "^1.7.4", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^28.0.6", "@rollup/plugin-node-resolve": "^16.0.1", @@ -97,7 +94,7 @@ "zod": "^4.1.9" }, "peerDependencies": { - "@floating-ui/dom": "^1.0.0" + "@floating-ui/dom": "^1.7.4" } }, "node_modules/@adobe/css-tools": { diff --git a/package.json b/package.json index 1b0066115a..d275964b11 100644 --- a/package.json +++ b/package.json @@ -105,10 +105,7 @@ "astro-preview": "astro preview --root site --port 9001" }, "peerDependencies": { - "@floating-ui/dom": "^1.0.0" - }, - "dependencies": { - "@floating-ui/dom": "^1.0.0" + "@floating-ui/dom": "^1.7.4" }, "devDependencies": { "@astrojs/check": "^0.9.4", @@ -120,7 +117,7 @@ "@babel/core": "^7.28.4", "@babel/preset-env": "^7.28.3", "@docsearch/js": "^3.9.0", - "@floating-ui/dom": "^1.0.0", + "@floating-ui/dom": "^1.7.4", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^28.0.6", "@rollup/plugin-node-resolve": "^16.0.1", @@ -207,7 +204,7 @@ }, "dependencies": {}, "peerDependencies": { - "@floating-ui/dom": "^1.0.0" + "@floating-ui/dom": "^1.7.4" } } }