Skip to content

Commit 4647f32

Browse files
authored
Merge pull request #25 from kotofeyskaya/feature/latest-monaco-version-support
Support latest monaco version
2 parents 650513e + ed00128 commit 4647f32

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
3939
"@vue/compiler-sfc": "^3.1.5",
4040
"fs-extra": "^10.0.0",
4141
"http-server": "^13.0.2",
42-
"monaco-editor": "^0.29.0",
42+
"monaco-editor": "^0.33.0",
4343
"monaco-graphql": "^0.4.4",
4444
"typescript": "^4.3.5",
4545
"vite": "^2.4.4",
4646
"vue": "^3.1.5",
4747
"vue-router": "^4.0.12"
4848
},
4949
"peerDependencies": {
50-
"monaco-editor": "0.29.x"
50+
"monaco-editor": ">=0.33.0"
5151
}
5252
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -447,10 +447,10 @@ mkdirp@^0.5.5:
447447
dependencies:
448448
minimist "^1.2.5"
449449

450-
monaco-editor@^0.29.0:
451-
version "0.29.1"
452-
resolved "https://registry.npmmirror.com/monaco-editor/download/monaco-editor-0.29.1.tgz#6ee93d8a5320704d48fd7058204deed72429c020"
453-
integrity sha1-buk9ilMgcE1I/XBYIE3u1yQpwCA=
450+
monaco-editor@^0.33.0:
451+
version "0.33.0"
452+
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.33.0.tgz#842e244f3750a2482f8a29c676b5684e75ff34af"
453+
integrity sha512-VcRWPSLIUEgQJQIE0pVT8FcGBIgFoxz7jtqctE+IiCxWugD0DwgyQBcZBhdSrdMC84eumoqMZsGl2GTreOzwqw==
454454

455455
monaco-graphql@^0.4.4:
456456
version "0.4.4"

0 commit comments

Comments
 (0)