Skip to content

Commit

Permalink
chore: bump to the latest theia DW library
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitf committed Nov 9, 2021
1 parent 82e01c0 commit 99b734b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 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/[email protected]`](https://github.com/babel/babel.git) | MIT | clearlydefined |
| [`@devfile/[email protected]`](https://github.com/devfile/api.git) | EPL-2.0 | clearlydefined |
| `@eclipse-che/[email protected]` | EPL-2.0 | clearlydefined |
| [`@eclipse-che/[email protected]1633465187`](git+https://github.com/eclipse-che/che-theia.git) | EPL-2.0 | clearlydefined |
| [`@eclipse-che/[email protected]1636121456`](git+https://github.com/eclipse-che/che-theia.git) | EPL-2.0 | clearlydefined |
| [`@eclipse-che/[email protected]`](https://github.com/eclipse-che/che-dashboard) | EPL-2.0 | N/A |
| [`@eclipse-che/[email protected]`](https://github.com/eclipse-che/che-dashboard) | EPL-2.0 | N/A |
| [`@eclipse-che/[email protected]`](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-1633465187",
"@eclipse-che/che-theia-devworkspace-handler": "0.0.1-1636123638",
"@eclipse-che/workspace-client": "0.0.1-1632305737",
"@patternfly/react-core": "4.120.0",
"@patternfly/react-icons": "^4.3.5",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -341,13 +341,13 @@
resolved "https://registry.yarnpkg.com/@eclipse-che/api/-/api-7.36.0.tgz#db8774cbf688df140631c0e60107bef36c194fb1"
integrity sha512-ephKJ3rDG53CdhfWHZ5byR2MRnTlbKObOph4+aNH9DO+rI44GTX2f9U2DjwQmHCAyGEXJkT1DdRum6C6ZbfCKA==

"@eclipse-che/[email protected]1633465187":
version "0.0.1-1633465187"
resolved "https://registry.yarnpkg.com/@eclipse-che/che-theia-devworkspace-handler/-/che-theia-devworkspace-handler-0.0.1-1633465187.tgz#c9e3887519328ed68d656b98c7c2642b79dab705"
integrity sha512-mSjLjIsTw/AlUi7nNk96WiNEmj3fxlNKoEo298wCcabzu85Ur8T8hwYrZ4R2Y8bNvtoOPqV47dnswVUwcwnTWA==
"@eclipse-che/[email protected]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==
dependencies:
"@devfile/api" latest
axios "0.21.1"
axios "0.21.2"
inversify "^5.0.1"
js-yaml "^4.0.0"
jsonc-parser "^3.0.0"
Expand Down Expand Up @@ -3104,12 +3104,12 @@ axios@*, axios@^0.21.1:
dependencies:
follow-redirects "^1.14.0"

[email protected].1:
version "0.21.1"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
[email protected].2:
version "0.21.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
dependencies:
follow-redirects "^1.10.0"
follow-redirects "^1.14.0"

babel-code-frame@^6.22.0, babel-code-frame@^6.26.0:
version "6.26.0"
Expand Down Expand Up @@ -6173,7 +6173,7 @@ [email protected]:
dependencies:
tabbable "^5.1.4"

follow-redirects@^1.0.0, follow-redirects@^1.10.0, follow-redirects@^1.14.0:
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
version "1.14.3"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.3.tgz#6ada78118d8d24caee595595accdc0ac6abd022e"
integrity sha512-3MkHxknWMUtb23apkgz/83fDoe+y+qr0TdgacGIA7bew+QLBo3vdgEN2xEsuXNivpFy4CyDhBBZnNZOtalmenw==
Expand Down

0 comments on commit 99b734b

Please sign in to comment.