-
Notifications
You must be signed in to change notification settings - Fork 48
Migrate to Chakra V3 #752
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
base: main
Are you sure you want to change the base?
Migrate to Chakra V3 #752
Changes from all commits
0f3f49c
faed762
337b167
2329ac7
5aeee75
93cfa00
0a9a829
e933421
1b730dc
b286e00
5d9d75f
58c42d1
fd0eb13
74f7991
351539f
2840bd9
49c4604
25f3218
3bc9e6d
e6631c7
95f68fe
e75e45c
e31b554
b62c8e9
e772406
bc4304f
d88da8a
7ea2bce
b7755cb
6c43975
99147a3
d77fe0f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,10 +16,10 @@ | |
| }, | ||
| "dependencies": { | ||
| "@antonz/runno": "^0.6.1", | ||
| "@chakra-ui/react": "^2.8.2", | ||
| "@chakra-ui/react": "^3.2.0", | ||
| "@codemirror/lang-javascript": "^6.2.2", | ||
| "@codemirror/lang-yaml": "^6.1.1", | ||
| "@emotion/react": "^11.13.3", | ||
| "@emotion/react": "^11.13.5", | ||
| "@emotion/styled": "^11.13.0", | ||
| "@eslint/compat": "^1.2.3", | ||
| "@szhsin/react-menu": "^4.2.2", | ||
|
|
@@ -44,8 +44,9 @@ | |
| "mammoth": "^1.8.0", | ||
| "mermaid": "^11.4.0", | ||
| "nanoid": "^5.0.8", | ||
| "next-themes": "^0.4.3", | ||
| "nomnoml": "^1.6.2", | ||
| "openai": "^4.47.1", | ||
| "openai": "^4.73.0", | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is unrelated to this change, please don't touch unrelated code.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let me go back and check why I think might relate tothat we change mode to Bundler instead of Node |
||
| "p-limit": "^6.1.0", | ||
| "react": "^18.3.1", | ||
| "react-dom": "^18.3.1", | ||
|
|
@@ -97,6 +98,7 @@ | |
| "vite-plugin-node-polyfills": "^0.22.0", | ||
| "vite-plugin-pwa": "^0.21.0", | ||
| "vite-plugin-wasm": "^3.3.0", | ||
| "vite-tsconfig-paths": "^5.1.3", | ||
| "vitest": "^2.1.5", | ||
| "vitest-environment-miniflare": "^2.14.4", | ||
| "workbox-build": "7.3.0", | ||
|
|
||
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.
Why are you introducing this?
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.
Chakra 3.0 is removed 'useColorMode' function so we have to use this one instead as they suggested in the documents.
ref https://www.chakra-ui.com/docs/get-started/migration#removed-features