Bump version number, fix extra deps

This commit is contained in:
Mark Otto 2025-09-26 14:55:12 -07:00
parent 166d5e7a13
commit 7f61dceb0a
2 changed files with 5 additions and 11 deletions

7
package-lock.json generated
View File

@ -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": {

View File

@ -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"
}
}
}