diff --git a/web/bun.lockb b/web/bun.lockb index dfe793a6..4cd1cc9c 100755 Binary files a/web/bun.lockb and b/web/bun.lockb differ diff --git a/web/package.json b/web/package.json index 010dd626..424773aa 100644 --- a/web/package.json +++ b/web/package.json @@ -39,10 +39,14 @@ "remark-math": "^6.0.0", "semantic-ui-offline": "^2.5.0", "semantic-ui-react": "^2.1.3", - "sse": "https://github.com/mpetazzoni/sse.js", + "sse.js": "^2.6.0", "unist-util-visit": "^5.0.0", "use-debounce": "^10.0.4" }, + "trustedDependencies": [ + "esbuild", + "@parcel/watcher" + ], "scripts": { "dev": "vite", "build": "vite build",