4.8 test fix (#1385)
* fix: tool name cannot startwith number * fix: chatbox update * fix: chatbox * perf: drag ui * perf: drag component * drag component
Showing
| ... | @@ -31,12 +31,14 @@ | ... | @@ -31,12 +31,14 @@ |
| "react": "18.2.0", | "react": "18.2.0", | ||
| "react-day-picker": "^8.7.1", | "react-day-picker": "^8.7.1", | ||
| "react-dom": "18.2.0", | "react-dom": "18.2.0", | ||
| "react-i18next": "13.5.0" | "react-i18next": "13.5.0", | ||
| "react-beautiful-dnd": "^13.1.1" | |||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@types/lodash": "^4.14.191", | "@types/lodash": "^4.14.191", | ||
| "@types/papaparse": "^5.3.7", | "@types/papaparse": "^5.3.7", | ||
| "@types/react": "18.2.0", | "@types/react": "18.2.0", | ||
| "@types/react-dom": "18.2.0" | "@types/react-dom": "18.2.0", | ||
| "@types/react-beautiful-dnd": "^13.1.8" | |||
| } | } | ||
| } | } |
| ... | @@ -47,7 +47,6 @@ | ... | @@ -47,7 +47,6 @@ |
| "nextjs-node-loader": "^1.1.5", | "nextjs-node-loader": "^1.1.5", | ||
| "nprogress": "^0.2.0", | "nprogress": "^0.2.0", | ||
| "react": "18.2.0", | "react": "18.2.0", | ||
| "react-beautiful-dnd": "^13.1.1", | |||
| "react-day-picker": "^8.7.1", | "react-day-picker": "^8.7.1", | ||
| "react-dom": "18.2.0", | "react-dom": "18.2.0", | ||
| "react-hook-form": "7.43.1", | "react-hook-form": "7.43.1", | ||
| ... | @@ -73,7 +72,6 @@ | ... | @@ -73,7 +72,6 @@ |
| "@types/lodash": "^4.14.191", | "@types/lodash": "^4.14.191", | ||
| "@types/node": "^20.8.5", | "@types/node": "^20.8.5", | ||
| "@types/react": "18.2.0", | "@types/react": "18.2.0", | ||
| "@types/react-beautiful-dnd": "^13.1.8", | |||
| "@types/react-dom": "18.2.0", | "@types/react-dom": "18.2.0", | ||
| "@types/react-syntax-highlighter": "^15.5.6", | "@types/react-syntax-highlighter": "^15.5.6", | ||
| "@types/request-ip": "^0.0.37", | "@types/request-ip": "^0.0.37", | ||
| ... | ... |
Please
register
or
sign in
to comment