From 9adc045a985a8bcf436e51a4ae98ba87453958a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Thu, 11 Jun 2026 18:33:31 +0400 Subject: [PATCH] chore: add next-plausible lib --- package.json | 1 + yarn.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/package.json b/package.json index 17b765e..f321d3f 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,7 @@ "music-metadata-browser": "^2.5.11", "next": "16.2.4", "next-auth": "^5.0.0-beta.31", + "next-plausible": "^4.0.0", "next-pwa": "5.6.0", "nextjs-toploader": "^3.9.17", "nodemailer": "^6.7.2", diff --git a/yarn.lock b/yarn.lock index a61daee..e946f11 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7762,6 +7762,11 @@ next-auth@^5.0.0-beta.31: dependencies: "@auth/core" "0.41.2" +next-plausible@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/next-plausible/-/next-plausible-4.0.0.tgz#bc81be4f2c9ba4783f07b54d5fed5d4650c265aa" + integrity sha512-tC48VscREZ4fEvas9T4oj5qJwnpPlms0Wih1Unbgi/ozG08yN1w0IAPGp+/cHB8n6qzEAL5J0MlAS0FOr132jA== + next-pwa@5.6.0: version "5.6.0" resolved "https://registry.yarnpkg.com/next-pwa/-/next-pwa-5.6.0.tgz#f7b1960c4fdd7be4253eb9b41b612ac773392bf4"