Skip to content

Commit 11849c8

Browse files
committed
build: update all non-major dependencies
See associated pull request for more information.
1 parent 81ffa82 commit 11849c8

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
@@ -54,12 +54,12 @@
5454
"@ai-sdk/anthropic": "^2.0.45",
5555
"@ai-sdk/google": "^2.0.39",
5656
"@ai-sdk/openai": "^2.0.71",
57-
"@anthropic-ai/sdk": "^0.68.0",
57+
"@anthropic-ai/sdk": "^0.70.0",
5858
"@axe-core/puppeteer": "^4.10.2",
59-
"@genkit-ai/compat-oai": "1.23.0",
60-
"@genkit-ai/googleai": "1.22.0",
61-
"@genkit-ai/mcp": "1.22.0",
62-
"@google/genai": "1.29.1",
59+
"@genkit-ai/compat-oai": "1.24.0",
60+
"@genkit-ai/googleai": "1.24.0",
61+
"@genkit-ai/mcp": "1.24.0",
62+
"@google/genai": "1.30.0",
6363
"@inquirer/prompts": "^8.0.0",
6464
"@safety-web/runner": "0.4.0-alpha.14",
6565
"@safety-web/types": "0.4.0-alpha.14",
@@ -73,7 +73,7 @@
7373
"cli-progress": "^3.12.0",
7474
"file-type": "^21.0.0",
7575
"genkit": "^1.23.0",
76-
"genkitx-anthropic": "0.25.0",
76+
"genkitx-anthropic": "0.26.0",
7777
"handlebars": "^4.7.8",
7878
"lighthouse": "^13.0.0",
7979
"limiter": "^3.0.0",
@@ -96,8 +96,8 @@
9696
},
9797
"devDependencies": {
9898
"@anthropic-ai/claude-code": "^2.0.0",
99-
"@google/gemini-cli": "^0.13.0",
100-
"@openai/codex": "^0.56.0",
99+
"@google/gemini-cli": "^0.17.0",
100+
"@openai/codex": "^0.63.0",
101101
"prettier": "^3.5.3",
102102
"tsx": "^4.20.3"
103103
}

0 commit comments

Comments
 (0)