Skip to content

Commit ac66995

Browse files
committed
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.
1 parent 9768559 commit ac66995

27 files changed

Lines changed: 27 additions & 29 deletions

File tree

examples/canvas/gemini/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"geist": "^1.3.1",
5858
"input-otp": "1.4.1",
5959
"lucide-react": "^0.454.0",
60-
"next": "15.2.4",
60+
"next": "15.5.15",
6161
"next-themes": "^0.4.6",
6262
"react": "^19",
6363
"react-day-picker": "9.8.0",

examples/canvas/langgraph-python/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"lodash": "^4.17.21",
5858
"lucide-react": "^0.542.0",
5959
"motion": "^12.23.12",
60-
"next": "^15.3.3",
60+
"next": "^15.5.15",
6161
"next-themes": "^0.4.6",
6262
"react": "^19.1.1",
6363
"react-day-picker": "^9.9.0",

examples/canvas/llamaindex-composio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"lodash": "^4.17.21",
5959
"lucide-react": "^0.542.0",
6060
"motion": "^12.23.12",
61-
"next": "^15.3.3",
61+
"next": "^15.5.15",
6262
"next-themes": "^0.4.6",
6363
"react": "^19.1.1",
6464
"react-day-picker": "^9.9.0",

examples/canvas/llamaindex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"lodash": "^4.17.21",
5858
"lucide-react": "^0.542.0",
5959
"motion": "^12.23.12",
60-
"next": "^15.3.3",
60+
"next": "^15.5.15",
6161
"next-themes": "^0.4.6",
6262
"react": "^19.1.1",
6363
"react-day-picker": "^9.9.0",

examples/canvas/mastra-pm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dotenv": "^17.2.1",
2727
"libsql": "^0.5.13",
2828
"mastra": "0.12.0",
29-
"next": ">=15.3.3",
29+
"next": ">=15.5.15",
3030
"react": "^19.0.0",
3131
"react-dom": "^19.0.0",
3232
"zod": "^3.24.4"

examples/canvas/mastra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"lucide-react": "^0.542.0",
3636
"mastra": "0.12.0",
3737
"motion": "^12.23.12",
38-
"next": "^15.3.3",
38+
"next": "^15.5.15",
3939
"react": "^19.1.1",
4040
"react-dom": "^19.1.1",
4141
"react-shiki": "^0.7.3",

examples/canvas/pydantic-ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"geist": "^1.4.2",
3131
"lucide-react": "^0.542.0",
3232
"motion": "^12.23.12",
33-
"next": "^15.3.3",
33+
"next": "^15.5.15",
3434
"react": "^19.1.1",
3535
"react-dom": "^19.1.1",
3636
"react-shiki": "^0.7.3",

examples/integrations/a2a-middleware/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@copilotkit/react-core": "latest",
2121
"@copilotkit/react-ui": "latest",
2222
"@copilotkit/runtime": "latest",
23-
"next": "15.1.6",
23+
"next": "15.5.15",
2424
"react": "^19.0.0",
2525
"react-dom": "^19.0.0"
2626
},

examples/integrations/crewai-crews/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@copilotkit/react-core": "1.55.2",
1818
"@copilotkit/react-ui": "1.55.2",
1919
"@copilotkit/runtime": "1.55.2",
20-
"next": "^15.3.8",
20+
"next": "^15.5.15",
2121
"react": "^19.0.0",
2222
"react-dom": "^19.0.0",
2323
"zod": "^3.24.4"

examples/showcases/a2a-travel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"clsx": "^2.1.1",
3030
"dedent": "^1.7.0",
3131
"lucide-react": "^0.477.0",
32-
"next": "15.1.6",
32+
"next": "15.5.15",
3333
"next-themes": "^0.4.6",
3434
"react": "^19.0.0",
3535
"react-dom": "^19.0.0",

0 commit comments

Comments
 (0)