-
Notifications
You must be signed in to change notification settings - Fork 1k
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
chore(studio): update tremor to v3 #8645
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm okay I can take another look and check. Things looked okay when I pushed up but I'll double check of course. |
I did a new test project and then rwfw project sync; setup open telemetry, start studio. |
Also pins the dependencies.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We paired and demo'd to see v3 working well.
➕ Pushed commit: Merge branch 'main' into jgmw-studio/update-tremor |
…redwood into codemod/replace-svg-as-components * 'codemod/replace-svg-as-components' of github.com:dac09/redwood: chore(deps): update react monorepo (redwoodjs#8677) chore(deps): update dependency postcss to v8.4.24 (redwoodjs#8675) chore(deps): update dependency esbuild to v0.18.6 (redwoodjs#8670) chore(deps): update dependency dependency-cruiser to v13.0.4 (redwoodjs#8674) chore(deps): update dependency autoprefixer to v10.4.14 (redwoodjs#8668) chore(deps): update dependency @clerk/clerk-react to v4.20.5 (redwoodjs#8672) Fix typos in documentation (redwoodjs#8659) fix(docs): Fix & make verifyOwnership consistent (redwoodjs#8596) chore(deps): update dependency vite to v4.1.5 [security] (redwoodjs#8671) fix(deps): update dependency react-hook-form to v7.45.0 (redwoodjs#8664) chore(studio): update tremor to v3 (redwoodjs#8645) fix(deps): update dependency webpack to v5.87.0 (redwoodjs#8549) fix(deps): update dependency dotenv to v16.3.1 (redwoodjs#8663) chore(deps): update dependency @clerk/clerk-react to v4.20.4 (redwoodjs#8662) fix(vite): Change config for mantine and chakra to use export default (redwoodjs#8639) fix(deps): update storybook monorepo to v7.0.22 (redwoodjs#8652) Fix failing v5 codemod for DevFatalErrorPage (redwoodjs#8661)
* Update to tremor v3 * Update frontend-dist * Update tremor to latest and add theming Also pins the dependencies. * Update the frontend-dist --------- Co-authored-by: David Thyresson <[email protected]>
Tremor released v3 with the changelog here. This PR updates the studio frontend in accordance with the new v3 api.
See #8560 that triggered this.