Skip to content

Commit

Permalink
revert: revert the upgrade in uuid as it was breaking the examples page
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbarion committed Oct 13, 2022
1 parent 428ca28 commit 71afd00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"dependencies": {
"prop-types": "^15.8.1",
"uuid": "9.0.0"
"uuid": "8.3.2"
},
"devDependencies": {
"@babel/cli": "7.19.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11912,10 +11912,10 @@ util@~0.12.0:
safe-buffer "^5.1.2"
which-typed-array "^1.1.2"

uuid@9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.0.tgz#592f550650024a38ceb0c562f2f6aa435761efb5"
integrity sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==
uuid@8.3.2:
version "8.3.2"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==

uuid@^3.3.2:
version "3.4.0"
Expand Down

0 comments on commit 71afd00

Please sign in to comment.