Skip to content

Commit 8502bb5

Browse files
committed
build: update all non-major dependencies
See associated pull request for more information.
1 parent 89f56ed commit 8502bb5

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
@@ -55,12 +55,12 @@
5555
"@ai-sdk/google": "^2.0.39",
5656
"@ai-sdk/openai": "^2.0.71",
5757
"@ai-sdk/provider": "^2.0.0",
58-
"@anthropic-ai/sdk": "^0.68.0",
58+
"@anthropic-ai/sdk": "^0.70.0",
5959
"@axe-core/puppeteer": "^4.10.2",
60-
"@genkit-ai/compat-oai": "1.23.0",
61-
"@genkit-ai/googleai": "1.22.0",
62-
"@genkit-ai/mcp": "1.22.0",
63-
"@google/genai": "1.29.1",
60+
"@genkit-ai/compat-oai": "1.24.0",
61+
"@genkit-ai/googleai": "1.24.0",
62+
"@genkit-ai/mcp": "1.24.0",
63+
"@google/genai": "1.30.0",
6464
"@inquirer/prompts": "^8.0.0",
6565
"@safety-web/runner": "0.4.0-alpha.14",
6666
"@safety-web/types": "0.4.0-alpha.14",
@@ -74,7 +74,7 @@
7474
"cli-progress": "^3.12.0",
7575
"file-type": "^21.0.0",
7676
"genkit": "^1.23.0",
77-
"genkitx-anthropic": "0.25.0",
77+
"genkitx-anthropic": "0.26.0",
7878
"handlebars": "^4.7.8",
7979
"lighthouse": "^13.0.0",
8080
"limiter": "^3.0.0",
@@ -97,8 +97,8 @@
9797
},
9898
"devDependencies": {
9999
"@anthropic-ai/claude-code": "^2.0.0",
100-
"@google/gemini-cli": "^0.13.0",
101-
"@openai/codex": "^0.56.0",
100+
"@google/gemini-cli": "^0.17.0",
101+
"@openai/codex": "^0.63.0",
102102
"prettier": "^3.5.3",
103103
"tsx": "^4.20.3"
104104
}

0 commit comments

Comments
 (0)