From ec6c416468a26fba12ed7b38c900623ec58a8748 Mon Sep 17 00:00:00 2001 From: DD Liu Date: Thu, 20 Dec 2018 14:28:14 -0500 Subject: [PATCH] Update deps to support newlines (#805) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1ba3765b..a9c6647c 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "url": "git+ssh://git@github.com/LLK/scratch-paint.git" }, "dependencies": { - "@scratch/paper": "0.11.20181113220307", + "@scratch/paper": "0.11.20181220183503", "classnames": "2.2.5", "keymirror": "0.1.1", "lodash.bindall": "4.4.0", @@ -32,7 +32,7 @@ "minilog": "3.1.0", "parse-color": "1.0.0", "prop-types": "^15.5.10", - "scratch-svg-renderer": "0.2.0-prerelease.20181218153528" + "scratch-svg-renderer": "0.2.0-prerelease.20181220183040" }, "peerDependencies": { "react": "^16",