Skip to content

chore(joint-react): update package.json [dev]#3360

Open
zbynekstara wants to merge 5 commits into
clientIO:devfrom
zbynekstara:joint-react-package-json
Open

chore(joint-react): update package.json [dev]#3360
zbynekstara wants to merge 5 commits into
clientIO:devfrom
zbynekstara:joint-react-package-json

Conversation

@zbynekstara

Copy link
Copy Markdown
Contributor

Description

Updates package.json of joint-react to match other packages.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates @joint/react package metadata and workspace dependency ranges to align with other packages in the monorepo, with corresponding Yarn lockfile updates.

Changes:

  • Refresh packages/joint-react/package.json metadata (title/repo/bugs/installConfig/publishConfig), scripts, and publish files list.
  • Update workspace protocol ranges for @joint/core / @joint/layout-directed-graph (and reflect this in yarn.lock).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.

File Description
packages/joint-react/package.json Aligns package metadata/scripts/files/exports and adjusts workspace dependency ranges.
yarn.lock Updates lock entries to reflect the adjusted workspace dependency ranges.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread packages/joint-react/package.json Outdated
Comment thread packages/joint-react/package.json

@samuelgja samuelgja left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need make a fix that we need move to the dist css files. But i think in separate PR!

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 6 out of 7 changed files in this pull request and generated 4 comments.

Comment thread packages/joint-react/package.json Outdated
Comment thread packages/joint-react/package.json
Comment on lines +6 to +7
"type": "module",
"sideEffects": false,
Comment thread packages/joint-react/package.json Outdated

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 6 out of 7 changed files in this pull request and generated 2 comments.

Comment on lines +6 to +7
"type": "module",
"sideEffects": false,
Comment on lines +33 to +44
async buildStart() {
await Promise.all(
cssEntries.map((entry) =>
runEsbuild({
entryPoints: [entry],
bundle: true,
outfile: path.join('dist', path.basename(entry)),
loader: { '.css': 'css' },
})
)
);
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants