From 6c52ba2bf112737d477610aba8f346760eb0c618 Mon Sep 17 00:00:00 2001 From: archmoj Date: Thu, 24 Jan 2019 21:32:32 -0500 Subject: [PATCH] bump gl-mesh3d 2.0.7 no more allowing specular greater than 1 --- 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 48fe62afcf3..2685cf5f341 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4854,9 +4854,9 @@ } }, "gl-mesh3d": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/gl-mesh3d/-/gl-mesh3d-2.0.6.tgz", - "integrity": "sha512-uuxXeeJiwQMf6qlYUMMm75653G5+7dJ/oWHD5VGuKemgATzPraFunkw0lbMWmJUMLHIlIEoAUcLOa1ccES/deg==", + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/gl-mesh3d/-/gl-mesh3d-2.0.7.tgz", + "integrity": "sha512-sP4qv1c3nBRfCJmW499DldibUjm7DNVOJMiyTS33Q39dcBGPdI9u1yzpzIRi6eQ216DZasaKZrLPF6W7nEABkQ==", "requires": { "barycentric": "^1.0.1", "colormap": "^2.1.0", diff --git a/package.json b/package.json index 21cf3911cab..2d2c70906f0 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "gl-heatmap2d": "^1.0.5", "gl-line3d": "^1.1.8", "gl-mat4": "^1.2.0", - "gl-mesh3d": "^2.0.6", + "gl-mesh3d": "^2.0.7", "gl-plot2d": "^1.4.2", "gl-plot3d": "^1.6.3", "gl-pointcloud2d": "^1.0.2",