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 f0920e3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions plugins/github-auth-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,16 @@
"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"
"ts-loader": "^4.1.0"
},
"scripts": {
"prepare": "yarn run clean && yarn run build",
Expand Down

0 comments on commit f0920e3

Please sign in to comment.