From 823996dd0c184081ae69baa82267d32ab4e80287 Mon Sep 17 00:00:00 2001 From: Alexandru Popovici Date: Thu, 11 Jan 2024 15:33:42 +0200 Subject: [PATCH] preview-service <-> viewer API 2.0 (#1956) * Pinned the viewer version for the preview-service to the last viewer version before the API 2.0 merge as a temporary solution until the preview service is updated to use API 2.0 * updated lock --- packages/preview-service/package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/preview-service/package.json b/packages/preview-service/package.json index 850f91dc7c..48c03efda1 100644 --- a/packages/preview-service/package.json +++ b/packages/preview-service/package.json @@ -21,7 +21,7 @@ "dependencies": { "@speckle/objectloader": "workspace:^", "@speckle/shared": "workspace:^", - "@speckle/viewer": "workspace:^", + "@speckle/viewer": "2.17.8", "cookie-parser": "~1.4.4", "crypto": "^1.0.1", "express": "~4.17.3", diff --git a/yarn.lock b/yarn.lock index 0af62f2933..9f6568d19a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13793,7 +13793,7 @@ __metadata: "@babel/core": ^7.17.5 "@speckle/objectloader": "workspace:^" "@speckle/shared": "workspace:^" - "@speckle/viewer": "workspace:^" + "@speckle/viewer": 2.17.8 babel-loader: ^8.2.2 clean-webpack-plugin: ^4.0.0-alpha.0 cookie-parser: ~1.4.4