diff --git a/bun.lockb b/bun.lockb index 1a15b44..a22305d 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 0660ec4..8aa7978 100644 --- a/package.json +++ b/package.json @@ -12,29 +12,29 @@ "astro": "astro" }, "dependencies": { - "@astrojs/react": "^3.6.3", - "@astrojs/starlight": "^0.29.2", - "@astrojs/starlight-tailwind": "^2.0.3", + "@astrojs/react": "^4.1.0", + "@astrojs/starlight": "^0.30.2", + "@astrojs/starlight-tailwind": "^3.0.0", "@astrojs/tailwind": "^5.1.3", - "@types/react": "^18.3.14", - "@types/react-dom": "^18.3.2", - "astro": "^4.16.17", - "react": "^18.3.1", - "react-dom": "^18.3.1", + "@types/react": "^19.0.1", + "@types/react-dom": "^19.0.2", + "astro": "^5.0.7", + "react": "^19.0.0", + "react-dom": "^19.0.0", "react-image-previewer": "^1.1.6", "sharp": "^0.33.5", "tailwindcss": "^3.4.16" }, "devDependencies": { - "@eslint/js": "^9.16.0", + "@eslint/js": "^9.17.0", "@types/eslint__js": "^8.42.3", "@types/mdx": "^2.0.13", - "@typescript-eslint/eslint-plugin": "^8.17.0", - "@typescript-eslint/parser": "^8.17.0", - "eslint": "^9.16.0", + "@typescript-eslint/eslint-plugin": "^8.18.1", + "@typescript-eslint/parser": "^8.18.1", + "eslint": "^9.17.0", "eslint-plugin-astro": "^1.3.1", "prettier": "^3.4.2", "prettier-plugin-astro": "^0.14.1", - "typescript-eslint": "^8.17.0" + "typescript-eslint": "^8.18.1" } }