Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"motion": "^12.23.26",
"nanoid": "^5.1.3",
"next": "catalog:",
"next-auth": "5.0.0-beta.31",
"next-auth": "5.0.0-beta.32",
"next-themes": "^0.4.6",
"orderedmap": "^2.1.1",
"papaparse": "^5.5.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"motion": "^12.23.26",
"nanoid": "^5.1.3",
"next": "catalog:",
"next-auth": "5.0.0-beta.31",
"next-auth": "5.0.0-beta.32",
"next-themes": "^0.4.6",
"orderedmap": "^2.1.1",
"papaparse": "^5.5.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"motion": "^12.23.26",
"nanoid": "^5.1.3",
"next": "catalog:",
"next-auth": "5.0.0-beta.31",
"next-auth": "5.0.0-beta.32",
"next-themes": "^0.4.6",
"orderedmap": "^2.1.1",
"papaparse": "^5.5.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/chatbot-with-billing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"motion": "^12.23.26",
"nanoid": "^5.1.3",
"next": "catalog:",
"next-auth": "5.0.0-beta.31",
"next-auth": "5.0.0-beta.32",
"next-themes": "^0.4.6",
"orderedmap": "^2.1.1",
"papaparse": "^5.5.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/utils/chatbot-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"motion": "^12.23.26",
"nanoid": "^5.1.3",
"next": "catalog:",
"next-auth": "5.0.0-beta.31",
"next-auth": "5.0.0-beta.32",
"next-themes": "^0.4.6",
"orderedmap": "^2.1.1",
"papaparse": "^5.5.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/utils/chatbot-openai-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"motion": "^12.23.26",
"nanoid": "^5.1.3",
"next": "catalog:",
"next-auth": "5.0.0-beta.31",
"next-auth": "5.0.0-beta.32",
"next-themes": "^0.4.6",
"orderedmap": "^2.1.1",
"papaparse": "^5.5.2",
Expand Down
12 changes: 0 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,5 @@
},
"engines": {
"node": ">=20.0.0"
},
"pnpm": {
"overrides": {
"@opentelemetry/core": ">=2.8.0",
"@opentelemetry/resources": ">=2.8.0",
"dompurify": ">=3.4.11",
"markdown-it": ">=14.2.0",
"mermaid": ">=11.15.0",
"postcss": ">=8.5.10",
"undici": ">=6.24.0",
"uuid": ">=14.0.0"
}
}
}
814 changes: 436 additions & 378 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

16 changes: 15 additions & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ packages:
allowBuilds:
sharp: false

overrides:
'@opentelemetry/core': '>=2.8.0'
'@opentelemetry/resources': '>=2.8.0'
dompurify: '>=3.4.13'
linkify-it: '^5.0.2'
markdown-it: '>=14.2.0'
mermaid: '>=11.16.1'
nanoid: '^5.1.16'
postcss: '>=8.5.23'
postcss>nanoid: '^3.3.18'
sharp: '>=0.35.0'
undici: '>=6.24.0'
uuid: '>=14.0.0'

catalogs:
default:
# Build & Tooling
Expand Down Expand Up @@ -41,6 +55,6 @@ catalogs:
ky: '^2.0.2'

# Next.js & React
next: '16.2.10'
next: '16.2.11'
react: '^19.2.0'
'react-dom': '^19.2.0'
Loading