From c29d2d3080ea512d748efa0b987a507311511f21 Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Tue, 5 Aug 2025 18:45:59 +0530 Subject: [PATCH] format --- pnpm-workspace.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 6f4bf501..7de5d887 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -5,10 +5,10 @@ packages: autoInstallPeers: false neverBuiltDependencies: [] overrides: - "ora>string-width": "^5" - "vite": "npm:rolldown-vite@latest" + 'ora>string-width': '^5' + 'vite': 'npm:rolldown-vite@latest' patchedDependencies: - "@types/mdurl@2.0.0": "patches/@types__mdurl@2.0.0.patch" - "markdown-it-anchor@9.2.0": "patches/markdown-it-anchor@9.2.0.patch" + '@types/mdurl@2.0.0': 'patches/@types__mdurl@2.0.0.patch' + 'markdown-it-anchor@9.2.0': 'patches/markdown-it-anchor@9.2.0.patch' shellEmulator: true