From 30a85caaaebf3c33cb1a11d27b577a58f00cb470 Mon Sep 17 00:00:00 2001 From: wecoding Date: Sat, 16 May 2026 13:10:23 +0800 Subject: [PATCH] fix(website): align package specifiers with lockfile --- website/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website/package.json b/website/package.json index f01379b..b645add 100644 --- a/website/package.json +++ b/website/package.json @@ -17,18 +17,18 @@ "dependencies": { "@docusaurus/core": "3.10.0", "@docusaurus/preset-classic": "3.10.0", - "@mdx-js/react": "^3.0.0", - "clsx": "^2.0.0", - "prism-react-renderer": "^2.3.0", - "react": "^19.0.0", - "react-dom": "^19.0.0", + "@mdx-js/react": "^3.1.1", + "clsx": "^2.1.1", + "prism-react-renderer": "^2.4.1", + "react": "^19.2.5", + "react-dom": "^19.2.5", "search-insights": "^2.17.3" }, "devDependencies": { "@docusaurus/module-type-aliases": "3.10.0", "@docusaurus/tsconfig": "3.10.0", "@docusaurus/types": "3.10.0", - "typescript": "^5.0.0" + "typescript": "^5.9.3" }, "pnpm": { "overrides": {