Skip to content

Commit 97e7ace

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 97e7ace

File tree

2 files changed

+6
-82
lines changed

2 files changed

+6
-82
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",

pnpm-lock.yaml

Lines changed: 5 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)