From 0b2e23fc4a27a099b8714dc81bc89127600c35dc Mon Sep 17 00:00:00 2001 From: Yue JIN Date: Thu, 11 Dec 2025 22:34:16 +0800 Subject: [PATCH] chore(deps): pin monaco-editor https://github.com/microsoft/monaco-editor/issues/5133 --- package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2241a98..1393a8a 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "eslint": "^9.33.0", "eslint-plugin-vue": "^10.4.0", "jiti": "^2.5.1", - "monaco-editor": "^0.54.0", + "monaco-editor": "~0.54.0", "pinia": "^3.0.3", "playwright": "^1.55.0", "postcss-nested": "^7.0.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 01c3d61..dc5a4a5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -63,7 +63,7 @@ importers: specifier: ^2.5.1 version: 2.6.1 monaco-editor: - specifier: ^0.54.0 + specifier: ~0.54.0 version: 0.54.0 pinia: specifier: ^3.0.3