Some checks failed
CI / Lint, Unit & Integration Tests (push) Has been cancelled
@shopify/ui-extensions-react's internal @remote-ui/react dependency requires react-reconciler as a peer dependency, which npm doesn't auto-install — esbuild failed bundling checkout-datetime with "Could not resolve react-reconciler" since nothing in the workspace declared it. Added explicitly to checkout-datetime's package.json at a version satisfying @remote-ui/react's peer range (>=0.26.0 <0.30.0); npm workspaces hoists it to the shared root node_modules automatically, which is where @remote-ui/react's own import resolution needs it. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
19 lines
401 B
JSON
19 lines
401 B
JSON
{
|
|
"name": "checkout-datetime",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"license": "UNLICENSED",
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit -p tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"@shopify/ui-extensions": "^2025.7.3",
|
|
"@shopify/ui-extensions-react": "^2025.7.3",
|
|
"react": "^18.3.1",
|
|
"react-reconciler": "^0.29.2"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|