diff --git a/bun.lockb b/bun.lockb index 260187ef..7844869c 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 30ee4c0e..902ae6d9 100644 --- a/package.json +++ b/package.json @@ -12,13 +12,13 @@ "astro": "astro" }, "dependencies": { - "@astrojs/react": "^4.1.3", - "@astrojs/starlight": "^0.30.6", + "@astrojs/react": "^4.1.4", + "@astrojs/starlight": "^0.31.0", "@astrojs/starlight-tailwind": "^3.0.0", "@astrojs/tailwind": "^5.1.4", - "@types/react": "^19.0.5", + "@types/react": "^19.0.7", "@types/react-dom": "^19.0.3", - "astro": "^5.1.5", + "astro": "^5.1.6", "react": "^19.0.0", "react-dom": "^19.0.0", "react-image-previewer": "^1.1.6", @@ -29,12 +29,12 @@ "@eslint/js": "^9.18.0", "@types/eslint__js": "^8.42.3", "@types/mdx": "^2.0.13", - "@typescript-eslint/eslint-plugin": "^8.19.1", - "@typescript-eslint/parser": "^8.19.1", + "@typescript-eslint/eslint-plugin": "^8.20.0", + "@typescript-eslint/parser": "^8.20.0", "eslint": "^9.18.0", "eslint-plugin-astro": "^1.3.1", "prettier": "^3.4.2", "prettier-plugin-astro": "^0.14.1", - "typescript-eslint": "^8.19.1" + "typescript-eslint": "^8.20.0" } }