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",