Skip to content

Commit 8c0dcba

Browse files
committed
fix: Freeze monaco-vscode-api minor version
1 parent 46644af commit 8c0dcba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"types": "dist/index.d.ts",
6868
"dependencies": {
6969
"monaco-editor": "npm:@codingame/monaco-editor@^0.33.6",
70-
"vscode": "npm:@codingame/monaco-vscode-api@^1.67.9",
70+
"vscode": "npm:@codingame/monaco-vscode-api@~1.67.9",
7171
"vscode-oniguruma": "^1.6.2"
7272
},
7373
"devDependencies": {

0 commit comments

Comments
 (0)