From 5f69fdb8efacab40e342c8580cf627e810ec1165 Mon Sep 17 00:00:00 2001 From: thucpn Date: Fri, 20 Dec 2024 12:01:17 +0700 Subject: [PATCH] fix lock --- .github/workflows/test_build_doc.yml | 27 +++++++++++++++++++++++++++ pnpm-lock.yaml | 14 +++++++------- 2 files changed, 34 insertions(+), 7 deletions(-) create mode 100644 .github/workflows/test_build_doc.yml diff --git a/.github/workflows/test_build_doc.yml b/.github/workflows/test_build_doc.yml new file mode 100644 index 0000000000..7d225e9b27 --- /dev/null +++ b/.github/workflows/test_build_doc.yml @@ -0,0 +1,27 @@ +name: Test Documentation Build + +on: + push: + branches: + - main + pull_request: + branches: + - main + +jobs: + test-docs: + name: Test Documentation Build + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: pnpm/action-setup@v4 + - name: Setup Node.js + uses: actions/setup-node@v4 + with: + node-version-file: ".nvmrc" + cache: "pnpm" + - name: Install dependencies + run: pnpm install + - name: Build documentation and Next.js app + run: pnpm run build + working-directory: apps/next \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3973ee1307..cf38b919d4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -123,10 +123,10 @@ importers: specifier: ^11.11.17 version: 11.11.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1) fumadocs-core: - specifier: ^14.6.0 + specifier: 14.6.0 version: 14.6.0(@types/react@18.3.12)(next@15.0.3(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) fumadocs-docgen: - specifier: ^1.3.2 + specifier: 1.3.2 version: 1.3.2(typescript@5.7.2) fumadocs-mdx: specifier: ^11.1.2 @@ -141,7 +141,7 @@ importers: specifier: ^3.0.2 version: 3.0.2(typescript@5.7.2) fumadocs-ui: - specifier: ^14.6.0 + specifier: 14.6.0 version: 14.6.0(@types/react-dom@18.3.1)(@types/react@18.3.12)(next@15.0.3(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(tailwindcss@3.4.15) hast-util-to-jsx-runtime: specifier: ^2.3.2 @@ -15447,7 +15447,7 @@ snapshots: '@rollup/pluginutils@5.1.4(rollup@4.28.1)': dependencies: - '@types/estree': 1.0.1 + '@types/estree': 1.0.6 estree-walker: 2.0.2 picomatch: 4.0.2 optionalDependencies: @@ -16122,7 +16122,7 @@ snapshots: '@swc/helpers@0.5.13': dependencies: - tslib: 2.6.0 + tslib: 2.8.1 '@swc/helpers@0.5.15': dependencies: @@ -18603,7 +18603,7 @@ snapshots: estree-util-value-to-estree@3.2.1: dependencies: - '@types/estree': 1.0.1 + '@types/estree': 1.0.6 estree-util-visit@2.0.0: dependencies: @@ -18959,7 +18959,7 @@ snapshots: npm-to-yarn: 3.0.0 ts-morph: 24.0.0 unist-util-visit: 5.0.0 - zod: 3.23.8 + zod: 3.24.1 transitivePeerDependencies: - supports-color - typescript