From 6168a2fe88351631b4f064d2ae97522f21852c89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 11:24:35 +0000 Subject: [PATCH] chore(deps): pin dependencies Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/package.json b/package.json index 8412f1ef..41202b68 100644 --- a/package.json +++ b/package.json @@ -10,37 +10,37 @@ "docker": "bash -c \"docker buildx build . --provenance true --sbom true --platform=linux/amd64,linux/arm64 -t ghcr.io/settlemint/btp-docs:${VERSION:-7.0.0-dev.$(date +%s)} --push --progress=plain\"" }, "dependencies": { - "@biomejs/biome": "^1.9.4", - "@next/third-parties": "^15.1.7", - "@theguild/remark-mermaid": "^0.2.0", - "class-variance-authority": "^0.7.1", - "clsx": "^2.1.1", + "@biomejs/biome": "1.9.4", + "@next/third-parties": "15.1.7", + "@theguild/remark-mermaid": "0.2.0", + "class-variance-authority": "0.7.1", + "clsx": "2.1.1", "fumadocs-core": "15.0.9", - "fumadocs-docgen": "^1.3.7", + "fumadocs-docgen": "1.3.8", "fumadocs-mdx": "11.5.6", - "fumadocs-twoslash": "^3.0.0", + "fumadocs-twoslash": "3.0.1", "fumadocs-ui": "15.0.9", - "lucide-react": "^0.475.0", + "lucide-react": "0.475.0", "next": "15.1.7", - "react": "^19.0.0", - "react-dom": "^19.0.0", - "tailwind-merge": "^3.0.1", - "tailwindcss-animate": "^1.0.7", - "ultracite": "^4.1.20" + "react": "19.0.0", + "react-dom": "19.0.0", + "tailwind-merge": "3.0.2", + "tailwindcss-animate": "1.0.7", + "ultracite": "4.1.20" }, "devDependencies": { - "@fumadocs/cli": "^0.0.8", - "@tailwindcss/postcss": "^4.0.6", - "@types/mdx": "^2.0.13", + "@fumadocs/cli": "0.0.8", + "@tailwindcss/postcss": "4.0.9", + "@types/mdx": "2.0.13", "@types/node": "22.13.4", "@types/react": "^19.0.9", "@types/react-dom": "^19.0.3", - "babel-plugin-react-compiler": "^19.0.0-beta-21e868a-20250216", - "eslint": "^8", + "babel-plugin-react-compiler": "19.0.0-beta-e1e972c-20250221", + "eslint": "8.57.1", "eslint-config-next": "15.1.7", - "postcss": "^8.5.2", - "tailwindcss": "^4.0.6", - "typescript": "^5.7.3" + "postcss": "8.5.3", + "tailwindcss": "4.0.9", + "typescript": "5.7.3" }, "trustedDependencies": ["@biomejs/biome"] }