diff --git a/package.json b/package.json index d30b7bf..38fab13 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "seed": "tsx prisma/seed.ts" }, "dependencies": { + "@hookstate/core": "^4.0.1", "@mantine/carousel": "^7.11.1", "@mantine/charts": "^7.11.0", "@mantine/code-highlight": "^7.11.0", diff --git a/yarn.lock b/yarn.lock index f86da8c..973bc16 100644 --- a/yarn.lock +++ b/yarn.lock @@ -89,6 +89,11 @@ resolved "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.4.tgz" integrity sha512-dWO2pw8hhi+WrXq1YJy2yCuWoL20PddgGaqTgVe4cOS9Q6qklXCiA1tJEqX6BEwRNSCP84/afac9hd4MS+zEUA== +"@hookstate/core@^4.0.1": + version "4.0.1" + resolved "https://registry.yarnpkg.com/@hookstate/core/-/core-4.0.1.tgz#6744380e96ce13fe3488c926c1cbae93bbea0ff6" + integrity sha512-Uh2D8Z0z/pqOJ7t+SfC+2sj13JQcB4yFhtL+T1choCaBxTSlgOS/CKRBohgJ4cjTKoxOmTT8uSQysu3gUjX+Gw== + "@humanwhocodes/config-array@^0.11.14": version "0.11.14" resolved "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz"