Skip to content

[create-toolpad-app] Upgrade generated app dependencies #4842

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

bharatkashyap
Copy link
Member

@bharatkashyap bharatkashyap commented Apr 14, 2025

  • Bump versions in the package.json template file
  • This will cause the CLI generated projects to fail to install with npm unless --legacy-peer-deps is used (pnpm will work but give a warning)

@bharatkashyap bharatkashyap changed the title [create-toolpad-app] Outdated dependencies in create-toolpad-app [create-toolpad-app] Outdated dependencies in generated app Apr 14, 2025
@bharatkashyap bharatkashyap added the create-toolpad-app Issues related to the `create-toolpad-app` CLI tool label Apr 14, 2025
@mui-bot
Copy link

mui-bot commented Apr 14, 2025

Netlify deploy preview

https://deploy-preview-4842--mui-toolpad-docs.netlify.app/

Generated by 🚫 dangerJS against 7054dcb

@bharatkashyap bharatkashyap changed the title [create-toolpad-app] Outdated dependencies in generated app [create-toolpad-app] Upgrade generated app dependencies Apr 14, 2025
@bharatkashyap bharatkashyap added the examples Relating to /examples label Apr 14, 2025
@@ -34,8 +34,8 @@ const packageJson: PackageJsonTemplate = (options) => {
'@mui/material': '^7',
'@mui/material-nextjs': '^7',
'@mui/icons-material': '^7',
'@mui/x-data-grid': '^8',
'@mui/x-date-pickers': '^8',
'@mui/x-data-grid': '^8.0.0-beta',
Copy link
Member

Choose a reason for hiding this comment

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

how about?

Suggested change
'@mui/x-data-grid': '^8.0.0-beta',
'@mui/x-data-grid': '^8 || ^8.0.0-beta',

@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Apr 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
create-toolpad-app Issues related to the `create-toolpad-app` CLI tool examples Relating to /examples PR: out-of-date The pull request has merge conflicts and can't be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants