Skip to content
Snippets Groups Projects
Commit a554a7b7 authored by SeeBasTStick's avatar SeeBasTStick
Browse files

dependency fix

parent fc561685
Branches
Tags
No related merge requests found
...@@ -110,3 +110,7 @@ ...@@ -110,3 +110,7 @@
- bug fixed that were introduced by not properly rebasing server branches - bug fixed that were introduced by not properly rebasing server branches
- brought back notifcation when evaluation is done - brought back notifcation when evaluation is done
## [2.0.3]
- dependencies updated
\ No newline at end of file
...@@ -26,7 +26,7 @@ This extension contributes the following settings: ...@@ -26,7 +26,7 @@ This extension contributes the following settings:
## Bugs ## Bugs
- please open an issue at https://github.com/SeeBasTStick/b-language-extension - please open an issue at https://github.com/hhu-stups/prob-issues/issues
## Server ## Server
The language server can be found here https://github.com/SeeBasTStick/b-language-server. The language server can be found here https://github.com/SeeBasTStick/b-language-server.
...@@ -39,10 +39,9 @@ The language server can be found here https://github.com/SeeBasTStick/b-language ...@@ -39,10 +39,9 @@ The language server can be found here https://github.com/SeeBasTStick/b-language
## Release Notes ## Release Notes
### 2.0.2 ### 2.0.3
- bug fixed that were introduced by not properly rebasing server branches - fixed dependency warnings
- brought back notifcation when evaluation is done
## Acknowledgements ## Acknowledgements
......
This diff is collapsed.
...@@ -146,16 +146,16 @@ ...@@ -146,16 +146,16 @@
}, },
"devDependencies": { "devDependencies": {
"@types/mocha": "^7.0.2", "@types/mocha": "^7.0.2",
"@types/node": "^14.14.6", "@types/node": "^14.14.44",
"@typescript-eslint/parser": "^2.34.0", "@typescript-eslint/parser": "^4.22.1",
"eslint": "^7.12.1", "eslint": "^7.25.0",
"mocha": "^7.2.0", "mocha": "^7.2.0",
"typescript": "^3.9.7" "typescript": "^3.9.9"
}, },
"dependencies": { "dependencies": {
"@types/ndjson": "^1.5.0", "@types/ndjson": "^1.5.0",
"@types/stream-to-array": "^2.3.0", "@types/stream-to-array": "^2.3.0",
"@types/vscode": "^1.49.0", "@types/vscode": "^1.55.0",
"b-language-server": "https://github.com/SeeBasTStick/b-language-server/archive/v2.1.1.tar.gz", "b-language-server": "https://github.com/SeeBasTStick/b-language-server/archive/v2.1.1.tar.gz",
"clean": "^4.0.2", "clean": "^4.0.2",
"error": "^10.4.0", "error": "^10.4.0",
...@@ -165,15 +165,15 @@ ...@@ -165,15 +165,15 @@
"net": "^1.0.2", "net": "^1.0.2",
"path": "^0.12.7", "path": "^0.12.7",
"portastic": "^1.0.1", "portastic": "^1.0.1",
"run-script-os": "^1.1.3", "run-script-os": "^1.1.6",
"stream-to-array": "^2.3.0", "stream-to-array": "^2.3.0",
"tcp-port-used": "^1.0.1", "tcp-port-used": "^1.0.2",
"ts-xor": "^1.0.8", "ts-xor": "^1.0.8",
"vscode-api": "0.0.0", "vscode-api": "0.0.0",
"vscode-languageclient": "^6.1.3", "vscode-languageclient": "^6.1.4",
"vscode-languageserver-protocol": "^3.15.3", "vscode-languageserver-protocol": "^3.16.0",
"vscode-read-manifest": "^0.5.1", "vscode-read-manifest": "^0.5.1",
"vscode-test": "^1.4.1", "vscode-test": "^1.5.2",
"vscode-uri": "^2.1.2", "vscode-uri": "^2.1.2",
"without": "^1.2.3" "without": "^1.2.3"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment