Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Update to monaco-languageclient 6.6.0, monaco-editor 0.44.0 and monac…
Browse files Browse the repository at this point in the history
…o-vscode-api 1.83.2
  • Loading branch information
kaisalmen committed Oct 16, 2023
1 parent f8edf51 commit 72c2cb9
Show file tree
Hide file tree
Showing 6 changed files with 183 additions and 153 deletions.
265 changes: 144 additions & 121 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@types/node": "~18.18.3",
"@types/shelljs": "~0.8.13",
"@types/vscode": "~1.82.0",
"@types/vscode": "~1.83.0",
"@typescript-eslint/eslint-plugin": "~6.7.4",
"@typescript-eslint/parser": "~6.7.4",
"@vitest/browser": "~0.34.6",
Expand All @@ -33,8 +33,8 @@
"webdriverio": "~8.16.22"
},
"volta": {
"node": "18.18.0",
"npm": "9.8.1"
"node": "18.18.1",
"npm": "9.9.0"
},
"workspaces": [
"packages/monaco-editor-wrapper",
Expand Down
22 changes: 12 additions & 10 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,23 @@
"version": "0.0.0",
"type": "module",
"dependencies": {
"@codingame/monaco-vscode-configuration-service-override": "~1.82.5",
"@codingame/monaco-vscode-editor-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",
"@typefox/monaco-editor-react": "~2.3.0-next.3",
"@codingame/monaco-vscode-configuration-service-override": "~1.83.2",
"@codingame/monaco-vscode-editor-service-override": "~1.83.2",
"@codingame/monaco-vscode-json-default-extension": "~1.83.2",
"@codingame/monaco-vscode-keybindings-service-override": "~1.83.2",
"@codingame/monaco-vscode-python-default-extension": "~1.83.2",
"@typefox/monaco-editor-react": "~2.3.0",
"http-server": "~14.1.1",
"langium": "~2.0.2",
"langium-statemachine-dsl": "~2.0.0",
"monaco-languageclient-examples": "~6.5.3",
"monaco-editor": "~0.44.0",
"monaco-editor-workers": "~0.43.0",
"monaco-editor-wrapper": "~3.3.0-next.3",
"monaco-editor-wrapper": "~3.3.0",
"monaco-languageclient-examples": "~6.6.0",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"request-light": "~0.7.0",
"vscode": "npm:@codingame/monaco-vscode-api@>=1.83.2 <1.84.0",
"vscode-uri": "~3.0.7",
"vscode-languageclient": "~8.1.0",
"vscode-languageserver": "~8.1.0",
Expand All @@ -30,8 +32,8 @@
"ts-node": "~10.9.1"
},
"volta": {
"node": "18.18.0",
"npm": "9.8.1"
"node": "18.18.1",
"npm": "9.9.0"
},
"scripts": {
"clean": "shx rm -rf ./dist ./libs *.tsbuildinfo",
Expand Down
14 changes: 7 additions & 7 deletions packages/monaco-editor-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typefox/monaco-editor-react",
"version": "2.3.0-next.3",
"version": "2.3.0",
"license": "MIT",
"description": "React component for Monaco-Editor and Monaco Languageclient",
"keywords": [
Expand Down Expand Up @@ -46,17 +46,17 @@
"build": "npm run clean && npm run compile && npm run build:bundle"
},
"volta": {
"node": "18.18.0",
"npm": "9.8.1"
"node": "18.18.1",
"npm": "9.9.0"
},
"peerDependencies": {
"monaco-editor-wrapper": "~3.3.0-next.3",
"monaco-editor": "~0.44.0",
"monaco-editor-wrapper": "~3.3.0",
"react": "~18.2.0",
"react-dom": "~18.2.0"
"vscode": "npm:@codingame/monaco-vscode-api@>=1.83.2 <1.84.0"
},
"devDependencies": {
"@types/react": "~18.2.23",
"@types/react-dom": "~18.2.8"
"@types/react": "~18.2.23"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/monaco-editor-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

All notable changes to npm module [monaco-editor-wrapper](https://www.npmjs.com/package/monaco-editor-wrapper) are documented in this file.

## [2.3.0] - 2023-10-1y
## [3.3.0] - 2023-10-1y

- Properly separate and define classic and extended editor [#54](https://github.com/TypeFox/monaco-components/pull/54)
- Renamed `EditorAppVscodeApi` to `EditorAppExtended` and `EditorAppConfigVscodeApi` to `EditorAppConfigExtended`
- BREAKING: `$type` of `EditorAppConfigExtended` was changed from `vscodeApi` to `extended`
- Updated to `monaco-languageclient@6.5.3`
- Updated to `monaco-languageclient@6.6.0` and `@codingame/[email protected]` and `[email protected]`

## [3.2.5] - 2023-10-13

Expand Down
25 changes: 15 additions & 10 deletions packages/monaco-editor-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monaco-editor-wrapper",
"version": "3.3.0-next.3",
"version": "3.3.0",
"license": "MIT",
"description": "Monaco-Editor and Monaco Languageclient Wrapper",
"keywords": [
Expand Down Expand Up @@ -54,19 +54,24 @@
"build": "npm run clean && npm run compile && npm run bundle"
},
"volta": {
"node": "18.18.0",
"npm": "9.8.1"
"node": "18.18.1",
"npm": "9.9.0"
},
"dependencies": {
"@codingame/monaco-vscode-configuration-service-override": "~1.82.5",
"@codingame/monaco-vscode-editor-service-override": "~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",
"monaco-languageclient": "~6.5.3"
"@codingame/monaco-vscode-configuration-service-override": "~1.83.2",
"@codingame/monaco-vscode-editor-service-override": "~1.83.2",
"@codingame/monaco-vscode-textmate-service-override": "~1.83.2",
"@codingame/monaco-vscode-theme-defaults-default-extension": "~1.83.2",
"@codingame/monaco-vscode-theme-service-override": "~1.83.2",
"monaco-editor": "~0.44.0",
"monaco-languageclient": "~6.6.0",
"vscode": "npm:@codingame/monaco-vscode-api@>=1.83.2 <1.84.0",
"vscode-languageclient": "~8.1.0",
"vscode-languageserver-protocol":"~3.17.3",
"vscode-ws-jsonrpc": "~3.0.0"
},
"peerDependencies": {
"monaco-languageclient": "~6.5.3",
"monaco-languageclient": "~6.6.0",
"vscode-ws-jsonrpc": "~3.0.0"
},
"repository": {
Expand Down

0 comments on commit 72c2cb9

Please sign in to comment.