Przeglądaj źródła

chore(deps): bump docs and frontend deps

Update dependency versions across `docs` and `frontend`, including Next/Fumadocs packages in docs and Ant Design, React Query, Storybook, and related tooling in frontend. Also updates lint/format tool versions (`oxlint`, `oxfmt`), bumps docs `pnpm` package manager version, and refreshes workspace release-age exclusions for the newly upgraded docs packages.
Sanaei 16 godzin temu
rodzic
commit
e264ea89c1
5 zmienionych plików z 501 dodań i 527 usunięć
  1. 13 13
      docs/package.json
  2. 237 242
      docs/pnpm-lock.yaml
  3. 5 0
      docs/pnpm-workspace.yaml
  4. 226 252
      frontend/package-lock.json
  5. 20 20
      frontend/package.json

+ 13 - 13
docs/package.json

@@ -18,34 +18,34 @@
     "test:watch": "vitest"
   },
   "dependencies": {
-    "fumadocs-core": "^16.14.5",
+    "fumadocs-core": "^16.15.5",
     "fumadocs-docgen": "^3.1.0",
-    "fumadocs-mdx": "^15.3.0",
-    "fumadocs-openapi": "^11.2.4",
-    "fumadocs-ui": "^16.14.5",
-    "lucide-react": "^1.33.0",
-    "mermaid": "^11.17.0",
-    "next": "16.3.1",
+    "fumadocs-mdx": "^15.4.0",
+    "fumadocs-openapi": "^11.4.0",
+    "fumadocs-ui": "^16.15.5",
+    "lucide-react": "^1.39.0",
+    "mermaid": "^11.17.2",
+    "next": "16.3.4",
     "next-themes": "^0.4.6",
     "react": "^19.2.8",
     "react-dom": "^19.2.8",
     "react-qr-code": "^2.2.0",
     "tailwind-merge": "^3.6.0",
     "zbsearch": "4.0.0",
-    "zod": "^4.4.3"
+    "zod": "^4.5.4"
   },
   "devDependencies": {
     "@tailwindcss/postcss": "^4.3.3",
     "@types/mdx": "^2.0.14",
-    "@types/node": "^26.2.0",
+    "@types/node": "^26.4.1",
     "@types/react": "^19.2.18",
-    "@types/react-dom": "^19.2.4",
-    "oxfmt": "0.64.0",
-    "oxlint": "1.79.0",
+    "@types/react-dom": "^19.2.5",
+    "oxfmt": "0.66.0",
+    "oxlint": "1.81.0",
     "postcss": "^8.5.26",
     "tailwindcss": "^4.3.3",
     "typescript": "7.0.2",
     "vitest": "^4.1.11"
   },
-  "packageManager": "[email protected]2.0+sha512.1ff870c4c6133dfd88fb2afc46dd13d47f09c9794b438c6fdb47ca98caf3bc16381ee0be93a091b8e3824cf01f889f46d7d9e20910fb0be1ab0fb5baa80dd621"
+  "packageManager": "[email protected]"
 }

Plik diff jest za duży
+ 237 - 242
docs/pnpm-lock.yaml


+ 5 - 0
docs/pnpm-workspace.yaml

@@ -13,3 +13,8 @@ minimumReleaseAgeExclude:
   - [email protected]
   - [email protected]
   - [email protected]
+  - '@fumadocs/[email protected]'
+  - '@types/[email protected]'
+  - [email protected]
+  - [email protected]
+  - [email protected]

Plik diff jest za duży
+ 226 - 252
frontend/package-lock.json


+ 20 - 20
frontend/package.json

@@ -34,50 +34,50 @@
     ]
   },
   "dependencies": {
-    "@ant-design/icons": "^6.3.2",
+    "@ant-design/icons": "^6.3.4",
     "@codemirror/lang-json": "^6.0.2",
     "@codemirror/theme-one-dark": "^6.1.3",
     "@hookform/resolvers": "^5.9.1",
-    "@noble/hashes": "^2.3.0",
-    "@tanstack/react-query": "^5.102.2",
-    "@tanstack/react-query-devtools": "^5.102.2",
-    "antd": "^6.6.1",
+    "@noble/hashes": "^2.4.0",
+    "@tanstack/react-query": "^5.102.8",
+    "@tanstack/react-query-devtools": "^5.102.8",
+    "antd": "^6.6.2",
     "codemirror": "^6.0.2",
     "dayjs": "^1.11.23",
-    "i18next": "^26.4.0",
+    "i18next": "^26.4.1",
     "otpauth": "^9.5.1",
     "persian-calendar-suite": "^1.5.6",
     "react": "^19.2.8",
     "react-dom": "^19.2.8",
-    "react-hook-form": "^7.86.0",
-    "react-i18next": "^17.0.12",
-    "react-router": "^8.3.0",
+    "react-hook-form": "^7.87.0",
+    "react-i18next": "^17.0.13",
+    "react-router": "^8.3.1",
     "swagger-ui-react": "^5.32.14",
     "uplot": "^1.6.32",
-    "zod": "^4.4.3"
+    "zod": "^4.5.4"
   },
   "devDependencies": {
-    "@storybook/addon-a11y": "^10.5.10",
-    "@storybook/addon-docs": "^10.5.10",
-    "@storybook/addon-vitest": "^10.5.10",
-    "@storybook/react-vite": "^10.5.10",
+    "@storybook/addon-a11y": "^10.6.0",
+    "@storybook/addon-docs": "^10.6.0",
+    "@storybook/addon-vitest": "^10.6.0",
+    "@storybook/react-vite": "^10.6.0",
     "@testing-library/dom": "^10.4.1",
-    "@testing-library/react": "^16.3.2",
+    "@testing-library/react": "^16.3.3",
     "@types/react": "^19.2.18",
     "@types/react-dom": "^19.2.5",
     "@types/swagger-ui-react": "^5.18.0",
-    "@vitejs/plugin-react": "^6.1.0",
+    "@vitejs/plugin-react": "^6.1.1",
     "@vitest/browser-playwright": "4.1.11",
     "@vitest/coverage-v8": "^4.1.11",
     "husky": "^9.1.7",
     "jsdom": "^30.0.1",
-    "lint-staged": "^17.3.0",
+    "lint-staged": "^17.4.1",
     "msw": "^2.15.0",
-    "oxfmt": "0.64.0",
-    "oxlint": "1.79.0",
+    "oxfmt": "0.66.0",
+    "oxlint": "1.81.0",
     "oxlint-tsgolint": "^7.0.2001",
     "playwright": "^1.62.1",
-    "storybook": "^10.5.10",
+    "storybook": "^10.6.0",
     "typescript": "7.0.2",
     "vite": "8.2.2",
     "vitest": "^4.1.11"

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików