Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support last Monaco versions #243

Open
MikaStark opened this issue Dec 24, 2021 · 2 comments
Open

Support last Monaco versions #243

MikaStark opened this issue Dec 24, 2021 · 2 comments

Comments

@MikaStark
Copy link

Hello,
For now, ngx-monaco-editor has a peer dependency to monaco version 0.24.0. But the last one is 0.31.1.

Please bump up the monaco peer dep version.

Anyway thanks for this superbe project :).

@coloz
Copy link

coloz commented Jan 15, 2022

change the config to:

{
"glob": "**/*",
"input": "node_modules/monaco-editor/dev",
"output": "assets/monaco"
}

@MikaStark
Copy link
Author

@coloz thanks for the answer but that's not the point, the dependency work very fine even using monaco version above 0.24 but the issue is that ngx-monaco-editor library has a peer dependency on monaco-editor ~0.24.0.
It will be cool to unlock the version to allow the latest ones.

Until it's done, I use https://www.npmjs.com/package/@materia-ui/ngx-monaco-editor instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants