From 3a24cfe63d53d9b1dba4f4fd02210afc6e245d04 Mon Sep 17 00:00:00 2001 From: neverland Date: Thu, 27 Aug 2026 21:51:35 +0800 Subject: [PATCH] fix: pin Rslint to 0.8.1 --- pnpm-lock.yaml | 2 +- pnpm-workspace.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c19a9a8..7ac0ffa 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -23,7 +23,7 @@ catalogs: specifier: ~1.0.0-rc.2 version: 1.0.0-rc.2 '@rslint/core': - specifier: ~0.8.1 + specifier: 0.8.1 version: 0.8.1 '@rspress/core': specifier: ^2.0.20 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 247c06e..1a14cbe 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -17,7 +17,7 @@ catalog: '@rsbuild/plugin-react': '^2.1.0' '@rsbuild/plugin-sass': '^2.0.1' '@rslib/core': '~1.0.0-rc.2' - '@rslint/core': '~0.8.1' + '@rslint/core': '0.8.1' '@rspress/core': '^2.0.20' '@rspress/plugin-client-redirects': '^2.0.20' '@rspress/plugin-sitemap': '^2.0.20'