Skip to content
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

feat: New tyepscript sandboxes #31

Merged
merged 11 commits into from
May 10, 2024

Conversation

Gururajj77
Copy link
Contributor

closes #27

New react 18 typescript sandbox

Added:

  • New folder react-18-vite-ts which contains React 18 with vite buildpack configured with typescript version 4 (same as carbon monorepo)
  • Added typescript-config-carbon to package.json file
  • Modified the Readme.md to accommodate the new stackblitz url, please let me know if any modifications required for the link or the placement of the link.

Copy link
Member

@tay1orjones tay1orjones left a comment

Choose a reason for hiding this comment

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

Just a couple small things, I'll fix em and we can merge this

react/latest/react-18-vite-ts/package.json Outdated Show resolved Hide resolved
react/latest/react-18-vite-ts/package.json Outdated Show resolved Hide resolved
react/latest/react-18-vite-ts/package.json Show resolved Hide resolved
Comment on lines +79 to +81
# npm lockfile
package-lock.json

Copy link
Member

Choose a reason for hiding this comment

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

This was the only other thing - the sandboxes don't need lockfiles. They should always use the most recent version of the packages specified in the package.json

Copy link
Member

@tay1orjones tay1orjones left a comment

Choose a reason for hiding this comment

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

I've done some general cleanup, I think this is good to go

@tay1orjones tay1orjones temporarily deployed to react/v10/react-16-vite May 10, 2024 16:57 — with GitHub Actions Inactive
@tay1orjones tay1orjones merged commit ede6517 into carbon-design-system:main May 10, 2024
10 checks passed
@Gururajj77
Copy link
Contributor Author

Thanks for the cleanup! will learn a lot from this!!

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.

Create a TypeScript @carbon/react stackblitz sandbox
2 participants