diff --git a/examples/yarn.lock b/examples/yarn.lock index d81e570214f..f9c0fcc3d75 100644 --- a/examples/yarn.lock +++ b/examples/yarn.lock @@ -910,7 +910,7 @@ assert@2.0.0: object-is "^1.0.1" util "^0.12.0" -async-mutex@^0.4.0: +async-mutex@0.4.0: version "0.4.0" resolved "https://registry.yarnpkg.com/async-mutex/-/async-mutex-0.4.0.tgz#ae8048cd4d04ace94347507504b3cf15e631c25f" integrity sha512-eJFZ1YhRR8UN8eBLoNzcDPcy/jqjsg6I1AP+KvWQX80BqOSW1oJPJXDylPUEeMr2ZQvHgnQ//Lp6f3RQ1zI7HA== diff --git a/viewer/package.json b/viewer/package.json index a2b3fa66cd6..e39f46f4422 100644 --- a/viewer/package.json +++ b/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@cognite/reveal", - "version": "3.2.1", + "version": "3.3.0", "private": true, "description": "WebGL based 3D viewer for CAD and point clouds processed in Cognite Data Fusion.", "homepage": "https://github.com/cognitedata/reveal/tree/master/viewer",