Skip to content

Commit

Permalink
Added dependency resolution, imported dark diagram theme
Browse files Browse the repository at this point in the history
  • Loading branch information
spoenemann committed Mar 10, 2020
1 parent bccd3ee commit 34209d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
5 changes: 4 additions & 1 deletion webview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
"workspaces": [
"yang-sprotty",
"yang-sprotty-vscode"
]
],
"resolutions": {
"**/sprotty": "0.7.0"
}
}
1 change: 1 addition & 0 deletions webview/yang-sprotty-vscode/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*/

import 'reflect-metadata';
import 'yang-sprotty/css/dark/diagram.css'
import 'sprotty-vscode-webview/css/sprotty-vscode.css';
import { Container } from 'inversify';
import { createYangDiagramContainer } from 'yang-sprotty';
Expand Down
14 changes: 1 addition & 13 deletions webview/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5509,7 +5509,7 @@ [email protected]:
reflect-metadata "^0.1.12"
sprotty next

sprotty@^0.7.0:
sprotty@0.7.0, sprotty@^0.7.0, sprotty@next:
version "0.7.0"
resolved "https://registry.yarnpkg.com/sprotty/-/sprotty-0.7.0.tgz#8346c4ea99529a7394fd69f0692ad8293f350fd2"
integrity sha512-eyRBuotqQejSamcD1U8ahohUfzz4MSofFdim3i2+iZbe2dsiPC3w7W27mqoGE/1/61L1hNQMhMneD0SmIjAj/g==
Expand All @@ -5521,18 +5521,6 @@ sprotty@^0.7.0:
snabbdom-jsx "0.4.2"
snabbdom-virtualize "0.7.0"

sprotty@next:
version "0.8.0-next.666cfe0"
resolved "https://registry.yarnpkg.com/sprotty/-/sprotty-0.8.0-next.666cfe0.tgz#a28991e7601bb466857ca076570a2b16db851a55"
integrity sha512-Yh04DIYMCEKHWBk44TWxZduBeDlQWTldddiFjvpjyrFS2r2VJk68RM2s1FI2vmMtGRdB4XTuLQ3ICznqiyqghg==
dependencies:
autocompleter "5.1.0"
file-saver "2.0.2"
inversify "5.0.1"
snabbdom "0.7.3"
snabbdom-jsx "0.4.2"
snabbdom-virtualize "0.7.0"

sshpk@^1.7.0:
version "1.16.1"
resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877"
Expand Down

0 comments on commit 34209d8

Please sign in to comment.