Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
5 changes: 5 additions & 0 deletions .changeset/wet-bees-drive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@inkeep/agents-manage-ui": patch
---

update Next.js to 16.2.1
2 changes: 1 addition & 1 deletion agents-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"hast-util-to-jsx-runtime": "^2.3.6",
"llm-info": "^1.0.69",
"lucide-react": "^0.503.0",
"next": "^16.1.6",
"next": "^16.2.1",
"posthog-js": "^1.308.0",
"posthog-node": "^5.17.3",
"react": "19.3.0-canary-87ae75b3-20260128",
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions agents-manage-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"public",
"next.config.ts",
"postcss.config.mjs",
"tailwind.config.mjs",
"postcss.config.ts",
"tsconfig.json",
"index.js",
"index.d.ts",
Expand Down Expand Up @@ -101,7 +101,7 @@
"lucide-react": "^0.555.0",
"monaco-editor": "0.55.1",
"nanoid": "^5.1.5",
"next": "^16.1.6",
"next": "^16.2.1",
"next-themes": "^0.4.6",
"nuqs": "^2.4.3",
"pino": "^9.9.0",
Expand Down
File renamed without changes.
Loading
Loading