ran npm i heroicons

This commit is contained in:
Brandon Egger 2023-03-15 20:56:29 -05:00
parent 094c3b3b8a
commit ab24d633c7
2 changed files with 12 additions and 0 deletions

11
package-lock.json generated
View File

@ -16,6 +16,7 @@
"@trpc/next": "^10.9.0",
"@trpc/react-query": "^10.9.0",
"@trpc/server": "^10.9.0",
"heroicons": "^2.0.16",
"next": "^13.2.1",
"next-auth": "^4.19.0",
"react": "18.2.0",
@ -2602,6 +2603,11 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/heroicons": {
"version": "2.0.16",
"resolved": "https://registry.npmjs.org/heroicons/-/heroicons-2.0.16.tgz",
"integrity": "sha512-UhFYoJkROAS61zSRHDsLu1DEsfT1wn5gMR2AXRJSKGcwGdPovY2BsAOO763uXq/MCNVLzSpcpniNU24T/vwqUQ=="
},
"node_modules/ignore": {
"version": "5.2.4",
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz",
@ -6666,6 +6672,11 @@
"has-symbols": "^1.0.2"
}
},
"heroicons": {
"version": "2.0.16",
"resolved": "https://registry.npmjs.org/heroicons/-/heroicons-2.0.16.tgz",
"integrity": "sha512-UhFYoJkROAS61zSRHDsLu1DEsfT1wn5gMR2AXRJSKGcwGdPovY2BsAOO763uXq/MCNVLzSpcpniNU24T/vwqUQ=="
},
"ignore": {
"version": "5.2.4",
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz",

View File

@ -21,6 +21,7 @@
"@trpc/next": "^10.9.0",
"@trpc/react-query": "^10.9.0",
"@trpc/server": "^10.9.0",
"heroicons": "^2.0.16",
"next": "^13.2.1",
"next-auth": "^4.19.0",
"react": "18.2.0",