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

Commit

Permalink
Updated to Theia 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spoenemann committed Apr 14, 2020
1 parent 48ebc46 commit a2def39
Show file tree
Hide file tree
Showing 6 changed files with 981 additions and 507 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ bin
lib
.DS_Store
yangster-app/webpack.config.js
yangster-app/gen-webpack.config.js
src-gen
lerna-debug.log
yangster-app-electron/webpack.config.js
yangster-app-electron/gen-webpack.config.js
yang-language-server.zip
**/*.log
9 changes: 4 additions & 5 deletions theia-yang-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@
"theia-extension"
],
"dependencies": {
"@theia/core": "^0.11.0",
"sprotty": "^0.7.0",
"sprotty-theia": "^0.7.0",
"yang-sprotty": "0.2.0"
"@theia/core": "^1.0.0",
"sprotty-theia": "^0.8.0",
"yang-sprotty": "0.2.1"
},
"scripts": {
"prepare": "yarn run clean && yarn install:languageserver && yarn run build",
"install:languageserver": "rimraf -rf ./build && mkdir build && yarn download:languageserver",
"download:languageserver": "curl -o yang-language-server.zip http://services.typefox.io/open-source/jenkins/job/yang-lsp/job/master/lastSuccessfulBuild/artifact/yang-lsp/build/yang-language-server_diagram-extension_0.1.0-SNAPSHOT.zip && unzip yang-language-server.zip -d build/ && mv build/yang-language-server-0.1.0-SNAPSHOT build/yang-language-server",
"download:languageserver": "curl -L -o yang-language-server.zip https://github.com/theia-ide/yang-lsp/releases/download/v0.1.0/yang-language-server_diagram-extension_0.1.0.zip && unzip yang-language-server.zip -d build/ && mv build/yang-language-server-0.1.0 build/yang-language-server",
"clean": "rimraf lib",
"lint": "tslint -c ./tslint.json --project ./tsconfig.json",
"build": "tsc && yarn lint",
Expand Down
2 changes: 1 addition & 1 deletion yang-sprotty
46 changes: 22 additions & 24 deletions yangster-app-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,31 @@
"version": "0.1.25",
"license": "Apache-2.0",
"dependencies": {
"@theia/core": "^0.11.0",
"@theia/electron": "^0.11.0",
"@theia/editor": "^0.11.0",
"@theia/file-search": "^0.11.0",
"@theia/filesystem": "^0.11.0",
"@theia/git": "^0.11.0",
"@theia/json": "^0.11.0",
"@theia/languages": "^0.11.0",
"@theia/markers": "^0.11.0",
"@theia/messages": "^0.11.0",
"@theia/mini-browser": "^0.11.0",
"@theia/monaco": "^0.11.0",
"@theia/navigator": "^0.11.0",
"@theia/output": "^0.11.0",
"@theia/outline-view": "^0.11.0",
"@theia/preferences": "^0.11.0",
"@theia/search-in-workspace": "^0.11.0",
"@theia/task": "^0.11.0",
"@theia/terminal": "^0.11.0",
"@theia/textmate-grammars": "^0.11.0",
"@theia/typescript": "^0.11.0",
"@theia/userstorage": "^0.11.0",
"@theia/workspace": "^0.11.0",
"@theia/core": "^1.0.0",
"@theia/electron": "^1.0.0",
"@theia/editor": "^1.0.0",
"@theia/file-search": "^1.0.0",
"@theia/filesystem": "^1.0.0",
"@theia/git": "^1.0.0",
"@theia/json": "^1.0.0",
"@theia/languages": "^1.0.0",
"@theia/markers": "^1.0.0",
"@theia/messages": "^1.0.0",
"@theia/mini-browser": "^1.0.0",
"@theia/monaco": "^1.0.0",
"@theia/navigator": "^1.0.0",
"@theia/output": "^1.0.0",
"@theia/outline-view": "^1.0.0",
"@theia/preferences": "^1.0.0",
"@theia/search-in-workspace": "^1.0.0",
"@theia/task": "^1.0.0",
"@theia/terminal": "^1.0.0",
"@theia/userstorage": "^1.0.0",
"@theia/workspace": "^1.0.0",
"theia-yang-extension": "0.1.25"
},
"devDependencies": {
"@theia/cli": "^0.11.0"
"@theia/cli": "^1.0.0"
},
"scripts": {
"prepare": "theia build --mode development",
Expand Down
44 changes: 21 additions & 23 deletions yangster-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,30 @@
"version": "0.1.25",
"license": "Apache-2.0",
"dependencies": {
"@theia/core": "^0.11.0",
"@theia/editor": "^0.11.0",
"@theia/file-search": "^0.11.0",
"@theia/filesystem": "^0.11.0",
"@theia/git": "^0.11.0",
"@theia/json": "^0.11.0",
"@theia/languages": "^0.11.0",
"@theia/markers": "^0.11.0",
"@theia/messages": "^0.11.0",
"@theia/mini-browser": "^0.11.0",
"@theia/monaco": "^0.11.0",
"@theia/navigator": "^0.11.0",
"@theia/output": "^0.11.0",
"@theia/outline-view": "^0.11.0",
"@theia/preferences": "^0.11.0",
"@theia/search-in-workspace": "^0.11.0",
"@theia/task": "^0.11.0",
"@theia/terminal": "^0.11.0",
"@theia/textmate-grammars": "^0.11.0",
"@theia/typescript": "^0.11.0",
"@theia/userstorage": "^0.11.0",
"@theia/workspace": "^0.11.0",
"@theia/core": "^1.0.0",
"@theia/editor": "^1.0.0",
"@theia/file-search": "^1.0.0",
"@theia/filesystem": "^1.0.0",
"@theia/git": "^1.0.0",
"@theia/json": "^1.0.0",
"@theia/languages": "^1.0.0",
"@theia/markers": "^1.0.0",
"@theia/messages": "^1.0.0",
"@theia/mini-browser": "^1.0.0",
"@theia/monaco": "^1.0.0",
"@theia/navigator": "^1.0.0",
"@theia/output": "^1.0.0",
"@theia/outline-view": "^1.0.0",
"@theia/preferences": "^1.0.0",
"@theia/search-in-workspace": "^1.0.0",
"@theia/task": "^1.0.0",
"@theia/terminal": "^1.0.0",
"@theia/userstorage": "^1.0.0",
"@theia/workspace": "^1.0.0",
"theia-yang-extension": "0.1.25"
},
"devDependencies": {
"@theia/cli": "^0.11.0"
"@theia/cli": "^1.0.0"
},
"scripts": {
"prepare": "theia build --mode development",
Expand Down
Loading

0 comments on commit a2def39

Please sign in to comment.