Skip to content

Commit

Permalink
preview-service <-> viewer API 2.0 (#1956)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
AlexandruPopovici authored Jan 11, 2024
1 parent c6a821e commit 823996d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/preview-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 823996d

Please sign in to comment.