Skip to content

Commit

Permalink
feat: update to the latest theia DW library
Browse files Browse the repository at this point in the history
- Add volume components if plug-ins have defined volumeMounts
- Handle override of che-theia-plugins
  • Loading branch information
benoitf committed Nov 23, 2021
1 parent ea7849b commit f561846
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .deps/prod.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
| [`@babel/runtime@7.15.4`](https://github.com/babel/babel.git) | MIT | clearlydefined |
| [`@devfile/api@2.2.0-alpha-1633545768`](https://github.com/devfile/api.git) | EPL-2.0 | clearlydefined |
| `@eclipse-che/api@7.36.0` | EPL-2.0 | clearlydefined |
| [`@eclipse-che/che-theia-devworkspace-handler@0.0.1-1636123638`](git+https://github.com/eclipse-che/che-theia.git) | EPL-2.0 | clearlydefined |
| [`@eclipse-che/che-theia-devworkspace-handler@0.0.1-1637592995`](git+https://github.com/eclipse-che/che-theia.git) | EPL-2.0 | clearlydefined |
| [`@eclipse-che/common@7.37.0-SNAPSHOT`](https://github.com/eclipse-che/che-dashboard) | EPL-2.0 | N/A |
| [`@eclipse-che/dashboard-backend@7.37.0-SNAPSHOT`](https://github.com/eclipse-che/che-dashboard) | EPL-2.0 | N/A |
| [`@eclipse-che/dashboard-frontend@7.37.0-SNAPSHOT`](git://github.com/eclipse/che-dashboard.git) | EPL-2.0 | N/A |
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@eclipse-che/che-theia-devworkspace-handler": "0.0.1-1636123638",
"@eclipse-che/che-theia-devworkspace-handler": "0.0.1-1637592995",
"@eclipse-che/workspace-client": "0.0.1-1632305737",
"@patternfly/react-core": "4.120.0",
"@patternfly/react-icons": "^4.3.5",
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -341,13 +341,14 @@
resolved "https://registry.yarnpkg.com/@eclipse-che/api/-/api-7.36.0.tgz#db8774cbf688df140631c0e60107bef36c194fb1"
integrity sha512-ephKJ3rDG53CdhfWHZ5byR2MRnTlbKObOph4+aNH9DO+rI44GTX2f9U2DjwQmHCAyGEXJkT1DdRum6C6ZbfCKA==

"@eclipse-che/che-theia-devworkspace-handler@0.0.1-1636123638":
version "0.0.1-1636123638"
resolved "https://registry.yarnpkg.com/@eclipse-che/che-theia-devworkspace-handler/-/che-theia-devworkspace-handler-0.0.1-1636123638.tgz#ac78cd914dc972a147c4ef1afe2205f92c851624"
integrity sha512-r5qiKe44OSnoOGo4RioKRcKJCZtuh4gXuUxYapJiFNGMBVOaBRHOL7OYbUl3P73v07xsfCwy02saHWtQGKcEfg==
"@eclipse-che/che-theia-devworkspace-handler@0.0.1-1637592995":
version "0.0.1-1637592995"
resolved "https://registry.yarnpkg.com/@eclipse-che/che-theia-devworkspace-handler/-/che-theia-devworkspace-handler-0.0.1-1637592995.tgz#cc584fa11b06dc19f9c5b33d33334d29abd07a1e"
integrity sha512-TP6lSNf1g9aLHHIZWoK/GJU2fO8sqpEXfI+TnS+ZaYXggJLuK+t87waGZCij42227iRsX4tUx1P6XFOJrk/SCw==
dependencies:
"@devfile/api" latest
axios "0.21.2"
fs-extra "^9.1.0"
inversify "^5.0.1"
js-yaml "^4.0.0"
jsonc-parser "^3.0.0"
Expand Down

0 comments on commit f561846

Please sign in to comment.