chore: update package.json to replace sse dependency and add trustedDependencies
Showing
No preview for this file type
| ... | @@ -39,10 +39,14 @@ | ... | @@ -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", | ||
| ... | ... |
Please
register
or
sign in
to comment