Skip to content

Commit 9f0c71d

Browse files
committed
fix(browse): fixing custom use in
1 parent b840a7c commit 9f0c71d

File tree

3 files changed

+372
-269
lines changed

3 files changed

+372
-269
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,17 @@
7272
"author": "John Lindquist (https://johnlindquist.com)",
7373
"license": "ISC",
7474
"dependencies": {
75-
"@ai-sdk/anthropic": "2.0.29",
75+
"@ai-sdk/anthropic": "2.0.35",
7676
"@ai-sdk/google": "2.0.23",
77-
"@ai-sdk/openai": "2.0.52",
78-
"@ai-sdk/react": "2.0.71",
77+
"@ai-sdk/openai": "2.0.53",
78+
"@ai-sdk/react": "2.0.76",
7979
"@ai-sdk/xai": "2.0.26",
8080
"@johnlindquist/open": "^10.1.1",
81-
"@modelcontextprotocol/sdk": "1.20.0",
81+
"@modelcontextprotocol/sdk": "1.20.1",
8282
"@octokit/auth-oauth-device": "8.0.2",
8383
"@octokit/core": "7.0.5",
84-
"@octokit/plugin-paginate-rest": "13.2.0",
85-
"@octokit/plugin-rest-endpoint-methods": "16.1.0",
84+
"@octokit/plugin-paginate-rest": "13.2.1",
85+
"@octokit/plugin-rest-endpoint-methods": "16.1.1",
8686
"@octokit/plugin-retry": "8.0.2",
8787
"@octokit/plugin-throttling": "11.0.2",
8888
"@openrouter/ai-sdk-provider": "1.2.0",
@@ -96,7 +96,7 @@
9696
"acorn": "^8.15.0",
9797
"acorn-typescript": "^1.4.13",
9898
"advanced-calculator": "1.1.1",
99-
"ai": "5.0.71",
99+
"ai": "5.0.76",
100100
"axios": "1.12.2",
101101
"body-parser": "^2.2.0",
102102
"bottleneck": "^2.19.5",
@@ -109,7 +109,7 @@
109109
"dotenv-flow": "4.1.0",
110110
"download": "8.0.0",
111111
"enquirer": "2.4.1",
112-
"esbuild": "0.25.10",
112+
"esbuild": "0.25.11",
113113
"execa": "9.6.0",
114114
"filesize": "11.0.13",
115115
"fs-extra": "^11.3.2",
@@ -121,7 +121,7 @@
121121
"keyv": "^5.5.3",
122122
"keyv-file": "^5.2.0",
123123
"lowdb": "7.0.1",
124-
"marked": "16.4.0",
124+
"marked": "16.4.1",
125125
"marked-extended-tables": "2.0.1",
126126
"marked-gfm-heading-id": "4.1.2",
127127
"marked-highlight": "2.2.2",
@@ -146,7 +146,7 @@
146146
},
147147
"devDependencies": {
148148
"@types/debug": "4.1.12",
149-
"@types/node": "^24.7.2",
149+
"@types/node": "^24.9.1",
150150
"@types/node-ipc": "9.2.3",
151151
"@types/sinon": "17.0.4",
152152
"acorn-walk": "8.3.4",
@@ -157,14 +157,14 @@
157157
"debug": "4.4.3",
158158
"husky": "^9.1.7",
159159
"node-stream-zip": "^1.15.0",
160-
"semantic-release": "24.2.9",
160+
"semantic-release": "25.0.1",
161161
"semantic-release-plugin-update-version-in-files": "2.0.0",
162162
"sinon": "21.0.0",
163163
"tsc-watch": "7.2.0",
164164
"tsx": "4.20.6",
165165
"typescript": "5.9.3",
166166
"unzipper": "0.12.3",
167-
"vite": "7.1.10"
167+
"vite": "7.1.11"
168168
},
169169
"ava": {
170170
"environmentVariables": {
@@ -223,5 +223,5 @@
223223
"file-icon": "6.0.0",
224224
"get-app-icon": "1.0.1"
225225
},
226-
"packageManager": "pnpm@10.18.3"
226+
"packageManager": "pnpm@10.19.0"
227227
}

0 commit comments

Comments
 (0)