From ef1506ef99cd48ce45248b20f06ceff9e1b1d296 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Fri, 4 Sep 2020 17:39:44 +0200 Subject: [PATCH] Updated npm packages fractal and lodash. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 72df883..e6df2c8 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,9 @@ "name": "Lostplaces", "version": "0.1.0", "dependencies": { - "@frctl/fractal": "^1.2.1", + "@frctl/fractal": "^1.3.0", "fractal": "0.0.3", + "lodash": "^4.17.20", "node-sass": "^4.14.1", "sass": "^1.26.10" },