Skip to content

Commit a9354ae

Browse files
committed
fix: install uuid
1 parent 04ed1ae commit a9354ae

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
"unified": "^10.1.2",
8080
"unist-util-visit": "^2.0.0",
8181
"use-onclickoutside": "^0.4.1",
82+
"uuid": "^10.0.0",
8283
"viem": "^1.18.1",
8384
"wagmi": "^1.4.5",
8485
"web3": "^1.10.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13898,6 +13898,11 @@ [email protected]:
1389813898
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
1389913899
integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==
1390013900

13901+
uuid@^10.0.0:
13902+
version "10.0.0"
13903+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-10.0.0.tgz#5a95aa454e6e002725c79055fd42aaba30ca6294"
13904+
integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==
13905+
1390113906
uuid@^3.3.2:
1390213907
version "3.4.0"
1390313908
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"

0 commit comments

Comments
 (0)