Skip to content

Commit fe722da

Browse files
authored
feat: add AI SDK dependencies and message conversion utilities (#11047)
1 parent f5004ac commit fe722da

File tree

6 files changed

+918
-75
lines changed

6 files changed

+918
-75
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
"bluebird": ">=3.7.2",
6767
"glob": ">=11.1.0",
6868
"@types/react": "^18.3.23",
69-
"@types/react-dom": "^18.3.5"
69+
"@types/react-dom": "^18.3.5",
70+
"zod": "3.25.76"
7071
}
7172
}
7273
}

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"clean": "rimraf dist .turbo"
2424
},
2525
"dependencies": {
26-
"zod": "^3.25.61"
26+
"zod": "3.25.76"
2727
},
2828
"devDependencies": {
2929
"@roo-code/config-eslint": "workspace:^",

0 commit comments

Comments
 (0)