Skip to content

Commit

Permalink
chore(deps): update dependency uuid to v8 (#235)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored May 16, 2020
1 parent 7ba33c4 commit b050dcc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"peerDependencies": {
"moment": "^2.24.0",
"vis-util": "^4.0.0",
"uuid": "^7.0.0"
"uuid": "^7.0.0 || ^8.0.0"
},
"devDependencies": {
"@babel/core": "7.9.6",
Expand Down Expand Up @@ -128,7 +128,7 @@
"stryker-cli": "1.0.0",
"typedoc": "0.17.6",
"typescript": "3.9.2",
"uuid": "7.0.3",
"uuid": "8.0.0",
"vis-dev-utils": "2.2.8",
"vis-util": "4.0.0"
},
Expand Down

0 comments on commit b050dcc

Please sign in to comment.