Skip to content

Commit 6bd5794

Browse files
committed
fix: incorrect browser-sdk version in react-sdk
1 parent af6d544 commit 6bd5794

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/react-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
}
3535
},
3636
"dependencies": {
37-
"@bucketco/browser-sdk": "workspace:^",
37+
"@bucketco/browser-sdk": "3.0.0-alpha.5",
3838
"canonical-json": "^0.0.4",
3939
"rollup": "^4.2.0"
4040
},

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ __metadata:
884884
languageName: node
885885
linkType: hard
886886

887-
"@bucketco/browser-sdk@workspace:^, @bucketco/browser-sdk@workspace:packages/browser-sdk":
887+
"@bucketco/browser-sdk@npm:3.0.0-alpha.5, @bucketco/browser-sdk@workspace:packages/browser-sdk":
888888
version: 0.0.0-use.local
889889
resolution: "@bucketco/browser-sdk@workspace:packages/browser-sdk"
890890
dependencies:
@@ -1023,7 +1023,7 @@ __metadata:
10231023
version: 0.0.0-use.local
10241024
resolution: "@bucketco/react-sdk@workspace:packages/react-sdk"
10251025
dependencies:
1026-
"@bucketco/browser-sdk": "workspace:^"
1026+
"@bucketco/browser-sdk": "npm:3.0.0-alpha.5"
10271027
"@bucketco/eslint-config": "workspace:^"
10281028
"@bucketco/tsconfig": "workspace:^"
10291029
"@testing-library/react": "npm:^15.0.7"

0 commit comments

Comments
 (0)