Skip to content

Commit

Permalink
fix: revert the workspace usage in samples
Browse files Browse the repository at this point in the history
  • Loading branch information
arun3528 committed Jan 27, 2023
1 parent 42c2d5e commit d04bc65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@webex-connect/web-media-effects": "^1.0.1",
"@webex/webrtc-core": "workspace:^",
"@webex/webrtc-core": "1.1.0",
"bootstrap": "^5.2.3",
"bootswatch": "^5.2.2",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4926,7 +4926,7 @@ __metadata:
languageName: node
linkType: hard

"@webex/webrtc-core@workspace:^, @webex/webrtc-core@workspace:packages/webrtc-core":
"@webex/webrtc-core@npm:1.1.0, @webex/webrtc-core@workspace:packages/webrtc-core":
version: 0.0.0-use.local
resolution: "@webex/webrtc-core@workspace:packages/webrtc-core"
dependencies:
Expand Down Expand Up @@ -18051,7 +18051,7 @@ __metadata:
"@testing-library/react": "npm:^13.4.0"
"@testing-library/user-event": "npm:^13.5.0"
"@webex-connect/web-media-effects": "npm:^1.0.1"
"@webex/webrtc-core": "workspace:^"
"@webex/webrtc-core": "npm:1.1.0"
bootstrap: "npm:^5.2.3"
bootswatch: "npm:^5.2.2"
react: "npm:^18.2.0"
Expand Down

0 comments on commit d04bc65

Please sign in to comment.