From e579266ccc33deee6b2929c2efb5ab0e17870bbb Mon Sep 17 00:00:00 2001 From: beerose Date: Tue, 25 Apr 2023 16:08:14 +0200 Subject: [PATCH] Replace excalidraw package with latest @excalidraw/excalidraw --- package.json | 8 +- public/index.html | 2 +- public/styles.css | 12 +- src/SlideEditor.tsx | 86 +- src/SlidesList.tsx | 177 +- src/index.tsx | 10 +- src/types.ts | 6 +- yarn.lock | 9358 ++++++------------------------------------- 8 files changed, 1357 insertions(+), 8302 deletions(-) diff --git a/package.json b/package.json index d049c69..7ee3254 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build": "parcel build public/index.html" }, "dependencies": { - "excalidraw": "^0.6.1", + "@excalidraw/excalidraw": "^0.15.2", "normalize.css": "^8.0.1", "react": "^17.0.1", "react-dom": "^17.0.1" @@ -16,7 +16,9 @@ "devDependencies": { "@types/react": "^16.9.56", "@types/react-dom": "^16.9.9", - "parcel": "^2.0.0-beta.1", - "typescript": "^4.0.5" + "buffer": "^5.5.0", + "parcel": "^2.8.3", + "process": "^0.11.10", + "typescript": "^5.0.4" } } diff --git a/public/index.html b/public/index.html index dfea5f4..f7adb21 100644 --- a/public/index.html +++ b/public/index.html @@ -45,6 +45,6 @@ - +