diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 9f3ec69..8fcba3a 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -12,6 +12,8 @@ jobs: build_and_preview: env: NUXT_UI_PRO_LICENSE: ${{ secrets.NUXT_UI_PRO_LICENSE }} + ALGOLIA_SEARCH_API_KEY: ${{ secrets.ALGOLIA_SEARCH_API_KEY }} + ALGOLIA_APPLICATION_ID: ${{ secrets.ALGOLIA_APPLICATION_ID }} if: ${{ github.event_name == 'workflow_dispatch' || github.event.pull_request.head.repo.full_name == github.repository }} environment: preview runs-on: ubuntu-latest diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 309816c..5c97913 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -15,6 +15,8 @@ jobs: build_and_deploy: env: NUXT_UI_PRO_LICENSE: ${{ secrets.NUXT_UI_PRO_LICENSE }} + ALGOLIA_SEARCH_API_KEY: ${{ secrets.ALGOLIA_SEARCH_API_KEY }} + ALGOLIA_APPLICATION_ID: ${{ secrets.ALGOLIA_APPLICATION_ID }} if: ${{ github.event.repository.full_name == github.repository }} runs-on: ubuntu-latest environment: production diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index eca9ebf..27a5ad8 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -16,6 +16,8 @@ jobs: build_and_deploy: env: NUXT_UI_PRO_LICENSE: ${{ secrets.NUXT_UI_PRO_LICENSE }} + ALGOLIA_SEARCH_API_KEY: ${{ secrets.ALGOLIA_SEARCH_API_KEY }} + ALGOLIA_APPLICATION_ID: ${{ secrets.ALGOLIA_APPLICATION_ID }} if: ${{ github.event.repository.full_name == github.repository }} environment: staging runs-on: ubuntu-latest diff --git a/bun.lockb b/bun.lockb index 69f7e96..719b320 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index e1a179d..bb347b8 100644 --- a/package.json +++ b/package.json @@ -7,37 +7,37 @@ "author": "Matter Labs", "homepage": "https://zksync.io", "devDependencies": { - "@commitlint/cli": "^19.3.0", - "@commitlint/config-conventional": "^19.2.2", - "@types/bun": "^1.0.8", - "@vue/test-utils": "^2.4.5", - "cspell": "^8.6.0", - "eslint": "^8.52.0", - "husky": "^9.0.11", - "lint-staged": "^15.2.4", + "@commitlint/cli": "^19.4.1", + "@commitlint/config-conventional": "^19.4.1", + "@types/bun": "^1.1.8", + "@vue/test-utils": "^2.4.6", + "cspell": "^8.14.2", + "eslint": "^8.57.0", + "husky": "^9.1.5", + "lint-staged": "^15.2.10", "markdownlint": "^0.33.0", "markdownlint-cli2": "^0.12.1", - "prettier": "^3.1.0", - "prettier-plugin-tailwindcss": "^0.5.12", - "vue-tsc": "^2.0.6" + "prettier": "^3.3.3", + "prettier-plugin-tailwindcss": "^0.5.14", + "vue-tsc": "^2.1.6" }, "peerDependencies": { "typescript": "^5.0.0" }, "dependencies": { - "@matterlabs/docs-nuxt-template": "2.7.1", + "@matterlabs/docs-nuxt-template": "2.8.2", "@nuxt/content": "^2.13.2", - "@nuxt/eslint": "^0.5.3", + "@nuxt/eslint": "^0.5.5", "@nuxt/fonts": "^0.7.2", - "@nuxt/image": "^1.7.0", + "@nuxt/image": "^1.8.0", "@nuxt/ui": "^2.18.4", "@nuxt/ui-pro": "^1.4.1", - "@nuxtjs/seo": "^2.0.0-rc.10", - "nuxt": "^3.12.4", + "@nuxtjs/seo": "^2.0.0-rc.20", + "nuxt": "^3.13.1", "nuxt-gtag": "^2.1.0", "nuxt-headlessui": "^1.2.0", - "nuxt-og-image": "^3.0.0-rc.53", - "rehype-katex": "^7.0.0", + "nuxt-og-image": "^3.0.0-rc.66", + "rehype-katex": "^7.0.1", "remark-math": "^6.0.0" }, "scripts": {