Skip to content

Commit 61fe913

Browse files
committed
Update ccip-react-components package.json to use
pnpm workspace linking so that local changes in ccip-js are available to the react-components package when building and during CI/CD even if those changes are unpublished to npm. --> replaced "@chainlink/ccip-js": "^0.2.4" with "@chainlink/ccip-js": "workspace:^": When publishing pnpm automatically converts the "workspace:^" back to a regular semver range based on the actual version of the workspace package.
1 parent c7a72f5 commit 61fe913

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": "^0.2.4",
31+
"@chainlink/ccip-js": "workspace:^",
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)