Skip to content

Commit b9f0384

Browse files
committed
remove reference to "workspace" for dependency on ccip-js configured in react-components package.json and replace with ccip-js v ^0.2.4.
1 parent c284568 commit b9f0384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ccip-react-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"coverage": "vitest --environment jsdom run --coverage"
2929
},
3030
"dependencies": {
31-
"@chainlink/ccip-js": "workspace:*",
31+
"@chainlink/ccip-js": "^0.2.4",
3232
"@hookform/resolvers": "^3.9.0",
3333
"@radix-ui/react-dialog": "^1.1.1",
3434
"@radix-ui/react-label": "^2.1.0",

0 commit comments

Comments
 (0)