From 1b62931bf9c2c9d126baad9bd032b15ac6266a54 Mon Sep 17 00:00:00 2001
From: gcarron <gcarron@grandlyon.com>
Date: Wed, 9 Sep 2020 14:52:46 +0200
Subject: [PATCH] Test fix for build

---
 package.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index ce498092f..d0344861d 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
   "scripts": {
     "tx": "tx pull --all || true",
     "lint": "yarn lint:js && yarn lint:styles",
-    "lint:js": "cs lint '{src,test}/**/*.{js,jsx,ts,tsx}'",
+    "lint:js": "cs lint {src,test}/**/*.{js,jsx,ts,tsx}",
     "lint:styles": "stylint src/styles --config ./.stylintrc",
     "prebuild": "yarn lint",
     "build:cs": "build:browser",
@@ -86,9 +86,9 @@
     "axios": "^0.19.0",
     "cozy-bar": "^7.7.10",
     "cozy-client": "13.18.0",
-    "cozy-harvest-lib": "^1.15.3",
+    "cozy-harvest-lib": "2.9.1",
     "cozy-scripts": "4.3.3",
-    "cozy-ui": "35.31.0",
+    "cozy-ui": "35.45.0",
     "d3": "^5.15.0",
     "detect-browser": "^5.1.1",
     "eslint-config-cozy-app": "1.1.12",
-- 
GitLab