Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion apps/livekit-moss-vercel/agent-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "agent-starter-react",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=20.9.0"
},
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
Expand Down Expand Up @@ -52,7 +55,8 @@
},
"pnpm": {
"overrides": {
"postcss": "^8.5.19"
"postcss": "8.5.19",
"sharp": "0.35.3"
Comment thread
samanyugoyal2010 marked this conversation as resolved.
}
},
"packageManager": "pnpm@9.15.9"
Expand Down
304 changes: 174 additions & 130 deletions apps/livekit-moss-vercel/agent-react/pnpm-lock.yaml

Large diffs are not rendered by default.

313 changes: 178 additions & 135 deletions apps/moss-llamaindex/frontend/package-lock.json

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion apps/moss-llamaindex/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "moss-llamaindex-demo",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=20.9.0"
},
"scripts": {
"dev": "next dev --port 3001",
"build": "next build",
Expand Down Expand Up @@ -31,6 +34,7 @@
"@tailwindcss/typography": "^0.5.19"
},
"overrides": {
"postcss": "^8.5.19"
"postcss": "8.5.19",
"sharp": "0.35.3"
}
}
Loading
Loading