Skip to content

Commit 1b4b920

Browse files
angular-robotdevversion
authored andcommitted
build: update all non-major dependencies
See associated pull request for more information.
1 parent 80f02a1 commit 1b4b920

5 files changed

Lines changed: 486 additions & 282 deletions

File tree

examples/environments/angular/project/package-lock.json

Lines changed: 0 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/environments/angular/project/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
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",
3131
"@angular/cli": "^20.2.0",
3232
"@angular/compiler-cli": "^20.2.0",
3333
"@types/jasmine": "~5.1.0",
34-
"jasmine-core": "~5.12.0",
34+
"jasmine-core": "~5.13.0",
3535
"karma": "~6.4.0",
3636
"karma-chrome-launcher": "~3.2.0",
3737
"karma-coverage": "~2.2.0",

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,22 +51,22 @@
5151
"wcs": "./runner/bin/cli.js"
5252
},
5353
"dependencies": {
54-
"@ai-sdk/anthropic": "3.0.12",
55-
"@ai-sdk/google": "3.0.7",
56-
"@ai-sdk/mcp": "1.0.10",
57-
"@ai-sdk/openai": "3.0.9",
58-
"@ai-sdk/provider": "3.0.2",
54+
"@ai-sdk/anthropic": "3.0.23",
55+
"@ai-sdk/google": "3.0.13",
56+
"@ai-sdk/mcp": "1.0.13",
57+
"@ai-sdk/openai": "3.0.19",
58+
"@ai-sdk/provider": "3.0.5",
5959
"@ai-sdk/xai": "^3.0.26",
60-
"@anthropic-ai/sdk": "^0.68.0",
60+
"@anthropic-ai/sdk": "^0.71.0",
6161
"@axe-core/puppeteer": "^4.11.0",
62-
"@google/genai": "1.29.1",
62+
"@google/genai": "1.38.0",
6363
"@inquirer/prompts": "^8.2.0",
6464
"@safety-web/runner": "0.4.0-alpha.14",
6565
"@safety-web/types": "0.4.0-alpha.14",
6666
"@types/cli-progress": "^3.11.6",
6767
"@types/node": "^24.10.9",
6868
"@types/yargs": "^17.0.35",
69-
"ai": "6.0.31",
69+
"ai": "6.0.49",
7070
"axe-core": "^4.11.1",
7171
"boxen": "^8.0.1",
7272
"chalk": "^5.6.2",
@@ -94,8 +94,8 @@
9494
},
9595
"devDependencies": {
9696
"@anthropic-ai/claude-code": "^2.1.12",
97-
"@google/gemini-cli": "^0.13.0",
98-
"@openai/codex": "^0.56.0",
97+
"@google/gemini-cli": "^0.25.0",
98+
"@openai/codex": "^0.91.0",
9999
"prettier": "^3.8.0",
100100
"tsx": "^4.20.3"
101101
}

0 commit comments

Comments
 (0)