chore: update package.json to replace sse dependency and add trustedDependencies

This commit is contained in:
CaIon
2025-06-08 02:56:09 +08:00
parent 6acfe31ee9
commit d79b9e266e
2 changed files with 5 additions and 1 deletions

Binary file not shown.

View File

@@ -39,10 +39,14 @@
"remark-math": "^6.0.0", "remark-math": "^6.0.0",
"semantic-ui-offline": "^2.5.0", "semantic-ui-offline": "^2.5.0",
"semantic-ui-react": "^2.1.3", "semantic-ui-react": "^2.1.3",
"sse": "https://github.com/mpetazzoni/sse.js", "sse.js": "^2.6.0",
"unist-util-visit": "^5.0.0", "unist-util-visit": "^5.0.0",
"use-debounce": "^10.0.4" "use-debounce": "^10.0.4"
}, },
"trustedDependencies": [
"esbuild",
"@parcel/watcher"
],
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "vite build", "build": "vite build",