From 0821e62ff62f28eb22df091fdc9e29d8e40a4364 Mon Sep 17 00:00:00 2001 From: Glitch Date: Tue, 17 Sep 2019 22:54:18 +0100 Subject: [PATCH] Update package.json --- basic/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/basic/package.json b/basic/package.json index 3588eef1f..c72d11870 100644 --- a/basic/package.json +++ b/basic/package.json @@ -14,6 +14,9 @@ "react-router-dom": "4.4.0-beta.8", "tachyons": "4.11.1" }, + "resolutions": { + "caniuse-lite": "1.0.30000971" + }, "scripts": { "start": "react-scripts start", "build": "react-scripts build",