Skip to content

Commit bab00fc

Browse files
committed
build: update all non-major dependencies
See associated pull request for more information.
1 parent b0ce651 commit bab00fc

File tree

4 files changed

+176
-138
lines changed

4 files changed

+176
-138
lines changed

examples/environments/angular/project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"rxjs": "~7.8.0",
2525
"tailwindcss": "^4.1.11",
2626
"tslib": "^2.3.0",
27-
"zone.js": "~0.15.0"
27+
"zone.js": "~0.16.0"
2828
},
2929
"devDependencies": {
3030
"@angular/build": "^20.2.0",

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@
5353
"dependencies": {
5454
"@ai-sdk/anthropic": "^2.0.45",
5555
"@ai-sdk/google": "^2.0.39",
56-
"@anthropic-ai/sdk": "^0.68.0",
56+
"@anthropic-ai/sdk": "^0.70.0",
5757
"@axe-core/puppeteer": "^4.10.2",
58-
"@genkit-ai/compat-oai": "1.23.0",
59-
"@genkit-ai/googleai": "1.22.0",
60-
"@genkit-ai/mcp": "1.22.0",
61-
"@google/genai": "1.29.1",
58+
"@genkit-ai/compat-oai": "1.24.0",
59+
"@genkit-ai/googleai": "1.24.0",
60+
"@genkit-ai/mcp": "1.24.0",
61+
"@google/genai": "1.30.0",
6262
"@inquirer/prompts": "^8.0.0",
6363
"@safety-web/runner": "0.4.0-alpha.14",
6464
"@safety-web/types": "0.4.0-alpha.14",
@@ -72,7 +72,7 @@
7272
"cli-progress": "^3.12.0",
7373
"file-type": "^21.0.0",
7474
"genkit": "^1.23.0",
75-
"genkitx-anthropic": "0.25.0",
75+
"genkitx-anthropic": "0.26.0",
7676
"handlebars": "^4.7.8",
7777
"lighthouse": "^13.0.0",
7878
"limiter": "^3.0.0",
@@ -95,8 +95,8 @@
9595
},
9696
"devDependencies": {
9797
"@anthropic-ai/claude-code": "^2.0.0",
98-
"@google/gemini-cli": "^0.13.0",
99-
"@openai/codex": "^0.56.0",
98+
"@google/gemini-cli": "^0.17.0",
99+
"@openai/codex": "^0.61.0",
100100
"prettier": "^3.5.3",
101101
"tsx": "^4.20.3"
102102
}

0 commit comments

Comments
 (0)