From 029aa6e3924b57e8605f5eafd4eb1347714049b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sat, 22 Jan 2022 21:52:44 +0400 Subject: [PATCH] Add npprogress --- package.json | 1 + yarn.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/package.json b/package.json index 28db0e0..5efe46e 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ "next": "12", "next-auth": "^3.23.0", "next-pwa": "^5.4.4", + "nprogress": "^0.2.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-swipeable-views": "^0.13.9", diff --git a/yarn.lock b/yarn.lock index de73962..942dddc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5232,6 +5232,11 @@ npmlog@^4.0.1: gauge "~2.7.3" set-blocking "~2.0.0" +nprogress@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/nprogress/-/nprogress-0.2.0.tgz#cb8f34c53213d895723fcbab907e9422adbcafb1" + integrity sha1-y480xTIT2JVyP8urkH6UIq28r7E= + number-is-nan@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"