Skip to content

Commit 916b39e

Browse files
committed
Bump version number, fix extra deps
1 parent c18637c commit 916b39e

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

package-lock.json

Lines changed: 2 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,7 @@
105105
"astro-preview": "astro preview --root site --port 9001"
106106
},
107107
"peerDependencies": {
108-
"@floating-ui/dom": "^1.0.0"
109-
},
110-
"dependencies": {
111-
"@floating-ui/dom": "^1.0.0"
108+
"@floating-ui/dom": "^1.7.4"
112109
},
113110
"devDependencies": {
114111
"@astrojs/check": "^0.9.4",
@@ -120,7 +117,7 @@
120117
"@babel/core": "^7.28.4",
121118
"@babel/preset-env": "^7.28.3",
122119
"@docsearch/js": "^3.9.0",
123-
"@floating-ui/dom": "^1.0.0",
120+
"@floating-ui/dom": "^1.7.4",
124121
"@rollup/plugin-babel": "^6.0.4",
125122
"@rollup/plugin-commonjs": "^28.0.6",
126123
"@rollup/plugin-node-resolve": "^16.0.1",
@@ -207,7 +204,7 @@
207204
},
208205
"dependencies": {},
209206
"peerDependencies": {
210-
"@floating-ui/dom": "^1.0.0"
207+
"@floating-ui/dom": "^1.7.4"
211208
}
212209
}
213210
}

0 commit comments

Comments
 (0)