diff --git a/bun.lockb b/bun.lockb index 78b0c49..b7e55a3 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index bb813b2..523770e 100644 --- a/package.json +++ b/package.json @@ -25,17 +25,17 @@ "build": "astro build --config ./source/astro.mjs" }, "dependencies": { - "@astrojs/mdx": "^3.1.8", - "@astrojs/node": "^8.3.4", - "@astrojs/vue": "^4.5.2", + "@astrojs/mdx": "4.0.0-beta.2", + "@astrojs/node": "9.0.0-beta.2", + "@astrojs/vue": "5.0.0-beta.0", "@iconoir/vue": "^7.9.0", "@nurodev/astro-bun": "^1.1.5", - "astro": "^5.0.0-beta.5", + "astro": "5.0.0-beta.5", "astro-i18next": "^1.0.0-beta.21", "astro-theme-toggle": "^0.3.5", "astro-tooltips": "^0.6.2" }, "devDependencies": { - "sass": "^1.80.3" + "sass": "^1.80.4" } } \ No newline at end of file diff --git a/source/src/components/global/SearchMenu.astro b/source/src/components/global/SearchMenu.astro index c654ae2..0114213 100644 --- a/source/src/components/global/SearchMenu.astro +++ b/source/src/components/global/SearchMenu.astro @@ -1,13 +1,13 @@ --- // Properties -const {Type} = Astro.props +const {Type, QueryText} = Astro.props // Highlight Type ---