From 28728e38518c01dc23e34721f724226a7adc7c84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 16:22:18 +0000 Subject: [PATCH] Bump three from 0.136.0 to 0.137.0 in /exp/test_theatre Bumps [three](https://github.com/mrdoob/three.js) from 0.136.0 to 0.137.0. - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) --- updated-dependencies: - dependency-name: three dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- exp/test_theatre/package.json | 2 +- exp/test_theatre/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/exp/test_theatre/package.json b/exp/test_theatre/package.json index b9e051913..f8694bc21 100644 --- a/exp/test_theatre/package.json +++ b/exp/test_theatre/package.json @@ -8,7 +8,7 @@ "canvas-sketch": "^0.7.4", "canvas-sketch-util": "^1.10.0", "glsl-noise": "^0.0.0", - "three": "^0.136.0" + "three": "^0.137.0" }, "devDependencies": { "@theatre/studio": "^0.4.7" diff --git a/exp/test_theatre/yarn.lock b/exp/test_theatre/yarn.lock index a7e6e094d..0b12218b8 100644 --- a/exp/test_theatre/yarn.lock +++ b/exp/test_theatre/yarn.lock @@ -707,10 +707,10 @@ svg-path-contours@^2.0.0: normalize-svg-path "^0.1.0" vec2-copy "^1.0.0" -three@^0.136.0: - version "0.136.0" - resolved "https://registry.yarnpkg.com/three/-/three-0.136.0.tgz#b1504db021b46398ef468aa7849f3dcabb814f50" - integrity sha512-+fEMX7nYLz2ZesVP/dyifli5Jf8gR3XPAnFJveQ80aMhibFduzrADnjMbARXh8+W9qLK7rshJCjAIL/6cDxC+A== +three@^0.137.0: + version "0.137.0" + resolved "https://registry.yarnpkg.com/three/-/three-0.137.0.tgz#0ebd6ba66637a332c31f234bcdd35aeec071a6e3" + integrity sha512-rzSDhia6cU35UCy6y+zEEws6vSgytfHqFMSaBvUcySgzwvDO6vETyswtSNi/+aVqJw8WLMwyT1mlQQ1T/dxxOA== to-fast-properties@^2.0.0: version "2.0.0"