summaryrefslogtreecommitdiffstats
path: root/yarn.lock
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-02-21 19:34:01 +0100
committerGitHub <noreply@github.com>2022-02-21 19:34:01 +0100
commit17842893306410f878eed66af5e807870e61cc49 (patch)
tree57608ffb9374bb3bdbbe6b3c9903e6eaefa3c180 /yarn.lock
parentf18fe8caa611e9273c5504fa81522e1ac93b95d2 (diff)
refactor: replace script tags with next/script (#10)
* refactor: replace script tags with next/script Since next.js v12.1.0 some warnings was displayed because I was using some script tags. * build(deps): bump next-themes to v0.1.1
Diffstat (limited to 'yarn.lock')
-rw-r--r--yarn.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/yarn.lock b/yarn.lock
index 82831cb..30181b7 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -6170,10 +6170,10 @@ next-sitemap@^2.1.14:
"@corex/deepmerge" "^2.6.148"
minimist "^1.2.5"
-next-themes@^0.0.15:
- version "0.0.15"
- resolved "https://registry.yarnpkg.com/next-themes/-/next-themes-0.0.15.tgz#ab0cee69cd763b77d41211f631e108beab39bf7d"
- integrity sha512-LTmtqYi03c4gMTJmWwVK9XkHL7h0/+XrtR970Ujvtu3s0kZNeJN24aJsi4rkZOI8i19+qq6f8j+8Duwy5jqcrQ==
+next-themes@^0.1.1:
+ version "0.1.1"
+ resolved "https://registry.yarnpkg.com/next-themes/-/next-themes-0.1.1.tgz#122113a458bf1d1be5ffed66778ab924c106f82a"
+ integrity sha512-Iqxt6rhS/KfK/iHJ0tfFjTcdLEAI0AgwFuAFrMwLOPK5e+MI3I+fzyvBoS+VaOS+NldUiazurhgwYhrfV0VXsQ==
next@^12.1.0:
version "12.1.0"