From 8fc113b348090f3953459d0b93d86ba2e8635dd2 Mon Sep 17 00:00:00 2001 From: cfngc4594 Date: Sun, 2 Mar 2025 12:21:32 +0800 Subject: [PATCH] chore(deps): update version constraints for monaco-editor and monaco-languageclient --- bun.lock | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bun.lock b/bun.lock index 0a0b093..4b48967 100644 --- a/bun.lock +++ b/bun.lock @@ -19,8 +19,8 @@ "dockerode": "^4.0.4", "github-markdown-css": "^5.8.1", "lucide-react": "^0.475.0", - "monaco-editor": "0.36.1", - "monaco-languageclient": "5.0.1", + "monaco-editor": "<=0.36.1", + "monaco-languageclient": "<=5.0.1", "next": "15.1.7", "next-mdx-remote": "^5.0.0", "next-themes": "^0.4.4", diff --git a/package.json b/package.json index 68fc016..86c872a 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,8 @@ "dockerode": "^4.0.4", "github-markdown-css": "^5.8.1", "lucide-react": "^0.475.0", - "monaco-editor": "0.36.1", - "monaco-languageclient": "5.0.1", + "monaco-editor": "<=0.36.1", + "monaco-languageclient": "<=5.0.1", "next": "15.1.7", "next-mdx-remote": "^5.0.0", "next-themes": "^0.4.4",