Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Fix uuid version
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Vinokur <ivinokur@redhat.com>
  • Loading branch information
vinokurig committed Nov 9, 2020
1 parent 9efbd0e commit d1a5c9e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 3 additions & 2 deletions dockerfiles/theia/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
# Red Hat, Inc. - initial API and implementation
###
# Builder Image
#
FROM #{INCLUDE:docker/${BUILD_IMAGE_TARGET}/builder-from.dockerfile}
#yarn

FROM quay.io/eclipse/che-theia-dev:next as builder

WORKDIR ${HOME}

Expand Down
5 changes: 4 additions & 1 deletion plugins/github-auth-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,17 @@
"activationEvents": [
"*"
],
"dependencies": {
"uuid": "^3.1.0"
},
"devDependencies": {
"@theia/plugin": "next",
"@theia/plugin-packager": "latest",
"@eclipse-che/plugin": "0.0.1",
"rimraf": "2.6.2",
"typescript-formatter": "7.2.2",
"ts-loader": "^4.1.0",
"uuid": "^8.0.0"
"uuid": "^3.1.0"
},
"scripts": {
"prepare": "yarn run clean && yarn run build",
Expand Down

0 comments on commit d1a5c9e

Please sign in to comment.