There was an error fetching the commit references. Please try again later.
chore: Upgrade to React 18 (#495)
* chore: Upgrade to React 18 * runfix: Add children type to FC components * chore: Remove @types/react
Showing
- package.json 3 additions, 4 deletionspackage.json
- src/components/base/base-dialog.tsx 2 additions, 1 deletionsrc/components/base/base-dialog.tsx
- src/components/base/base-error-boundary.tsx 6 additions, 1 deletionsrc/components/base/base-error-boundary.tsx
- src/components/base/base-notice.tsx 5 additions, 4 deletionssrc/components/base/base-notice.tsx
- src/components/base/base-page.tsx 2 additions, 1 deletionsrc/components/base/base-page.tsx
- src/components/setting/mods/setting-comp.tsx 8 additions, 4 deletionssrc/components/setting/mods/setting-comp.tsx
- src/main.tsx 12 additions, 4 deletionssrc/main.tsx
- yarn.lock 18 additions, 21 deletionsyarn.lock
... | ... | @@ -31,8 +31,8 @@ |
"i18next": "^22.0.4", | ||
"lodash-es": "^4.17.21", | ||
"monaco-editor": "^0.34.1", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-error-boundary": "^3.1.4", | ||
"react-hook-form": "^7.39.5", | ||
"react-i18next": "^12.0.0", | ||
... | ... | @@ -49,8 +49,7 @@ |
"@types/js-cookie": "^3.0.2", | ||
"@types/lodash": "^4.14.180", | ||
"@types/lodash-es": "^4.17.7", | ||
"@types/react": "^17.0.0", | ||
"@types/react-dom": "^17.0.0", | ||
"@types/react-dom": "^18.0.11", | ||
"@vitejs/plugin-react": "^2.0.1", | ||
"adm-zip": "^0.5.9", | ||
"cross-env": "^7.0.3", | ||
... | ... |
Please register or sign in to comment