Skip to content

Commit

Permalink
fix(types): match version of uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
cenk1cenk2 committed May 20, 2020
1 parent becbb4f commit 33a1e80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
],
"dependencies": {
"@samverschueren/stream-to-observable": "^0.3.0",
"@types/uuid": "^8.0.0",
"chalk": "^4.0.0",
"cli-cursor": "^3.1.0",
"cli-truncate": "^2.1.0",
Expand All @@ -74,6 +73,7 @@
"@types/jest": "^25.2.3",
"@types/node": "^14.0.1",
"@types/rewire": "^2.5.28",
"@types/uuid": "^7.0.2",
"cz-conventional-changelog": "3.2.0",
"delay": "^4.3.0",
"eslint": "^7.0.0",
Expand All @@ -94,4 +94,4 @@
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -666,10 +666,10 @@
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==

"@types/uuid@^8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.0.0.tgz#165aae4819ad2174a17476dbe66feebd549556c0"
integrity sha512-xSQfNcvOiE5f9dyd4Kzxbof1aTrLobL278pGLKOZI6esGfZ7ts9Ka16CzIN6Y8hFHE1C7jIBZokULhK1bOgjRw==
"@types/uuid@^7.0.2":
version "7.0.4"
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-7.0.4.tgz#00a5749810b4ad80bff73a61f9cc9d0d521feb3c"
integrity sha512-WGZCqBZZ0mXN2RxvLHL6/7RCu+OWs28jgQMP04LWfpyJlQUMTR6YU9CNJAKDgbw+EV/u687INXuLUc7FuML/4g==

"@types/yargs-parser@*":
version "15.0.0"
Expand Down

0 comments on commit 33a1e80

Please sign in to comment.