From d2a3ed7931bde3d04f682ee7ce4fb08d46fdcb74 Mon Sep 17 00:00:00 2001 From: Preet <833927+pshihn@users.noreply.github.com> Date: Mon, 13 Jan 2020 21:39:42 -0800 Subject: [PATCH] Bump roughjs version to fix ellipse fills (#367) --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 067c8168..d1bc226c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12833,9 +12833,9 @@ } }, "roughjs": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/roughjs/-/roughjs-4.0.1.tgz", - "integrity": "sha512-uw5PHL7yXjjUAnIylegD1TzsygaeDLs4qrMHdu+9xY16Fd1Db8L8qHm7YQTeLOoqqjhlhDtMGdWda/Qw8rX3ww==" + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/roughjs/-/roughjs-4.0.3.tgz", + "integrity": "sha512-bXqNB7R9f7Zg3D4x8Cgz4KCnP2FJJCEvOPgsrg3FSlq6tOFm3aTAC+Lb9z64m0tOGW4Lq3hzAp0UMpB4Dq4mhw==" }, "rsvp": { "version": "4.8.5", diff --git a/package.json b/package.json index 8149dc62..38ed21ba 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "react": "16.12.0", "react-dom": "16.12.0", "react-scripts": "3.3.0", - "roughjs": "4.0.1" + "roughjs": "4.0.3" }, "devDependencies": { "@types/jest": "^24.0.25",