-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update to new patch version 0.4.2
- Loading branch information
1 parent
0d34781
commit 6e673c1
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@kieler/klighd-cli", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Standalone web view for klighd-core diagrams", | ||
"author": "Kiel University <[email protected]>", | ||
"license": "EPL-2.0", | ||
|
@@ -31,7 +31,7 @@ | |
"socket": "node ./lib/main.js --ls_port=5007" | ||
}, | ||
"dependencies": { | ||
"@kieler/klighd-core": "^0.4.1", | ||
"@kieler/klighd-core": "^0.4.2", | ||
"commander": "^8.1.0", | ||
"fastify": "^3.15.0", | ||
"fastify-static": "^4.0.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "klighd-vscode", | ||
"displayName": "KLighD Diagrams", | ||
"description": "KLighD diagram support for Visual Studio Code", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"publisher": "kieler", | ||
"author": "Kiel University <[email protected]>", | ||
"icon": "icon.png", | ||
|
@@ -163,7 +163,7 @@ | |
"webpack": "^4.44.1" | ||
}, | ||
"dependencies": { | ||
"@kieler/klighd-core": "^0.4.1", | ||
"@kieler/klighd-core": "^0.4.2", | ||
"inversify": "^5.0.1", | ||
"nanoid": "^3.1.23", | ||
"reflect-metadata": "^0.1.13", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@kieler/klighd-core", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Core KLighD diagram visualization with Sprotty", | ||
"author": "Kiel University <[email protected]>", | ||
"license": "EPL-2.0", | ||
|
@@ -23,7 +23,7 @@ | |
"publish:next": "yarn publish --new-version \"$(semver $npm_package_version -i minor)-next.$(git rev-parse --short HEAD)\" --tag next --no-git-tag-version" | ||
}, | ||
"dependencies": { | ||
"@kieler/klighd-interactive": "^0.4.1", | ||
"@kieler/klighd-interactive": "^0.4.2", | ||
"@types/file-saver": "^2.0.5", | ||
"feather-icons": "^4.28.0", | ||
"inversify": "^5.0.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@kieler/klighd-interactive", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "A module for klighd-core to interactively apply constraints to the diagram", | ||
"author": "Kiel University <[email protected]>", | ||
"license": "EPL-2.0", | ||
|