Skip to content

Commit

Permalink
Add uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
abuuzayr committed Jun 29, 2020
1 parent f799896 commit 15133b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"react-select": "3.1.0",
"react-social-sharing": "3.0.1",
"styled-components": "5.1.0",
"typescript": "3.8.3"
"typescript": "3.8.3",
"uuid": "8.2.0"
},
"NOTE": "Next.js dependency is currently only required for deploying to zeit",
"devDependencies": {
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8829,6 +8829,11 @@ util@^0.11.0:
dependencies:
inherits "2.0.3"

[email protected]:
version "8.2.0"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.2.0.tgz#cb10dd6b118e2dada7d0cd9730ba7417c93d920e"
integrity sha512-CYpGiFTUrmI6OBMkAdjSDM0k5h8SkkiTP4WAjQgDgNB1S3Ou9VBEvr6q0Kv2H1mMk7IWfxYGpMH5sd5AvcIV2Q==

uuid@^3.3.2:
version "3.4.0"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
Expand Down

0 comments on commit 15133b9

Please sign in to comment.