|
|
@@ -17,6 +17,7 @@
|
|
|
"version": "yarn version --no-git-tag-version --preid=RC"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
+ "markdown-table": "^3.0.3",
|
|
|
"react": "^18.2.0",
|
|
|
"react-dom": "^18.2.0"
|
|
|
},
|
|
|
@@ -41,19 +42,19 @@
|
|
|
"cm6-theme-material-dark": "^0.2.0",
|
|
|
"cm6-theme-nord": "^0.2.0",
|
|
|
"codemirror": "^6.0.1",
|
|
|
+ "csv-to-markdown-table": "1.4.1",
|
|
|
"emoji-mart": "npm:panta82-emoji-mart@^3.0.1",
|
|
|
"eslint-plugin-react-refresh": "^0.4.1",
|
|
|
+ "markdown-table": "3.0.3",
|
|
|
"react-dropzone": "^14.2.3",
|
|
|
"react-hook-form": "^7.45.4",
|
|
|
"react-toastify": "^9.1.3",
|
|
|
"reactstrap": "^9.2.0",
|
|
|
+ "string-width": "7.1.0",
|
|
|
"swr": "^2.2.2",
|
|
|
"ts-deepmerge": "^6.2.0",
|
|
|
"y-codemirror.next": "^0.3.2",
|
|
|
"y-socket.io": "^1.1.0",
|
|
|
- "yjs": "^13.6.7",
|
|
|
- "csv-to-markdown-table": "1.4.1",
|
|
|
- "markdown-table": "3.0.3",
|
|
|
- "string-width": "7.1.0"
|
|
|
+ "yjs": "^13.6.7"
|
|
|
}
|
|
|
}
|