From 38bcf9ae33e6e9d67711790202aa30c3d8f1352c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 23 Jul 2020 15:33:50 +0000 Subject: [PATCH] fix(deps): pin dependency tabler to 1.0.0-alpha.7 --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index b586f9a30..680bf9878 100755 --- a/web/package.json +++ b/web/package.json @@ -45,7 +45,7 @@ "react-feather": "2.0.8", "react-hook-form": "6.0.1", "react-router-dom": "5.2.0", - "tabler": "^1.0.0-alpha.7" + "tabler": "1.0.0-alpha.7" }, "devDependencies": { "@babel/cli": "7.8.4",