From 486a881a4822509d0f224ad5946d186d0a351d41 Mon Sep 17 00:00:00 2001 From: Derek Haynes Date: Thu, 29 Oct 2020 10:27:56 -0600 Subject: [PATCH] Update html-sketchapp to the latest Need the latest version to address https://github.com/html-sketchapp/html-sketchapp/issues/196. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2785055..cd75374 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "webpack-cli": "^3.2.0" }, "dependencies": { - "@brainly/html-sketchapp": "^4.3.0", + "@brainly/html-sketchapp": "^4.4.1", "puppeteer": "^1.19.0", "webpack": "^4.28.3" }