Files
copilotkit__copilotkit/examples/v2/next-pages-router/package.json
Jordan Ritter ac66995bf8 fix: bump all 15.x examples to Next 15.5.15 (security patches)
24 examples bumped from various 15.0-15.4 versions to 15.5.15.
chat-with-your-data bumped from 15.6.0-canary to 16.1.7.
next-openai: moved OpenAI client init into handlers (15.5 evaluates
edge routes at build time).

Remaining on 14.x: next-pages-router(v1), state-machine, travel,
banking, enterprise-brex, presentation, todo — require major rewrite.
2026-04-28 10:33:06 -07:00

24 lines
517 B
JSON

{
"name": "@copilotkit/next-pages-router",
"version": "1.55.0-next.8",
"private": true,
"scripts": {
"example-dev": "next dev",
"example-build": "next build",
"example-start": "next start",
"lint": "next lint"
},
"dependencies": {
"@copilotkit/react-core": "workspace:*",
"next": "15.5.15",
"react": "19.1.0",
"react-dom": "19.1.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"typescript": "^5"
}
}