reduce redundant package version to simplify upgrade

This commit is contained in:
Tom 2022-05-09 15:16:12 +02:00
parent 6cae68288d
commit 2394fe6ed9

View File

@ -58,9 +58,9 @@ const MERMAID = {
const EXCALIDRAW = {
js: [
"node_modules/react/umd/react.production.min.js", //v17.0.2
"node_modules/react-dom/umd/react-dom.production.min.js", //v17.0.2
"node_modules/@excalidraw/excalidraw/dist/excalidraw.production.min.js", //v.0.11.0
"node_modules/react/umd/react.production.min.js",
"node_modules/react-dom/umd/react-dom.production.min.js",
"node_modules/@excalidraw/excalidraw/dist/excalidraw.production.min.js",
],
// css: [
// "stylesheets/somestyle.css"