Skip to content

Commit

Permalink
use current workspace version (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidmohanty11 authored Feb 17, 2024
1 parent 170b2db commit cbec05e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/e2e-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"format:check": "prettier --check 'src/' "
},
"dependencies": {
"@embeddedchat/react": "*",
"@embeddedchat/react": "workspace:*",
"react": "^18.2.0",
"react-dom": "^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 @@ -2297,7 +2297,7 @@ __metadata:
languageName: unknown
linkType: soft

"@embeddedchat/react@*, @embeddedchat/react@0.1.12, @embeddedchat/react@workspace:packages/react":
"@embeddedchat/react@0.1.12, @embeddedchat/react@workspace:*, @embeddedchat/react@workspace:packages/react":
version: 0.0.0-use.local
resolution: "@embeddedchat/react@workspace:packages/react"
dependencies:
Expand Down Expand Up @@ -14693,7 +14693,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "e2e-react@workspace:packages/e2e-react"
dependencies:
"@embeddedchat/react": "*"
"@embeddedchat/react": "workspace:*"
"@playwright/test": ^1.41.2
"@types/node": ^20.11.19
"@types/react": ^18.2.55
Expand Down

0 comments on commit cbec05e

Please sign in to comment.