Browse Source

chore: install @noble/hashes

imwald
codytseng 1 year ago
parent
commit
869e164469
  1. 12
      package-lock.json
  2. 1
      package.json

12
package-lock.json generated

@ -10,6 +10,7 @@ @@ -10,6 +10,7 @@
"license": "MIT",
"dependencies": {
"@nextui-org/image": "^2.2.3",
"@noble/hashes": "^1.6.1",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
@ -1287,6 +1288,17 @@ @@ -1287,6 +1288,17 @@
"url": "https://paulmillr.com/funding/"
}
},
"node_modules/@noble/hashes": {
"version": "1.6.1",
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.6.1.tgz",
"integrity": "sha512-pq5D8h10hHBjyqX+cfBm0i8JUXJ0UhczFc4r74zbuT9XgewFo2E3J1cOaGtdZynILNmQ685YWGzGE1Zv6io50w==",
"engines": {
"node": "^14.21.3 || >=16"
},
"funding": {
"url": "https://paulmillr.com/funding/"
}
},
"node_modules/@nodelib/fs.scandir": {
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",

1
package.json

@ -20,6 +20,7 @@ @@ -20,6 +20,7 @@
},
"dependencies": {
"@nextui-org/image": "^2.2.3",
"@noble/hashes": "^1.6.1",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",

Loading…
Cancel
Save