From 79989feddab77bd1ddbc87b64ed79d2dfe9187a0 Mon Sep 17 00:00:00 2001 From: Preet <833927+pshihn@users.noreply.github.com> Date: Sat, 11 Dec 2021 13:46:44 -0800 Subject: [PATCH] chore: bump roughjs version (#4386) Co-authored-by: dwelle --- package.json | 2 +- src/tests/scene/__snapshots__/export.test.ts.snap | 6 +++--- yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 5ec1109b..d1a1a782 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "react-scripts": "4.0.3", - "roughjs": "4.5.0", + "roughjs": "4.5.2", "sass": "1.43.5", "socket.io-client": "2.3.1", "typescript": "4.5.2" diff --git a/src/tests/scene/__snapshots__/export.test.ts.snap b/src/tests/scene/__snapshots__/export.test.ts.snap index 3abf9d18..22315f6f 100644 --- a/src/tests/scene/__snapshots__/export.test.ts.snap +++ b/src/tests/scene/__snapshots__/export.test.ts.snap @@ -56,13 +56,13 @@ exports[`exportToSvg with default arguments 1`] = ` transform="translate(10 10) rotate(0 50 50)" > - " + " `; diff --git a/yarn.lock b/yarn.lock index df1b8b49..1b666a57 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12793,10 +12793,10 @@ rollup@^1.31.1: "@types/node" "*" acorn "^7.1.0" -roughjs@4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/roughjs/-/roughjs-4.5.0.tgz#b4cbd63d4ed6b0b613082b4f7f9bf0e55cd4ba0d" - integrity sha512-4c3RBuTR41uGbTT/WzG4dzu4dfxhFWrhx9ZLbjaKPazX67nQjvU//pWYw/XjbcDW3iQGxac8plBbgdWkEsnNDg== +roughjs@4.5.2: + version "4.5.2" + resolved "https://registry.yarnpkg.com/roughjs/-/roughjs-4.5.2.tgz#aab644dcb41e9a75826c8bd5a5b0a859095f2f10" + integrity sha512-2xSlLDKdsWyFxrveYWk9YQ/Y9UfK38EAMRNkYkMqYBJvPX8abCa9PN0x3w02H8Oa6/0bcZICJU+U95VumPqseg== dependencies: path-data-parser "^0.1.0" points-on-curve "^0.2.0"