|
71 | 71 | }, |
72 | 72 | "author": "John Lindquist (https://johnlindquist.com)", |
73 | 73 | "license": "ISC", |
74 | | - "pnpm": { |
75 | | - "overrides": { |
76 | | - "typescript": "5.9.2", |
77 | | - "esbuild": "0.25.9" |
78 | | - } |
79 | | - }, |
80 | 74 | "dependencies": { |
81 | | - "@ai-sdk/anthropic": "2.0.6", |
82 | | - "@ai-sdk/google": "2.0.8", |
83 | | - "@ai-sdk/openai": "2.0.20", |
84 | | - "@ai-sdk/react": "2.0.23", |
85 | | - "@ai-sdk/xai": "2.0.11", |
| 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", |
86 | 80 | "@johnlindquist/open": "^10.1.1", |
87 | | - "@modelcontextprotocol/sdk": "1.17.4", |
| 81 | + "@modelcontextprotocol/sdk": "1.17.5", |
88 | 82 | "@octokit/auth-oauth-device": "8.0.1", |
89 | | - "@octokit/core": "7.0.2", |
90 | | - "@octokit/plugin-paginate-rest": "13.0.0", |
91 | | - "@octokit/plugin-rest-endpoint-methods": "15.0.0", |
| 83 | + "@octokit/core": "7.0.3", |
| 84 | + "@octokit/plugin-paginate-rest": "13.1.1", |
| 85 | + "@octokit/plugin-rest-endpoint-methods": "16.0.0", |
92 | 86 | "@octokit/plugin-retry": "8.0.1", |
93 | 87 | "@octokit/plugin-throttling": "11.0.1", |
94 | | - "@openrouter/ai-sdk-provider": "1.0.0-beta.1", |
| 88 | + "@openrouter/ai-sdk-provider": "1.2.0", |
95 | 89 | "@types/chalk": "2.2.4", |
96 | 90 | "@types/download": "8.0.5", |
97 | 91 | "@types/fs-extra": "11.0.4", |
98 | | - "@types/react": "^19.1.8", |
99 | | - "@types/react-dom": "^19.1.6", |
| 92 | + "@types/react": "^19.1.12", |
| 93 | + "@types/react-dom": "^19.1.9", |
100 | 94 | "@types/shelljs": "0.8.17", |
101 | 95 | "@typescript/lib-dom": "npm:@johnlindquist/no-dom@^1.0.2", |
102 | 96 | "acorn": "^8.15.0", |
103 | 97 | "acorn-typescript": "^1.4.13", |
104 | 98 | "advanced-calculator": "1.1.1", |
105 | | - "ai": "5.0.23", |
106 | | - "axios": "1.10.0", |
| 99 | + "ai": "5.0.39", |
| 100 | + "axios": "1.11.0", |
107 | 101 | "body-parser": "^2.2.0", |
108 | 102 | "bottleneck": "^2.19.5", |
109 | | - "chalk": "5.4.1", |
110 | | - "chalk-template": "1.1.0", |
| 103 | + "chalk": "5.6.2", |
| 104 | + "chalk-template": "1.1.2", |
111 | 105 | "chrome-trace-event": "^1.0.4", |
112 | 106 | "color-name": "2.0.0", |
113 | 107 | "date-fns": "4.1.0", |
114 | | - "dotenv": "^17.2.1", |
| 108 | + "dotenv": "^17.2.2", |
115 | 109 | "dotenv-flow": "4.1.0", |
116 | 110 | "download": "8.0.0", |
117 | 111 | "enquirer": "2.4.1", |
118 | 112 | "esbuild": "0.25.9", |
119 | 113 | "execa": "9.6.0", |
120 | | - "filesize": "10.1.6", |
121 | | - "fs-extra": "^11.3.0", |
| 114 | + "filesize": "11.0.2", |
| 115 | + "fs-extra": "^11.3.1", |
122 | 116 | "globby": "^14.1.0", |
123 | 117 | "handlebars": "4.7.8", |
124 | 118 | "highlight.js": "^11.11.1", |
125 | | - "isomorphic-git": "1.32.1", |
| 119 | + "isomorphic-git": "1.33.1", |
126 | 120 | "jsonfile": "6.2.0", |
127 | 121 | "keyv": "^5.5.0", |
128 | 122 | "keyv-file": "^5.1.3", |
129 | 123 | "lowdb": "7.0.1", |
130 | | - "marked": "16.2.0", |
| 124 | + "marked": "16.2.1", |
131 | 125 | "marked-extended-tables": "2.0.1", |
132 | 126 | "marked-gfm-heading-id": "4.1.2", |
133 | 127 | "marked-highlight": "2.2.2", |
|
144 | 138 | "shelljs": "0.10.0", |
145 | 139 | "slugify": "1.6.6", |
146 | 140 | "source-map-support": "^0.5.21", |
147 | | - "strip-ansi": "7.1.0", |
| 141 | + "strip-ansi": "7.1.2", |
148 | 142 | "suggestion": "2.1.2", |
149 | 143 | "tmp-promise": "3.0.3", |
150 | | - "untildify": "5.0.0", |
151 | | - "zod": "^4.1.2" |
| 144 | + "untildify": "6.0.0", |
| 145 | + "zod": "^4.1.5" |
152 | 146 | }, |
153 | 147 | "devDependencies": { |
154 | 148 | "@types/debug": "4.1.12", |
155 | | - "@types/node": "^22.15.30", |
| 149 | + "@types/node": "^24.3.1", |
156 | 150 | "@types/node-ipc": "9.2.3", |
157 | 151 | "@types/sinon": "17.0.4", |
158 | 152 | "acorn-walk": "8.3.4", |
159 | | - "ava": "^6.4.0", |
| 153 | + "ava": "^6.4.1", |
160 | 154 | "c8": "10.1.3", |
161 | | - "cross-env": "^7.0.3", |
| 155 | + "cross-env": "^10.0.0", |
162 | 156 | "cz-conventional-changelog": "^3.3.0", |
163 | 157 | "debug": "4.4.1", |
164 | 158 | "husky": "^9.1.7", |
165 | 159 | "node-stream-zip": "^1.15.0", |
166 | 160 | "semantic-release": "24.2.7", |
167 | 161 | "semantic-release-plugin-update-version-in-files": "2.0.0", |
168 | | - "sinon": "20.0.0", |
| 162 | + "sinon": "21.0.0", |
169 | 163 | "tsc-watch": "7.1.1", |
170 | 164 | "tsx": "4.20.5", |
171 | 165 | "typescript": "5.9.2", |
172 | 166 | "unzipper": "0.12.3", |
173 | | - "vite": "7.1.3" |
| 167 | + "vite": "7.1.5" |
174 | 168 | }, |
175 | 169 | "ava": { |
176 | 170 | "environmentVariables": { |
|
229 | 223 | "file-icon": "5.1.1", |
230 | 224 | "get-app-icon": "1.0.1" |
231 | 225 | }, |
232 | | - "packageManager": "[email protected].0" |
| 226 | + "packageManager": "[email protected].1" |
233 | 227 | } |
0 commit comments