fix: markdown editor error

This commit is contained in:
Tristan Yang
2022-08-03 18:23:29 +08:00
parent 0254b50a04
commit eba6d1de52
2 changed files with 597 additions and 526 deletions
+8 -5
View File
@@ -18,7 +18,7 @@
"@types/node": "^18.6.3",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@udecode/plate": "^15.0.5",
"@udecode/plate": "^16.0.0",
"@uiball/loaders": "^1.2.6",
"animate.css": "^4.1.1",
"bfj": "^7.0.2",
@@ -31,7 +31,7 @@
"dotenv": "^16.0.1",
"dotenv-expand": "^8.0.3",
"emoji-mart": "3.0.1",
"eslint": "^8.20.0",
"eslint": "^8.21.0",
"file-loader": "^6.2.0",
"firebase": "^9.9.1",
"fs-extra": "^10.1.0",
@@ -91,6 +91,9 @@
"workbox-streams": "^6.5.4",
"workbox-webpack-plugin": "^6.5.4"
},
"resolutions": {
"prosemirror-model": "1.16.1"
},
"scripts": {
"start": "REACT_APP_BUILD_TIME=$(date +%s) node scripts/start.js",
"build": "rm -rf build && REACT_APP_BUILD_TIME=$(date +%s) GENERATE_SOURCEMAP=false node scripts/build.js",
@@ -118,7 +121,7 @@
]
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/core": "^7.18.10",
"@babel/plugin-proposal-private-property-in-object": "^7.18.6",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
@@ -127,8 +130,8 @@
"@types/react-helmet": "^6.1.5",
"@types/react-linkify": "^1.0.1",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"babel-loader": "^8.2.5",
"babel-plugin-named-asset-import": "^0.3.8",
"babel-preset-react-app": "^10.0.1",