From b765fb1da6c371516fd7a439c516eb4d25876df6 Mon Sep 17 00:00:00 2001 From: Yan Date: Wed, 12 Jun 2024 08:03:08 -0300 Subject: Upgrade Lunaria and Action to latest (#2003) --- .github/workflows/lunaria.yml | 2 +- docs/package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lunaria.yml b/.github/workflows/lunaria.yml index 1b0b372b..d5990f65 100644 --- a/.github/workflows/lunaria.yml +++ b/.github/workflows/lunaria.yml @@ -40,7 +40,7 @@ jobs: shell: bash - name: Generate Lunaria Overview - uses: yanthomasdev/lunaria-action@f60cb4c257e95ab41fc44356c4a852fe614e3bb4 + uses: yanthomasdev/lunaria-action@v0.1.0 with: token: ${{ secrets.FREDKBOT_GITHUB_TOKEN }} working-directory: docs diff --git a/docs/package.json b/docs/package.json index a2b55b97..265822f0 100644 --- a/docs/package.json +++ b/docs/package.json @@ -16,7 +16,7 @@ "dependencies": { "@astro-community/astro-embed-youtube": "^0.4.4", "@astrojs/starlight": "workspace:*", - "@lunariajs/core": "^0.0.32", + "@lunariajs/core": "^0.1.0", "@types/culori": "^2.0.0", "astro": "^4.8.6", "culori": "^3.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3ac8ee84..5df8ed0f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -45,8 +45,8 @@ importers: specifier: workspace:* version: link:../packages/starlight '@lunariajs/core': - specifier: ^0.0.32 - version: 0.0.32 + specifier: ^0.1.0 + version: 0.1.0 '@types/culori': specifier: ^2.0.0 version: 2.0.0 @@ -1903,8 +1903,8 @@ packages: resolution: {integrity: sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==} dev: false - /@lunariajs/core@0.0.32: - resolution: {integrity: sha512-l4JbgtatUlh64FJIyjPPPiLTEu26TTOKVa8GUBF32aGmzXb1ScdKwYQuN1c7Hf1sjW5VAc9Z+wthhx4/GU0jGA==} + /@lunariajs/core@0.1.0: + resolution: {integrity: sha512-UP2K3fjgmPP4eN92ZcreAzWitRfeqhMMSHeh2GK2FtzReYWoHeth7cogzNv9Glb64UA2PFJkZ3fU5DAdX53w+g==} engines: {node: '>=18.17.0'} hasBin: true dependencies: -- cgit