Skip to content

Commit 71afd00

Browse files
committed
revert: revert the upgrade in uuid as it was breaking the examples page
1 parent 428ca28 commit 71afd00

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"dependencies": {
5959
"prop-types": "^15.8.1",
60-
"uuid": "9.0.0"
60+
"uuid": "8.3.2"
6161
},
6262
"devDependencies": {
6363
"@babel/cli": "7.19.3",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -11912,10 +11912,10 @@ util@~0.12.0:
1191211912
safe-buffer "^5.1.2"
1191311913
which-typed-array "^1.1.2"
1191411914

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

1192011920
uuid@^3.3.2:
1192111921
version "3.4.0"

0 commit comments

Comments
 (0)