Skip to content

Commit

Permalink
Updated to monaco-vscode-api 1.82.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisalmen committed Oct 11, 2023
1 parent d4601a4 commit cc506ad
Show file tree
Hide file tree
Showing 7 changed files with 80 additions and 79 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ The following table describes which version of **monaco-languageclient** and **@

| monaco-languageclient | @codingame/monaco-vscode-api | monaco-editor | comment |
| :---- | :---- | :--- | :--- |
| 6.5.3 | 1.82.5 | 0.43.0 | Released 2023-10-1x |
| 6.5.3 | 1.82.5 | 0.43.0 | Released 2023-10-11 |
| 6.5.2 | 1.82.4 | 0.43.0 | Released 2023-10-07 |
| 6.5.1 | 1.82.3 | 0.43.0 | Released 2023-10-04 |
| 6.5.0 | 1.82.2 | 0.43.0 | Released 2023-09-29 |
Expand Down
122 changes: 61 additions & 61 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this npm module are documented in this file.

## [6.5.4] - 2023-10-1x
## [6.5.3] - 2023-10-11

- Updated to `monaco-vscode-api` `1.82.5`. Fixes requirung `"skipLibCheck": true` with previous versions of 1.82.

Expand Down
10 changes: 5 additions & 5 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
],
"dependencies": {
"monaco-editor": "~0.43.0",
"vscode": "npm:@codingame/monaco-vscode-api@>=1.82.5-next.1 <1.83.0",
"@codingame/monaco-vscode-editor-service-override": "~1.82.5-next.1",
"@codingame/monaco-vscode-languages-service-override": "~1.82.5-next.1",
"@codingame/monaco-vscode-model-service-override": "~1.82.5-next.1",
"vscode": "npm:@codingame/monaco-vscode-api@>=1.82.5 <1.83.0",
"@codingame/monaco-vscode-editor-service-override": "~1.82.5",
"@codingame/monaco-vscode-languages-service-override": "~1.82.5",
"@codingame/monaco-vscode-model-service-override": "~1.82.5",
"vscode-languageclient": "~8.1.0"
},
"peerDependencies": {
"monaco-editor": "~0.43.0",
"vscode": "npm:@codingame/monaco-vscode-api@>=1.82.5-next.1 <1.83.0"
"vscode": "npm:@codingame/monaco-vscode-api@>=1.82.5 <1.83.0"
},
"peerDependenciesMeta": {
"monaco-editor": {
Expand Down
3 changes: 2 additions & 1 deletion packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

All notable changes to this npm module are documented in this file.

## [6.5.3] - 2023-10-1x
## [6.5.3] - 2023-10-11

- Updated to `[email protected]`
- Unify python and json language server. Extract common function.

## [6.5.2] - 2023-10-07

Expand Down
18 changes: 9 additions & 9 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@
}
},
"dependencies": {
"@codingame/monaco-vscode-configuration-service-override": "~1.82.5-next.1",
"@codingame/monaco-vscode-editor-service-override": "~1.82.5-next.1",
"@codingame/monaco-vscode-files-service-override": "~1.82.5-next.1",
"@codingame/monaco-vscode-json-default-extension": "~1.82.5-next.1",
"@codingame/monaco-vscode-keybindings-service-override": "~1.82.5-next.1",
"@codingame/monaco-vscode-python-default-extension": "~1.82.5-next.1",
"@codingame/monaco-vscode-textmate-service-override": "~1.82.5-next.1",
"@codingame/monaco-vscode-theme-defaults-default-extension": "~1.82.5-next.1",
"@codingame/monaco-vscode-theme-service-override": "~1.82.5-next.1",
"@codingame/monaco-vscode-configuration-service-override": "~1.82.5",
"@codingame/monaco-vscode-editor-service-override": "~1.82.5",
"@codingame/monaco-vscode-files-service-override": "~1.82.5",
"@codingame/monaco-vscode-json-default-extension": "~1.82.5",
"@codingame/monaco-vscode-keybindings-service-override": "~1.82.5",
"@codingame/monaco-vscode-python-default-extension": "~1.82.5",
"@codingame/monaco-vscode-textmate-service-override": "~1.82.5",
"@codingame/monaco-vscode-theme-defaults-default-extension": "~1.82.5",
"@codingame/monaco-vscode-theme-service-override": "~1.82.5",
"express": "~4.18.2",
"langium": "~2.0.2",
"langium-statemachine-dsl": "~2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/verify/pnpm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"monaco-languageclient": "~6.5.3-next.3",
"monaco-editor": "~0.43.0",
"vscode": "npm:@codingame/monaco-vscode-api@>=1.82.5-next.1 <1.83.0"
"vscode": "npm:@codingame/monaco-vscode-api@>=1.82.5 <1.83.0"
},
"devDependencies": {
"shx": "~0.3.4"
Expand Down

0 comments on commit cc506ad

Please sign in to comment.