diff --git a/package.json b/package.json index 43e3a4b9..ff7bab0f 100644 --- a/package.json +++ b/package.json @@ -3,15 +3,15 @@ "type": "module", "sideEffects": false, "devDependencies": { - "@tailwindcss/vite": "^4.2.1", - "@types/mdx": "^2.0.13", + "@tailwindcss/vite": "4.2.1", + "@types/mdx": "2.0.13", "@types/node": "25.0.9", - "@types/react": "^19.2.14", - "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", - "nitro": "^3.0.260311-beta", - "tailwindcss": "^4.2.1", - "typescript": "^6.0.2" + "@types/react": "19.2.14", + "@types/react-dom": "19.2.3", + "@vitejs/plugin-react": "6.0.1", + "nitro": "3.0.260311-beta", + "tailwindcss": "4.2.1", + "typescript": "6.0.2" }, "private": true, "scripts": { @@ -25,21 +25,21 @@ "types:check": "bun run generate:services && bunx fumadocs-mdx && tsc --noEmit" }, "dependencies": { - "@orama/orama": "^3.1.18", - "@resvg/resvg-js": "^2.6.2", + "@orama/orama": "3.1.18", + "@resvg/resvg-js": "2.6.2", "@tanstack/react-router": "1.168.10", "@tanstack/react-start": "1.167.16", "@tanstack/start-static-server-functions": "1.166.25", "fumadocs-core": "16.8.5", "fumadocs-mdx": "14.2.11", - "fumadocs-openapi": "^10.8.1", + "fumadocs-openapi": "10.8.1", "fumadocs-ui": "16.8.5", - "gray-matter": "^4.0.3", - "lucide-react": "^1.7.0", - "react": "^19.2.4", - "react-dom": "^19.2.4", - "shiki": "^4.0.2", - "tslib": "^2.8.1", - "vite": "^8.0.7" + "gray-matter": "4.0.3", + "lucide-react": "1.7.0", + "react": "19.2.4", + "react-dom": "19.2.4", + "shiki": "4.0.2", + "tslib": "2.8.1", + "vite": "8.0.7" } }