Skip to content

Commit 7932d4e

Browse files
committed
feat(packages): updated packages
1 parent 55a0bd2 commit 7932d4e

File tree

3 files changed

+264
-270
lines changed

3 files changed

+264
-270
lines changed

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -72,38 +72,38 @@
7272
"author": "John Lindquist (https://johnlindquist.com)",
7373
"license": "ISC",
7474
"dependencies": {
75-
"@ai-sdk/anthropic": "2.0.15",
76-
"@ai-sdk/google": "2.0.13",
77-
"@ai-sdk/openai": "2.0.27",
78-
"@ai-sdk/react": "2.0.39",
79-
"@ai-sdk/xai": "2.0.16",
75+
"@ai-sdk/anthropic": "2.0.17",
76+
"@ai-sdk/google": "2.0.14",
77+
"@ai-sdk/openai": "2.0.30",
78+
"@ai-sdk/react": "2.0.44",
79+
"@ai-sdk/xai": "2.0.19",
8080
"@johnlindquist/open": "^10.1.1",
81-
"@modelcontextprotocol/sdk": "1.17.5",
81+
"@modelcontextprotocol/sdk": "1.18.0",
8282
"@octokit/auth-oauth-device": "8.0.1",
83-
"@octokit/core": "7.0.3",
83+
"@octokit/core": "7.0.4",
8484
"@octokit/plugin-paginate-rest": "13.1.1",
85-
"@octokit/plugin-rest-endpoint-methods": "16.0.0",
85+
"@octokit/plugin-rest-endpoint-methods": "16.1.0",
8686
"@octokit/plugin-retry": "8.0.1",
8787
"@octokit/plugin-throttling": "11.0.1",
8888
"@openrouter/ai-sdk-provider": "1.2.0",
8989
"@types/chalk": "2.2.4",
9090
"@types/download": "8.0.5",
9191
"@types/fs-extra": "11.0.4",
92-
"@types/react": "^19.1.12",
92+
"@types/react": "^19.1.13",
9393
"@types/react-dom": "^19.1.9",
9494
"@types/shelljs": "0.8.17",
9595
"@typescript/lib-dom": "npm:@johnlindquist/no-dom@^1.0.2",
9696
"acorn": "^8.15.0",
9797
"acorn-typescript": "^1.4.13",
9898
"advanced-calculator": "1.1.1",
99-
"ai": "5.0.39",
100-
"axios": "1.11.0",
99+
"ai": "5.0.44",
100+
"axios": "1.12.2",
101101
"body-parser": "^2.2.0",
102102
"bottleneck": "^2.19.5",
103103
"chalk": "5.6.2",
104104
"chalk-template": "1.1.2",
105105
"chrome-trace-event": "^1.0.4",
106-
"color-name": "2.0.0",
106+
"color-name": "2.0.2",
107107
"date-fns": "4.1.0",
108108
"dotenv": "^17.2.2",
109109
"dotenv-flow": "4.1.0",
@@ -112,16 +112,16 @@
112112
"esbuild": "0.25.9",
113113
"execa": "9.6.0",
114114
"filesize": "11.0.2",
115-
"fs-extra": "^11.3.1",
115+
"fs-extra": "^11.3.2",
116116
"globby": "^14.1.0",
117117
"handlebars": "4.7.8",
118118
"highlight.js": "^11.11.1",
119119
"isomorphic-git": "1.33.1",
120120
"jsonfile": "6.2.0",
121-
"keyv": "^5.5.0",
122-
"keyv-file": "^5.1.3",
121+
"keyv": "^5.5.1",
122+
"keyv-file": "^5.2.0",
123123
"lowdb": "7.0.1",
124-
"marked": "16.2.1",
124+
"marked": "16.3.0",
125125
"marked-extended-tables": "2.0.1",
126126
"marked-gfm-heading-id": "4.1.2",
127127
"marked-highlight": "2.2.2",
@@ -142,22 +142,22 @@
142142
"suggestion": "2.1.2",
143143
"tmp-promise": "3.0.3",
144144
"untildify": "6.0.0",
145-
"zod": "^4.1.5"
145+
"zod": "^4.1.9"
146146
},
147147
"devDependencies": {
148148
"@types/debug": "4.1.12",
149-
"@types/node": "^24.3.1",
149+
"@types/node": "^24.5.1",
150150
"@types/node-ipc": "9.2.3",
151151
"@types/sinon": "17.0.4",
152152
"acorn-walk": "8.3.4",
153153
"ava": "^6.4.1",
154154
"c8": "10.1.3",
155155
"cross-env": "^10.0.0",
156156
"cz-conventional-changelog": "^3.3.0",
157-
"debug": "4.4.1",
157+
"debug": "4.4.3",
158158
"husky": "^9.1.7",
159159
"node-stream-zip": "^1.15.0",
160-
"semantic-release": "24.2.7",
160+
"semantic-release": "24.2.8",
161161
"semantic-release-plugin-update-version-in-files": "2.0.0",
162162
"sinon": "21.0.0",
163163
"tsc-watch": "7.1.1",
@@ -223,5 +223,5 @@
223223
"file-icon": "5.1.1",
224224
"get-app-icon": "1.0.1"
225225
},
226-
"packageManager": "pnpm@10.15.1"
226+
"packageManager": "pnpm@10.16.1"
227227
}

0 commit comments

Comments
 (0)