4.6.7 fix (#752)
Showing
packages/web/common/file/read/csv.ts
0 → 100644
| ... | @@ -22,13 +22,15 @@ | ... | @@ -22,13 +22,15 @@ |
| "react-dom": "18.2.0", | "react-dom": "18.2.0", | ||
| "react-i18next": "^12.3.1", | "react-i18next": "^12.3.1", | ||
| "turndown": "^7.1.2", | "turndown": "^7.1.2", | ||
| "lexical":"0.12.6", | "lexical": "0.12.6", | ||
| "@lexical/react": "0.12.6", | "@lexical/react": "0.12.6", | ||
| "papaparse": "^5.4.1", | |||
| "@lexical/utils": "0.12.6", | "@lexical/utils": "0.12.6", | ||
| "@lexical/text": "0.12.6" | "@lexical/text": "0.12.6" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@types/react": "18.2.0", | "@types/react": "18.2.0", | ||
| "@types/papaparse": "^5.3.7", | |||
| "@types/react-dom": "18.2.0", | "@types/react-dom": "18.2.0", | ||
| "@types/turndown": "^5.0.4" | "@types/turndown": "^5.0.4" | ||
| } | } | ||
| ... | ... |
| ... | @@ -42,7 +42,6 @@ | ... | @@ -42,7 +42,6 @@ |
| "next": "13.5.2", | "next": "13.5.2", | ||
| "next-i18next": "^13.3.0", | "next-i18next": "^13.3.0", | ||
| "nprogress": "^0.2.0", | "nprogress": "^0.2.0", | ||
| "papaparse": "^5.4.1", | |||
| "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", | ||
| ... | @@ -66,7 +65,6 @@ | ... | @@ -66,7 +65,6 @@ |
| "@types/jsonwebtoken": "^9.0.3", | "@types/jsonwebtoken": "^9.0.3", | ||
| "@types/lodash": "^4.14.191", | "@types/lodash": "^4.14.191", | ||
| "@types/node": "^20.8.5", | "@types/node": "^20.8.5", | ||
| "@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-syntax-highlighter": "^15.5.6", | "@types/react-syntax-highlighter": "^15.5.6", | ||
| ... | ... |
Please
register
or
sign in
to comment