Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
fix - dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Selman <[email protected]>
  • Loading branch information
dselman committed Aug 10, 2020
1 parent d410295 commit f640229
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Change Log

### 0.21.11

- Fix dependencies

### 0.21.10

- HTML preview for Concerto models
Expand Down
5 changes: 1 addition & 4 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Accord Project extension for Visual Studio Code, providing tools for template development.",
"author": "Accord Project",
"license": "Apache-2.0",
"version": "0.21.10",
"version": "0.21.11",
"publisher": "accordproject",
"repository": {
"type": "git",
Expand All @@ -24,10 +24,7 @@
"@accordproject/concerto-tools": "^0.82.8",
"@accordproject/markdown-it-cicero": "^0.12.3",
"@accordproject/markdown-it-template": "^0.12.3",
"@mermaid-js/mermaid-cli": "^8.7.0",
"add": "^2.0.6",
"mermaid": "^8.6.4",
"plantuml-encoder": "^1.4.0",
"vscode-languageclient": "^6.1.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Accord Project extension for Visual Studio Code, providing tools for template development.",
"author": "Accord Project",
"license": "Apache-2.0",
"version": "0.21.10",
"version": "0.21.11",
"icon": "icon.png",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cicero-vscode-extension-server",
"description": "A language server for Accord Project templates",
"version": "0.21.10",
"version": "0.21.11",
"license": "Apache-2.0",
"engines": {
"node": "*"
Expand Down

0 comments on commit f640229

Please sign in to comment.