Skip to content

Commit 9e12ca9

Browse files
chore: refresh dependencies and align app runtime deps
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
1 parent eabb6e4 commit 9e12ca9

2 files changed

Lines changed: 951 additions & 1883 deletions

File tree

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@
1010
"lint": "eslint ."
1111
},
1212
"dependencies": {
13-
"@ai-sdk/openai-compatible": "^2.0.37",
14-
"@heroui/react": "3.0.1",
15-
"@heroui/styles": "3.0.1",
13+
"@ai-sdk/openai-compatible": "^2.0.41",
14+
"@ai-sdk/react": "^3.0.163",
15+
"@heroui/react": "3.0.2",
16+
"@heroui/styles": "3.0.2",
1617
"@tailwindcss/postcss": "^4.2.2",
17-
"ai": "^6.0.142",
18-
"diff": "^8.0.4",
19-
"next": "^16.2.1",
18+
"ai": "^6.0.161",
19+
"diff": "^9.0.0",
20+
"next": "^16.2.3",
2021
"next-themes": "^0.4.6",
21-
"react": "19.2.4",
22-
"react-dom": "19.2.4",
22+
"react": "19.2.5",
23+
"react-dom": "19.2.5",
2324
"react-error-boundary": "^6.1.1",
2425
"smol-toml": "^1.6.1",
2526
"swr": "^2.4.1",
2627
"use-local-storage-state": "^19.5.0"
2728
},
2829
"peerDependencies": {
29-
"@ai-sdk/react": "^3.0.113",
3030
"@babel/runtime": "^7.28.6",
3131
"@tanstack/react-virtual": "^3.13.19",
3232
"@typescript-eslint/parser": "^8.56.1",
@@ -35,13 +35,13 @@
3535
"devDependencies": {
3636
"@eslint/eslintrc": "^3.3.5",
3737
"@eslint/js": "^9.39.4",
38-
"@types/node": "^25.5.0",
38+
"@types/node": "^25.6.0",
3939
"@types/react": "^19.2.14",
4040
"@types/react-dom": "^19.2.3",
41-
"baseline-browser-mapping": "^2.10.13",
41+
"baseline-browser-mapping": "^2.10.19",
4242
"eslint": "^9.39.4",
43-
"eslint-config-next": "16.2.1",
44-
"postcss": "^8.5.8",
43+
"eslint-config-next": "16.2.3",
44+
"postcss": "^8.5.9",
4545
"tailwindcss": "4.2.2",
4646
"typescript": "6.0.2"
4747
},

0 commit comments

Comments
 (0)