chore(deps): upgrade to React 19, Chakra UI v3, router v7 and modern tooling
- React 18 -> 19 (react, react-dom, @types), react-router 6 -> 7, vite 5 -> 8, typescript 5.5 -> 5.9 with Bundler module resolution, esModuleInterop and @/* path alias - Chakra 2.8 -> 3.37 (+cli), chakra-react-select 4.9 -> 6.1, next-themes for color mode; drop @chakra-ui/icons, chakra-ui-contextmenu, framer-motion and react-device-detect - axios, jodit-react, hookform, toast, testing-library, node types bumped alongside; bun.lockb regenerated - web-vitals 4 -> 6: ReportHandler/getCLS/getFID removed, migrate to MetricType with onCLS/onINP/onFCP/onLCP/onTTFB
This commit is contained in:
+7
-4
@@ -5,17 +5,20 @@
|
||||
"types": ["vite/client"],
|
||||
"allowJs": false,
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": false,
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"strict": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"noEmit": true,
|
||||
"jsx": "react-jsx"
|
||||
"jsx": "react-jsx",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"src"
|
||||
|
||||
Reference in New Issue
Block a user