Skip to content

Commit e907d6f

Browse files
committed
dev
1 parent d6f5385 commit e907d6f

2 files changed

Lines changed: 1513 additions & 1473 deletions

File tree

package.json

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
"lint": "eslint ."
1111
},
1212
"dependencies": {
13-
"@ai-sdk/openai-compatible": "^2.0.13",
13+
"@ai-sdk/openai-compatible": "^2.0.21",
1414
"@heroui/react": "2.8.7",
1515
"@shikijs/monaco": "^3.21.0",
1616
"@tailwindcss/postcss": "^4.1.18",
17-
"ai": "^6.0.39",
17+
"ai": "^6.0.53",
1818
"diff": "^8.0.3",
19-
"framer-motion": "^12.27.0",
20-
"lodash": "^4.17.21",
21-
"next": "^16.1.3",
19+
"framer-motion": "^12.29.2",
20+
"lodash": "^4.17.23",
21+
"next": "^16.1.5",
2222
"next-themes": "^0.4.6",
23-
"react": "19.2.3",
24-
"react-dom": "19.2.3",
23+
"react": "19.2.4",
24+
"react-dom": "19.2.4",
2525
"react-error-boundary": "^6.1.0",
2626
"shiki": "^3.21.0",
2727
"smol-toml": "^1.6.0",
@@ -38,22 +38,25 @@
3838
"devDependencies": {
3939
"@eslint/eslintrc": "^3.3.3",
4040
"@eslint/js": "^9.39.2",
41-
"@types/node": "^25.0.9",
42-
"@types/react": "^19.2.8",
41+
"@types/node": "^25.0.10",
42+
"@types/react": "^19.2.10",
4343
"@types/react-dom": "^19.2.3",
4444
"eslint": "^9.39.2",
45-
"eslint-config-next": "16.1.3",
45+
"eslint-config-next": "16.1.5",
4646
"postcss": "^8.5.6",
4747
"tailwindcss": "4.1.18",
4848
"typescript": "5.9.3"
4949
},
50-
"packageManager": "pnpm@10.28.0",
50+
"packageManager": "pnpm@10.28.2",
5151
"pnpm": {
5252
"onlyBuiltDependencies": [
5353
"@heroui/shared-utils",
5454
"@tailwindcss/oxide",
5555
"sharp",
5656
"unrs-resolver"
57-
]
57+
],
58+
"overrides": {
59+
"mdast-util-to-hast@>=13.0.0 <13.2.1": ">=13.2.1"
60+
}
5861
}
5962
}

0 commit comments

Comments
 (0)