@typefox/monaco-editor-react
Advanced tools
Comparing version 6.0.0-next.13 to 6.0.0-next.14
@@ -5,6 +5,7 @@ # CHANGELOG | ||
## [6.0.0-next.13] - 2024-12-18 | ||
## [6.0.0-next.14] - 2024-12-18 | ||
- Only `monaco-editor-wrapper` is a `peerDependencies` | ||
- Updated engine engine requirements for node to (`>=18.19.0`) and for npm to (`>=10.2.3`) | ||
- Updated to `monaco-editor-wrapper@9.0.0-next.13` and `monaco-languageclient@6.0.0-next.13`. Updated all `@codingame/monaco-vscode` packages to `11.1.2`. | ||
- Updated to `monaco-editor-wrapper@9.0.0-next.14` and `monaco-languageclient@6.0.0-next.14`. Updated all `@codingame/monaco-vscode` packages to `11.1.2`. | ||
- Bugfix: Wrapper: Text model content is not properly updated with updateCodeResource [#808](https://github.com/TypeFox/monaco-languageclient/pull/808) | ||
@@ -11,0 +12,0 @@ - Workaround for `@codingame/monaco-vscode-chat-extensions-notebook-task-terminal-testing-common` dependency problem |
{ | ||
"name": "@typefox/monaco-editor-react", | ||
"version": "6.0.0-next.13", | ||
"version": "6.0.0-next.14", | ||
"license": "MIT", | ||
@@ -49,34 +49,14 @@ "description": "React component for Monaco-Editor and Monaco Languageclient", | ||
"dependencies": { | ||
"react": "~18.3.1" | ||
}, | ||
"peerDependencies": { | ||
"@codingame/monaco-vscode-api": "~11.1.2", | ||
"@codingame/monaco-vscode-editor-api": "~11.1.2", | ||
"react": "~18.3.1", | ||
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@~11.1.2", | ||
"monaco-editor-wrapper": "~6.0.0-next.13", | ||
"monaco-languageclient": "~9.0.0-next.13", | ||
"monaco-languageclient": "~9.0.0-next.14", | ||
"vscode": "npm:@codingame/monaco-vscode-api@~11.1.2", | ||
"vscode-ws-jsonrpc": "~3.4.0-next.13" | ||
"vscode-ws-jsonrpc": "~3.4.0-next.14" | ||
}, | ||
"peerDependencies": { | ||
"monaco-editor-wrapper": "~6.0.0-next.14" | ||
}, | ||
"peerDependenciesMeta": { | ||
"@codingame/monaco-vscode-api": { | ||
"optional": false | ||
}, | ||
"@codingame/monaco-vscode-editor-api": { | ||
"optional": false | ||
}, | ||
"monaco-editor": { | ||
"optional": false | ||
}, | ||
"monaco-editor-wrapper": { | ||
"optional": false | ||
}, | ||
"monaco-languageclient": { | ||
"optional": false | ||
}, | ||
"vscode": { | ||
"optional": false | ||
}, | ||
"vscode-ws-jsonrpc": { | ||
"optional": false | ||
} | ||
@@ -83,0 +63,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6
30878